diff mbox series

[09/14] arm64: dts: amlogic: meson-gxl: add missing unit address to eth-phy-mux node name

Message ID 20230124-b4-amlogic-bindings-fixups-v1-9-44351528957e@linaro.org (mailing list archive)
State New, archived
Headers show
Series arm64: meson: bunch of DT fixes | expand

Commit Message

Neil Armstrong Jan. 24, 2023, 10:34 a.m. UTC
Fixes:
bus@c8834000: eth-phy-mux: {...} should not be valid under {'type': 'object'}

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 04e9d0f1bde0..5905a6df09b0 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -773,7 +773,7 @@  mux {
 		};
 	};
 
-	eth-phy-mux {
+	eth-phy-mux@55c {
 		compatible = "mdio-mux-mmioreg", "mdio-mux";
 		#address-cells = <1>;
 		#size-cells = <0>;