Commit 2f66eeb0 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Neil Armstrong
Browse files

arm64: dts: meson-axg: jethub-j1xx: Fix MAC address node names



Node names should use hyphens instead of underscores to not cause
warnings.

Fixes: 59ec069d ("arm64: dts: meson-axg: add support for JetHub D1p (j110)")
Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230111211350.1461860-4-martin.blumenstingl@googlemail.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent cb199de1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -168,15 +168,15 @@ sn: sn@32 {
		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>;
	};