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>
This commit is contained in:
Krzysztof Kozlowski 2022-03-17 12:52:59 +01:00 committed by Thomas Bogendoerfer
parent 588d08201c
commit 8931ddd8d6
1 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,7 @@
#address-cells = <1>;
#size-cells = <1>;
eth0_addr: eth-mac-addr@0x22 {
eth0_addr: eth-mac-addr@22 {
reg = <0x22 0x6>;
};
};