]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
MIPS: ingenic: correct unit node address
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Thu, 17 Mar 2022 11:52:59 +0000 (12:52 +0100)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 18 Mar 2022 08:38:34 +0000 (09:38 +0100)
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>
arch/mips/boot/dts/ingenic/jz4780.dtsi

index 3f9ea47a10cd254b269a8e530a5f3cdb784a3d88..b998301f179ce11d6faba1ac19ce5b226e8194b1 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
 
-                       eth0_addr: eth-mac-addr@0x22 {
+                       eth0_addr: eth-mac-addr@22 {
                                reg = <0x22 0x6>;
                        };
                };