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-ld6b-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-ld6b-ref.dts')
-rw-r--r-- | arch/arm/boot/dts/uniphier-ld6b-ref.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/uniphier-ld6b-ref.dts b/arch/arm/boot/dts/uniphier-ld6b-ref.dts index e0136846ee94..e1828b2de89b 100644 --- a/arch/arm/boot/dts/uniphier-ld6b-ref.dts +++ b/arch/arm/boot/dts/uniphier-ld6b-ref.dts @@ -22,6 +22,7 @@ serial0 = &serial0; serial1 = &serial1; serial2 = &serial2; + serial3 = &serialsc; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; |