Skip to content

Commit

Permalink
arm64: dts: meson-gx: Fix Ethernet MAC address unit name
Browse files Browse the repository at this point in the history
Unit names should use hyphens instead of underscores to not cause
warnings.

Fixes: bfe59f9 ("ARM64: dts: amlogic: gxbb: Enable NVMEM")
Suggested-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-5-martin.blumenstingl@googlemail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
  • Loading branch information
xdarklight authored and superna9999 committed Jan 13, 2023
1 parent 2f66eeb commit 8ed5310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/amlogic/meson-gx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
reg = <0x14 0x10>;
};

eth_mac: eth_mac@34 {
eth_mac: eth-mac@34 {
reg = <0x34 0x10>;
};

Expand Down

0 comments on commit 8ed5310

Please sign in to comment.