diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-08-04 14:41:09 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2020-08-18 02:01:14 +0900 |
commit | 65282edbdf2f30e97c1680e856e6e9fb7af26f8b (patch) | |
tree | ec4b3458d9d022cceab590c91a9bf5a80f488947 /arch/arm/dts/uniphier-ld11-ref.dts | |
parent | 351b74cb6d8787fb3f5f338a761bded7a1d445f5 (diff) |
ARM: dts: uniphier: resync DT with Linux 5.9-rc1
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-ld11-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ld11-ref.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/dts/uniphier-ld11-ref.dts b/arch/arm/dts/uniphier-ld11-ref.dts index 693171f82f..617d2b1e9b 100644 --- a/arch/arm/dts/uniphier-ld11-ref.dts +++ b/arch/arm/dts/uniphier-ld11-ref.dts @@ -20,7 +20,7 @@ aliases { serial0 = &serial0; - serial1 = &serial1; + serial1 = &serialsc; serial2 = &serial2; serial3 = &serial3; i2c0 = &i2c0; @@ -42,6 +42,10 @@ interrupts = <0 8>; }; +&serialsc { + interrupts = <0 8>; +}; + &serial0 { status = "okay"; }; @@ -76,7 +80,7 @@ }; &mdio { - ethphy: ethphy@1 { + ethphy: ethernet-phy@1 { reg = <1>; }; }; |