arm64: dts: meson-gxl: jethub-j80: Fix WiFi MAC address node
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 11 Jan 2023 21:13:45 +0000 (22:13 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 13 Jan 2023 08:01:19 +0000 (09:01 +0100)
Unit addresses should be written using lower-case hex characters. Use
wifi_mac@c to fix a yaml schema validation error once the eFuse
dt-bindings have been converted to a yaml schema:
  efuse: Unevaluated properties are not allowed ('wifi_mac@C' was
  unexpected)

Also node names should use hyphens instead of underscores as the latter
can also cause warnings.

Fixes: abfaae24ecf3 ("arm64: dts: meson-gxl: add support for JetHub H1")
Acked-by: Vyacheslav Bocharov <adeep@lexina.in>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230111211350.1461860-2-martin.blumenstingl@googlemail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts

index 6831137..270483e 100644 (file)
@@ -90,7 +90,7 @@
                reg = <0x6 0x6>;
        };
 
-       wifi_mac: wifi_mac@C {
+       wifi_mac: wifi-mac@c {
                reg = <0xc 0x6>;
        };
 };