lantiq: dts: move memory node to board dts
authorMathias Kresin <dev@kresin.me>
Sun, 27 Jan 2019 11:20:21 +0000 (12:20 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Jul 2019 09:17:26 +0000 (11:17 +0200)
The memory node is highly board specific and should be only defined in
the board dts.

Signed-off-by: Mathias Kresin <dev@kresin.me>
47 files changed:
target/linux/lantiq/files/arch/mips/boot/dts/ACMP252.dts
target/linux/lantiq/files/arch/mips/boot/dts/ALL0333CJ.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV4510PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV4518PWR01.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/ARV4519PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV4520PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV4525PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV452CQW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV7506PW11.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV7510PW22.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV7518PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV7519PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV7519RW22.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV7525PW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV752DPW.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV752DPW22.dts
target/linux/lantiq/files/arch/mips/boot/dts/ARV8539PW22.dts
target/linux/lantiq/files/arch/mips/boot/dts/ASL56026.dts
target/linux/lantiq/files/arch/mips/boot/dts/BTHOMEHUBV2B.dts
target/linux/lantiq/files/arch/mips/boot/dts/BTHOMEHUBV3A.dts
target/linux/lantiq/files/arch/mips/boot/dts/BTHOMEHUBV5A.dts
target/linux/lantiq/files/arch/mips/boot/dts/DGN1000B.dts
target/linux/lantiq/files/arch/mips/boot/dts/DGN3500.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/DM200.dts
target/linux/lantiq/files/arch/mips/boot/dts/EASY50712.dts
target/linux/lantiq/files/arch/mips/boot/dts/EASY50810.dts
target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/FRITZ3370-REV2.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7312.dts
target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7320.dts
target/linux/lantiq/files/arch/mips/boot/dts/FRITZ736X.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/FRITZ7412.dts
target/linux/lantiq/files/arch/mips/boot/dts/GIGASX76X.dts
target/linux/lantiq/files/arch/mips/boot/dts/H201L.dts
target/linux/lantiq/files/arch/mips/boot/dts/P2601HNFX.dts
target/linux/lantiq/files/arch/mips/boot/dts/P2812HNUFX.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/TDW89X0.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/VG3503J.dts
target/linux/lantiq/files/arch/mips/boot/dts/VGV7510KW22.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/VGV7519.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/VR200.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/WBMR.dts
target/linux/lantiq/files/arch/mips/boot/dts/WBMR300.dts
target/linux/lantiq/files/arch/mips/boot/dts/amazonse.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/ar9.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/danube.dtsi
target/linux/lantiq/files/arch/mips/boot/dts/vr9.dtsi

index 5a2d8671962eeacaf8bcdd0f759495f8d66c4d27..3ab72ba05fe8ee7889a79b2e5d1c5eb9ff5f9990 100644 (file)
@@ -11,6 +11,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index df62ac2d9231523e4a7790fcbb43cd17b157fe53..1bc2e892ee7e8a9f2e1414e8bc2f1f61beb0cddb 100644 (file)
@@ -21,6 +21,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x1000000>;
        };
 
index 6598a60f58f08963683a6e7a5d22f4faca55c00c..d08cf298e5ce9ecec25d72786af5b6f8ece8ff2a 100644 (file)
@@ -26,6 +26,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index f29c416c06f8f27c387000284056fa75c597fb7a..61ad20dd78ac5aaa82a067b5550e805f68f52520 100644 (file)
@@ -20,6 +20,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index e307b381a9eafe9c29b3bb6c8428dfe6359ea897..abd3eb639b7506f9323c5c3216fd0d38d39084e5 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index cd76bf579968002744b51761da2f435ddf7930c4..f81e7a4e760ba767de35aa6752954cdbed9f54fe 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index b3904d37d5da0ea633c46cd10cb41bb5f3cc41d9..a8df0e11da1e20c50e4c30a90f021356fff100ee 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index 203a30df5cd33fefe73cc69df9e6e2d26333bfff..d17d5d93b66824fe14f5f44a10bd362910536479 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index 8fe22e9a44efd546e531a45dbaf31ec80b21abf5..4716df5fa122d78a9b723418fb107ef2adb839f1 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 92d01b4dcc3507a06bb3576bb41c2dcbab717363..11f59c7cf31a5e61146c2fcefa0bee6246c10b42 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 72f3a686b5fdb0c4424e538d6f482f7613175823..89f175da1d731416f8af3d3cfc0d795407eb1bd0 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index bcb3b502af497d6d3faf4fafaf377430bb63ac65..efc7166f922c6bc6f3c7aaf9980a3368ab79ca5b 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index baa9adcc9cbf4a0989f12a202171c2bef3699585..deb7efa6084e08f501813b5ac5452e6f757b40b2 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
index a395d4ff45a6198f7b085cfed1debdb008fd4c44..96a0487829590c43c1a7cada67175a8b25ba1b1e 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index 5f877723f6d0097ff44d449a2c8c0d5c8310035a..18bae40cc894dd6a0b337678d3e3a4c859dc8c44 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 1d4d662ab3eb58fcb145d7f5afeacf445a9a78f8..f27016cb9bbe0939608712767927d1d34c855690 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 1e55d81590a95959cca8bb4f123d7d7beca254c6..fbb7ca3c30869bacb09308dcaf395346e90f7049 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 90bfcabcb5724b4104ea60f9978e0e9b0ce84ed0..84fab0e998f24b13d4a72ae6867e49ea44f038dc 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index e126065ea682c8c85771df08df66dc50bf7ec5a0..dc43849f7871c41e20dcdada7a25921b20c1dd5e 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {                                /* RAM: Samsung K4H511638F-LC 64MB */
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index b854ac0a9968d38a0bd243afca597ab095bad7df..b6d6cb61dbc112d6b6d7e5f049eab012b6efe774 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {                                /* RAM: Samsung K4H511638F-LC 64MB */
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 166eec3419b3a90577f446a61318f7ab0ce61adc..eacdc2f3c47d2672ab929555de6c7ec1b601a509 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
index 8c61e1b743bc29c1297bc261ce84a0e6afaa79c2..8b7e9c1c128968f2157ccd007abbf3ee836e0c7d 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x1000000>;
        };
 
index b0facb410710c08e3a659472bbddf0a405cf3a41..538d995f4ccd263dd81de7fb8e7af02465db2cd4 100644 (file)
@@ -20,6 +20,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 8cf3456ee2b5793bc8b16ee471e0e5c6f8d7b267..05e3010633cc7a6249ed1444a464176ddc2fd58d 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index ec287ab40b542f07f04f2329d249cb6262b16871..84c1d7511eedeb687c6d865fff395eca4973be2d 100644 (file)
@@ -11,6 +11,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 };
index 21562dce21a189fb0c13684126abdec0425ee8b2..3714becbd15f8631b6e1fdea091feb652011e823 100644 (file)
@@ -11,6 +11,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 };
index 781cdfdb5b8705747331fa9f1cdc75f1abd3193e..51b9f885feef162520b94a2715493881074757eb 100644 (file)
@@ -21,6 +21,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 9a0359d1ccdbbe5e0374e41ed1ba9fd1150543de..e5fd41e44f2044093c3ba56bf0e5912935f4677e 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
index 796b941ede689fabdf935fdce21bcb914e8b5f1b..ecc4a133444d97c6e4ad7990479e839fa4a1bcb9 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index a4afca11fadef56b675d85a7be950dd57af0aebd..467c5768e4ff642ccddeae21e60b847d8d9e7fa3 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 9c1d2db8fae1049a84d5d315d59793b134763540..c1ed9f19fc7951aa68d4d11e99fd597c8bc0d489 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
index 3059c1285879c98a428ad9b0b1e645d5d5078a38..7a6e5a0c5ffcd8586d4db9d29d6a9d54e239979a 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
index 36b82515dcc36ee289011c394b4c1286d2acdc46..873fa9ef729f8759441c12996ca08492c763f4f1 100644 (file)
@@ -13,6 +13,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index 46cae21a58bc18aaf13cc9f4eb7032d7c709f848..83bd667bac9b427e06269503d53e1de6133cb6ce 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index 5606eb6e8ba0a379aea1074bcdbc978427c34d39..2ab0f155f473d20336839bfe1e5108a408645a36 100644 (file)
@@ -24,6 +24,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 65424e3effca2234a83ac353beabc918f6f6af2c..5905568711d7ca4d440efe8b78c7f53fed154f99 100644 (file)
@@ -22,6 +22,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x8000000>;
        };
 
index 71e051a3164057530f2d3ed1413d76a792323155..7fbf148e6697366b1a71a35cd05608f40982a3ae 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 9735b2e011dfa36e06bc07d81e8848987cbd0e85..9ecac2cb67c201c4b0e6f5d34ab4cf8322b9ec51 100644 (file)
@@ -23,6 +23,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x2000000>;
        };
 
index 811f39d08b92e57fdcba78539e71c87b03ca7c86..3cdc54292f3048f9f7f027aac6d6b3649c6d9223 100644 (file)
@@ -22,6 +22,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index f69b302bcdd1284b79b1edd093f4d3ecffb77112..3ca9bea58e411ed537da8b7a41e886b4f988d7b4 100644 (file)
@@ -22,6 +22,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index dcfa86125de242a52050eec6f7e4476434341181..bf25d36a7c93e899b43978f7696ddd4a502c789f 100644 (file)
@@ -5,6 +5,7 @@
 
 / {
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x7f00000>;
        };
 
index 9759b311b7c0352d9c248afb7ae30ab116128944..447e473474a9d5b234d6f49f37a75c17966db280 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index 5dcf13912e40405d5afd5d6961ea6b854e2dfc0f..3ccc325b1fe42ff5e5c5fb61304c762af34cf0d5 100644 (file)
@@ -25,6 +25,7 @@
        };
 
        memory@0 {
+               device_type = "memory";
                reg = <0x0 0x4000000>;
        };
 
index f216adf36f776e7b7c9ef6bb7222a945ef52c2b8..8b80e6a2230839c30fc6adc475ce12ea30768481 100644 (file)
                };
        };
 
-       memory@0 {
-               device_type = "memory";
-       };
-
        biu@1f800000 {
                #address-cells = <1>;
                #size-cells = <1>;
index 48e0d95d63b0a465e94eb88304c252f26f77ff6e..687db7cc61f2d9c6133e7d14ae529e9b45272f06 100644 (file)
                };
        };
 
-       memory@0 {
-               device_type = "memory";
-       };
-
        biu@1f800000 {
                #address-cells = <1>;
                #size-cells = <1>;
index af4c795af274826708fea90c0226fde0899804fe..4d3ebb2aa1697a4aed8d393f4b20751f62911dff 100644 (file)
                };
        };
 
-       memory@0 {
-               device_type = "memory";
-       };
-
        biu@1f800000 {
                #address-cells = <1>;
                #size-cells = <1>;
index 6e8f0d1300bbdf28f7333ed02383a4729ab6e8f1..7fd4643171d7eb4a0b8ecd244a5675865c2a72e0 100644 (file)
                };
        };
 
-       memory@0 {
-               device_type = "memory";
-       };
-
        cputemp@0 {
                compatible = "lantiq,cputemp";
        };