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
[ Upstream commit 8ed5310 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
xdarklight authored and gregkh committed Mar 10, 2023
1 parent e9cbef4 commit c913528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/amlogic/meson-gx.dtsi
Expand Up @@ -232,7 +232,7 @@
reg = <0x14 0x10>;
};

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

Expand Down

0 comments on commit c913528

Please sign in to comment.