Skip to content

Commit 789621d

Browse files
krzkgregkh
authored andcommitted
MIPS: ingenic: correct unit node address
[ Upstream commit 8931ddd ] Unit node addresses should not have leading 0x: Warning (unit_address_format): /nemc@13410000/efuse@d0/eth-mac-addr@0x22: unit name should not have leading "0x" Signed-off-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Paul Cercueil <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 61e2502 commit 789621d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/mips/boot/dts/ingenic/jz4780.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
#address-cells = <1>;
430430
#size-cells = <1>;
431431

432-
eth0_addr: eth-mac-addr@0x22 {
432+
eth0_addr: eth-mac-addr@22 {
433433
reg = <0x22 0x6>;
434434
};
435435
};

0 commit comments

Comments
 (0)