summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/dove-cubox.dts
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-02-03 14:13:47 +0100
committerArnd Bergmann <arnd@arndb.de>2023-02-03 14:13:48 +0100
commitdf5bc88fa178f55d0df9dd88254dd454e99abb31 (patch)
tree85ffe276bb0de0738aecff42a989dfbbe90d3c5e /arch/arm/boot/dts/dove-cubox.dts
parent34b84ce9c699e9b10e1b9b8e2dc85564c0b679a6 (diff)
parent12cb7a3349a53efa8698a01fe0efdc61d887e541 (diff)
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.dts15
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"; };
-&eth { status = "okay"; };
+&eth {
+ status = "okay";
+ ethernet-port@0 {
+ phy-handle = <&ethphy>;
+ };
+};
-&ethphy {
- compatible = "marvell,88e1310";
- reg = <1>;
+&mdio {
+ ethphy: ethernet-phy@1 {
+ compatible = "marvell,88e1310";
+ reg = <1>;
+ };
};
&gpu {