Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Thomas Bogendoerfer
8931ddd8 588d0820

+1 -1
+1 -1
arch/mips/boot/dts/ingenic/jz4780.dtsi
··· 510 510 #address-cells = <1>; 511 511 #size-cells = <1>; 512 512 513 - eth0_addr: eth-mac-addr@0x22 { 513 + eth0_addr: eth-mac-addr@22 { 514 514 reg = <0x22 0x6>; 515 515 }; 516 516 };