Skip to content

Commit 8931ddd

Browse files
krzktsbogend
authored andcommitted
MIPS: ingenic: correct unit node address
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 <krzysztof.kozlowski@canonical.com> Reviewed-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent 588d082 commit 8931ddd

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
@@ -510,7 +510,7 @@
510510
#address-cells = <1>;
511511
#size-cells = <1>;
512512

513-
eth0_addr: eth-mac-addr@0x22 {
513+
eth0_addr: eth-mac-addr@22 {
514514
reg = <0x22 0x6>;
515515
};
516516
};

0 commit comments

Comments
 (0)