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:
parent
fcac34d01d
commit
35e45b742d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
||||||
reg = <0xfc0000 0x40000>;
|
reg = <0xfc0000 0x40000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@0x1000000 {
|
partition@1000000 {
|
||||||
label = "rootfs_data";
|
label = "rootfs_data";
|
||||||
reg = <0x1000000 0x1000000>;
|
reg = <0x1000000 0x1000000>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue