]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: amlogic: meson8-minix-neo-x8: fix invalid pnictrl-names
authorNeil Armstrong <neil.armstrong@linaro.org>
Mon, 16 Sep 2024 08:08:38 +0000 (10:08 +0200)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Sep 2024 07:31:35 +0000 (09:31 +0200)
The property pnictrl-names is wrong, rename it to pinctrl-names and fix:
ethernet@c9410000: Unevaluated properties are not allowed ('clock-names', 'clocks', 'interrupt-names', 'interrupts', 'pnictrl-names', 'power-domains' were unexpected)
from schema $id: http://devicetree.org/schemas/net/amlogic,meson-dwmac.yaml#

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

index f42f97f2c7e7890b1630420d6db1ccacc53e8664..62987eadc7473fa0b104dd64005f5a9c56c1be96 100644 (file)
@@ -93,6 +93,6 @@
 &ethmac {
        status = "okay";
        pinctrl-0 = <&eth_pins>;
-       pnictrl-names = "default";
+       pinctrl-names = "default";
        phy-mode = "rmii";
 };