diff options
author | Tom Rini <trini@konsulko.com> | 2020-08-18 21:28:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-18 21:28:49 -0400 |
commit | ba989cf1cac82f10efc749aaf2aaff1694894e71 (patch) | |
tree | ec4b3458d9d022cceab590c91a9bf5a80f488947 /arch/arm/dts/uniphier-pro4-ref.dts | |
parent | 789bfb52668ee609b2043de645e2f94bbd24fd1f (diff) | |
parent | 65282edbdf2f30e97c1680e856e6e9fb7af26f8b (diff) |
Merge tag 'uniphier-v2020.10-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier
UniPhier SoC updates for v2020.10 (2nd)
- minor code cleanups
- sync DT with Linux
Diffstat (limited to 'arch/arm/dts/uniphier-pro4-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pro4-ref.dts | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm/dts/uniphier-pro4-ref.dts b/arch/arm/dts/uniphier-pro4-ref.dts index 4967db58c5..3e1bc1275a 100644 --- a/arch/arm/dts/uniphier-pro4-ref.dts +++ b/arch/arm/dts/uniphier-pro4-ref.dts @@ -22,7 +22,7 @@ serial0 = &serial0; serial1 = &serial1; serial2 = &serial2; - serial3 = &serial3; + serial3 = &serialsc; i2c0 = &i2c0; i2c1 = &i2c1; i2c2 = &i2c2; @@ -43,6 +43,10 @@ interrupts = <2 8>; }; +&serialsc { + interrupts = <2 8>; +}; + &serial0 { status = "okay"; }; @@ -85,7 +89,7 @@ }; &mdio { - ethphy: ethphy@0 { + ethphy: ethernet-phy@0 { reg = <0>; }; }; |