Skip to content

Commit

Permalink
MIPS: ingenic: correct unit node address
Browse files Browse the repository at this point in the history
[ 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]>
  • Loading branch information
krzk authored and gregkh committed Apr 13, 2022
1 parent 11ba1aa commit f249bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/boot/dts/ingenic/jz4780.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
#address-cells = <1>;
#size-cells = <1>;

eth0_addr: eth-mac-addr@0x22 {
eth0_addr: eth-mac-addr@22 {
reg = <0x22 0x6>;
};
};
Expand Down

0 comments on commit f249bbf

Please sign in to comment.