]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: stm32: fix memory nodes to match with DT validation tool
authorAlexandre Torgue <alexandre.torgue@st.com>
Mon, 7 Oct 2019 14:33:59 +0000 (16:33 +0200)
committerAlexandre Torgue <alexandre.torgue@st.com>
Fri, 25 Oct 2019 12:28:42 +0000 (14:28 +0200)
DT validation ("make dtbs_check") has shown that some memory nodes were not
correctly written. This commit fixes this kind of issue:

"stm32f746-disco.dt.yaml: /: memory: False schema does not allow
{'device_type': ['memory'], 'reg': [[32212254728388608]]}"

Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
arch/arm/boot/dts/stm32429i-eval.dts
arch/arm/boot/dts/stm32746g-eval.dts
arch/arm/boot/dts/stm32f429-disco.dts
arch/arm/boot/dts/stm32f469-disco.dts
arch/arm/boot/dts/stm32f746-disco.dts
arch/arm/boot/dts/stm32f769-disco.dts
arch/arm/boot/dts/stm32h743i-disco.dts
arch/arm/boot/dts/stm32h743i-eval.dts
arch/arm/boot/dts/stm32mp157a-dk1.dts

index ba08624c6237dfbc0f065a28479488defbb425db..36ac61d0828cbc4c78e36db5ddc0bc5aaccd04b6 100644 (file)
@@ -60,7 +60,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@00000000 {
                device_type = "memory";
                reg = <0x00000000 0x2000000>;
        };
index 2b1664884ae7b3b28fbfbe7887d6cb96850d2846..d7bb2027cfaa7c9540ee9494fcc6b388d9c25375 100644 (file)
@@ -55,7 +55,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@c0000000 {
                device_type = "memory";
                reg = <0xc0000000 0x2000000>;
        };
index e19d0fe7dbdac5178403cf98e35573483575020d..30c0f67178711d0f5e97e7b9fd9a14de2df99aa2 100644 (file)
@@ -59,7 +59,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@90000000 {
                device_type = "memory";
                reg = <0x90000000 0x800000>;
        };
index a3ff04940aec10731933ed10abb63e3225dcda88..539aa5903fdd5e4aa7169141fcbf31cb0ddc4928 100644 (file)
@@ -60,7 +60,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@00000000 {
                device_type = "memory";
                reg = <0x00000000 0x1000000>;
        };
index 0ba9c5b08ab960d22dc77acc4214fd5582950db0..569d23cc61e52eea83f7db2ce83988b6de7d77b6 100644 (file)
@@ -55,7 +55,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@c0000000 {
                device_type = "memory";
                reg = <0xC0000000 0x800000>;
        };
index 6f1d0ac8c31c7fca770623fed1d126ad2f7ccc48..1626e00bb2cbe092935b9febbfc1c0fd1a6f04a9 100644 (file)
@@ -55,7 +55,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@c0000000 {
                device_type = "memory";
                reg = <0xC0000000 0x1000000>;
        };
index 3acd2e9c434ef09f3e7c24f277d4f6a1f5054ce0..e446d311c5200cb35b8c5bcb1d2de6a0bddcb0bc 100644 (file)
@@ -53,7 +53,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@d0000000 {
                device_type = "memory";
                reg = <0xd0000000 0x2000000>;
        };
index e4d3c58f3d97b735e929354c0fa036feeea50667..8f398178f5e5c7a7b7a129dfa138b82afdca291f 100644 (file)
@@ -53,7 +53,7 @@ chosen {
                stdout-path = "serial0:115200n8";
        };
 
-       memory {
+       memory@d0000000 {
                device_type = "memory";
                reg = <0xd0000000 0x2000000>;
        };
index 5ad4cef9e971ddf91fc1b14af7849e72cf06098f..3a57be31a55d4649297ed41553600973151f3008 100644 (file)
@@ -25,6 +25,7 @@ chosen {
        };
 
        memory@c0000000 {
+               device_type = "memory";
                reg = <0xc0000000 0x20000000>;
        };