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>
This commit is contained in:
Mathias Kresin 2019-01-27 13:32:38 +01:00
parent fcac34d01d
commit 35e45b742d

View File

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