diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-02-03 14:13:47 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-02-03 14:13:48 +0100 |
commit | df5bc88fa178f55d0df9dd88254dd454e99abb31 (patch) | |
tree | 85ffe276bb0de0738aecff42a989dfbbe90d3c5e /arch/arm/boot/dts/dove-cubox.dts | |
parent | Merge tag 'stm32-dt-for-v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/... (diff) | |
parent | ARM: dts: dove.dtsi: Move ethphy to fix schema error (diff) | |
download | linux-df5bc88fa178f55d0df9dd88254dd454e99abb31.tar.xz linux-df5bc88fa178f55d0df9dd88254dd454e99abb31.zip |
Merge tag 'mvebu-dt-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
mvebu dt for 6.3 (part 1)
Fix errors reported by dtbs_check on dove boards
* tag 'mvebu-dt-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu:
ARM: dts: dove.dtsi: Move ethphy to fix schema error
Link: https://lore.kernel.org/r/87357oaxs0.fsf@BL-laptop
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/dove-cubox.dts')
-rw-r--r-- | arch/arm/boot/dts/dove-cubox.dts | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/dove-cubox.dts b/arch/arm/boot/dts/dove-cubox.dts index c0e8d6bc4083..dbba0c8cdab1 100644 --- a/arch/arm/boot/dts/dove-cubox.dts +++ b/arch/arm/boot/dts/dove-cubox.dts @@ -72,11 +72,18 @@ &uart0 { status = "okay"; }; &sata0 { status = "okay"; }; &mdio { status = "okay"; }; -ð { status = "okay"; }; +ð { + status = "okay"; + ethernet-port@0 { + phy-handle = <ðphy>; + }; +}; -ðphy { - compatible = "marvell,88e1310"; - reg = <1>; +&mdio { + ethphy: ethernet-phy@1 { + compatible = "marvell,88e1310"; + reg = <1>; + }; }; &gpu { |