Commit 2bb0f35a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: omap: trim addresses to 8 digits

Hex numbers in addresses and sizes should be rather eight digits, not
nine.  Drop leading zeros.  No functional change (same DTB).
Reviewed-by: default avatarTony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20221115105053.95430-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 001b38ce
......@@ -544,7 +544,7 @@ nand@0,0 {
#size-cells = <1>;
partition@0 {
label = "NAND.SPL";
reg = <0x00000000 0x000020000>;
reg = <0x00000000 0x00020000>;
};
partition@1 {
label = "NAND.SPL.backup1";
......
......@@ -168,7 +168,7 @@ nand@0,0 {
/* MTD partition table */
partition@0 {
label = "SPL";
reg = <0x00000000 0x000080000>;
reg = <0x00000000 0x00080000>;
};
partition@1 {
......@@ -188,7 +188,7 @@ partition@3 {
partition@4 {
label = "File System";
reg = <0x00780000 0x007880000>;
reg = <0x00780000 0x07880000>;
};
};
};
......
......@@ -452,7 +452,7 @@ flash@0 {
*/
partition@0 {
label = "QSPI.U_BOOT";
reg = <0x00000000 0x000080000>;
reg = <0x00000000 0x00080000>;
};
partition@1 {
label = "QSPI.U_BOOT.backup";
......
......@@ -763,7 +763,7 @@ flash@0 {
*/
partition@0 {
label = "QSPI.U_BOOT";
reg = <0x00000000 0x000080000>;
reg = <0x00000000 0x00080000>;
};
partition@1 {
label = "QSPI.U_BOOT.backup";
......
......@@ -919,7 +919,7 @@ flash@0 {
*/
partition@0 {
label = "QSPI.U_BOOT";
reg = <0x00000000 0x000080000>;
reg = <0x00000000 0x00080000>;
};
partition@1 {
label = "QSPI.U_BOOT.backup";
......
......@@ -542,7 +542,7 @@ flash@0 {
*/
partition@0 {
label = "QSPI.SPL";
reg = <0x00000000 0x000040000>;
reg = <0x00000000 0x00040000>;
};
partition@1 {
label = "QSPI.u-boot";
......
......@@ -151,7 +151,7 @@ flash@0 {
*/
partition@0 {
label = "QSPI.SPL";
reg = <0x00000000 0x000010000>;
reg = <0x00000000 0x00010000>;
};
partition@1 {
label = "QSPI.SPL.backup1";
......
......@@ -483,7 +483,7 @@ nand@0,0 {
#size-cells = <1>;
partition@0 {
label = "NAND.SPL";
reg = <0x00000000 0x000020000>;
reg = <0x00000000 0x00020000>;
};
partition@1 {
label = "NAND.SPL.backup1";
......
......@@ -356,7 +356,7 @@ nand@0,0 {
#size-cells = <1>;
partition@0 {
label = "NAND.SPL";
reg = <0x00000000 0x000020000>;
reg = <0x00000000 0x00020000>;
};
partition@1 {
label = "NAND.SPL.backup1";
......@@ -490,7 +490,7 @@ flash@0 {
*/
partition@0 {
label = "QSPI.SPL";
reg = <0x00000000 0x000010000>;
reg = <0x00000000 0x00010000>;
};
partition@1 {
label = "QSPI.SPL.backup1";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment