diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-18 19:11:00 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-18 23:34:01 +0900 |
commit | 490f55c4a642f521338520cce3b031e379faa3f0 (patch) | |
tree | 40f13e03e7b6a84b73621d76bb32ea4aff4123f3 /arch/arm/dts/uniphier-ph1-sld3-ref.dts | |
parent | e3bf81b1e841ecabe7c8b3d48621256db8b8623e (diff) | |
download | u-boot-imx-490f55c4a642f521338520cce3b031e379faa3f0.zip u-boot-imx-490f55c4a642f521338520cce3b031e379faa3f0.tar.gz u-boot-imx-490f55c4a642f521338520cce3b031e379faa3f0.tar.bz2 |
ARM: UniPhier: fix property names of aliases nodes of device trees
The property name of the "aliases" node should be "serial*"
to assign a desired number for the device sequence number.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld3-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-sld3-ref.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld3-ref.dts b/arch/arm/dts/uniphier-ph1-sld3-ref.dts index 91b4dbe..fefc592 100644 --- a/arch/arm/dts/uniphier-ph1-sld3-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld3-ref.dts @@ -25,9 +25,9 @@ }; aliases { - uart0 = &uart0; - uart1 = &uart1; - uart2 = &uart2; + serial0 = &uart0; + serial1 = &uart1; + serial2 = &uart2; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; |