]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: amlogic: add missing phy-mode in ethmac node
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 16 Sep 2024 08:08:37 +0000 (10:08 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Sep 2024 07:31:35 +0000 (09:31 +0200)
The phy-node property is required, add it and fix:
ethernet@c9410000: 'phy-mode' is a required property
from schema $id: http://devicetree.org/schemas/net/snps,dwmac.yaml#

Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://lore.kernel.org/r/20240916-topic-amlogic-arm32-upstream-bindings-fixes-v2-8-0b20ed4f0571@linaro.org
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm/boot/dts/amlogic/meson8-minix-neo-x8.dts

index b97531000d557bcc94f24f308013eda4e77ff914..f42f97f2c7e7890b1630420d6db1ccacc53e8664 100644 (file)
@@ -94,4 +94,5 @@
        status = "okay";
        pinctrl-0 = <&eth_pins>;
        pnictrl-names = "default";
+       phy-mode = "rmii";
 };