[PATCH v3 4/4] ARM: dts: imx: prepend a 0 in the memory address to make it clear it's 32MB

Giulio Benetti giulio.benetti at benettiengineering.com
Wed Nov 16 12:35:20 PST 2022


Prepend a 0 in the memory address to make it clear it's 32MB

Cc: Jesse Taube <mr.bossman075 at gmail.com>
Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
Acked-by: Jesse Taube <mr.bossman075 at gmail.com>
---
V1->V2:
* nothing done
V2->V3:
* added commit log and not only subject as suggested by Jesse Taube
* added Jesse Taube's Acked-by:
---
 arch/arm/boot/dts/imxrt1050-evk.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imxrt1050-evk.dts b/arch/arm/boot/dts/imxrt1050-evk.dts
index 1d339f48899f..3de392d014fe 100644
--- a/arch/arm/boot/dts/imxrt1050-evk.dts
+++ b/arch/arm/boot/dts/imxrt1050-evk.dts
@@ -28,7 +28,7 @@ aliases {
 
 	memory at 80000000 {
 		device_type = "memory";
-		reg = <0x80000000 0x2000000>;
+		reg = <0x80000000 0x02000000>;
 	};
 
 	panel {
-- 
2.34.1




More information about the linux-arm-kernel mailing list