ipq806x: fix leading 0 warnings

dtc warns about leading 0s.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2023-12-01 17:20:50 -08:00 committed by Christian Marangi
parent e1043a746a
commit 8825f0fcd9
No known key found for this signature in database
GPG key ID: AC001D09ADBFEAD7

View file

@ -181,41 +181,41 @@
flash@0 { flash@0 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
#address-cells = <1>;
#size-cells = <1>;
spi-max-frequency = <50000000>; spi-max-frequency = <50000000>;
reg = <0>; reg = <0>;
partitions { partitions {
compatible = "fixed-partitions"; compatible = "fixed-partitions";
#address-cells = <1>;
#size-cells = <1>;
cfg1@02a0000 { cfg1@2a0000 {
compatible = "u-boot,env-redundant-bool"; compatible = "u-boot,env-redundant-bool";
label = "CFG1"; label = "CFG1";
reg = <0x02a0000 0x0010000>; reg = <0x2a0000 0x0010000>;
ethaddr: ethaddr { ethaddr: ethaddr {
}; };
}; };
bootpri@02b0000 { bootpri@2b0000 {
label = "BootPRI"; label = "BootPRI";
reg = <0x02b0000 0x0080000>; reg = <0x2b0000 0x0080000>;
}; };
cfg2@0330000 { cfg2@330000 {
label = "CFG2"; label = "CFG2";
reg = <0x0330000 0x0010000>; reg = <0x330000 0x0010000>;
}; };
fs@0340000 { fs@340000 {
label = "FS"; label = "FS";
reg = <0x0340000 0x0080000>; reg = <0x340000 0x0080000>;
}; };
priimg@03c0000 { priimg@3c0000 {
label = "PriImg"; label = "PriImg";
reg = <0x03c0000 0x0e10000>; reg = <0x3c0000 0x0e10000>;
}; };
secimg@11d0000 { secimg@11d0000 {