lantiq: dts: fix malformed unit addresses
authorMathias Kresin <dev@kresin.me>
Sun, 27 Jan 2019 12:32:38 +0000 (13:32 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Jul 2019 09:17:27 +0000 (11:17 +0200)
Fixes:

   Warning (unit_address_format): unit name should not have leading "0x"

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts

index 3ab72ba05fe8ee7889a79b2e5d1c5eb9ff5f9990..79dcc2d42ada7964bdad5947b774709f93fae0a6 100644 (file)
@@ -88,7 +88,7 @@
                                reg = <0xfc0000 0x40000>;
                        };
 
-                       partition@0x1000000 {
+                       partition@1000000 {
                                label = "rootfs_data";
                                reg = <0x1000000 0x1000000>;
                        };