lantiq: dts: fix malformed unit addresses

Fixes:

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

Signed-off-by: Mathias Kresin <dev@kresin.me>
master
Mathias Kresin 5 years ago
parent fcac34d01d
commit 35e45b742d

@ -88,7 +88,7 @@
reg = <0xfc0000 0x40000>;
};
partition@0x1000000 {
partition@1000000 {
label = "rootfs_data";
reg = <0x1000000 0x1000000>;
};

Loading…
Cancel
Save