arm64: dts: meson-gx: Fix Ethernet MAC address unit name
[ Upstream commit 8ed5310356bfa47cc6bb4221ae6b21258c52e3d1 ]
Unit names should use hyphens instead of underscores to not cause
warnings.
Fixes: bfe59f92d3
("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>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
2df155a114
commit
8303a34fce
@@ -226,7 +226,7 @@
|
|||||||
reg = <0x14 0x10>;
|
reg = <0x14 0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
eth_mac: eth_mac@34 {
|
eth_mac: eth-mac@34 {
|
||||||
reg = <0x34 0x10>;
|
reg = <0x34 0x10>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user