]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 11 Jan 2023 21:13:47 +0000 (22:13 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Fri, 13 Jan 2023 08:01:19 +0000 (09:01 +0100)
Node names should use hyphens instead of underscores to not cause
warnings.

Fixes: 59ec069d5055 ("arm64: dts: meson-axg: add support for JetHub D1p (j110)")
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-4-martin.blumenstingl@googlemail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
arch/arm64/boot/dts/amlogic/meson-axg-jethome-jethub-j1xx.dtsi

index 5836b0030931231ddcaa1767b16a1b578fa54c4c..22fd43b5fd73c3cf33e0b0edd9a18f7bc2bf063a 100644 (file)
                reg = <0x32 0x20>;
        };
 
-       eth_mac: eth_mac@0 {
+       eth_mac: eth-mac@0 {
                reg = <0x0 0x6>;
        };
 
-       bt_mac: bt_mac@6 {
+       bt_mac: bt-mac@6 {
                reg = <0x6 0x6>;
        };
 
-       wifi_mac: wifi_mac@c {
+       wifi_mac: wifi-mac@c {
                reg = <0xc 0x6>;
        };