diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-07 13:33:11 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-07-07 13:45:03 +0300 |
commit | dec32861da545972c72e7cfb5be9a35354f200c2 (patch) | |
tree | c9d2970c2126b33826e67ed34dbc85a1a5e9f5cd /arch/arm/boot/dts/uniphier-ld4-ref.dts | |
parent | e8b00104ffb6468bcacd6e9801de96c33733cc51 (diff) | |
download | linux-dec32861da545972c72e7cfb5be9a35354f200c2.tar.xz |
ARM: dts: uniphier: give fixed port number to support card serial
Add this to the aliases node to make it more convenient.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/boot/dts/uniphier-ld4-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld4-ref.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld4-ref.dts b/arch/arm/boot/dts/uniphier-ld4-ref.dts index bac922499205..c46c2e8a10a7 100644 --- a/arch/arm/boot/dts/uniphier-ld4-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld4-ref.dts @@ -20,7 +20,7 @@ aliases { serial0 = &serial0; - serial1 = &serial1; + serial1 = &serialsc; serial2 = &serial2; serial3 = &serial3; i2c0 = &i2c0; |