dts: GXL/TXL: adjust defendkey_reserved location [1/1]
authorZhongfu Luo <zhongfu.luo@amlogic.com>
Tue, 27 Nov 2018 05:55:10 +0000 (13:55 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Tue, 27 Nov 2018 14:23:33 +0000 (06:23 -0800)
PD#SWPL-2539

Problem:
defendkey_reserved have influenced on display
during the system boot up

Solution:
adjust defendkey_reserved node location

Verify:
GXL/TXL skt board verify pass

Change-Id: I5cf0245f9653e20224c4e3bab1f6f05527011210
Signed-off-by: Zhongfu Luo <zhongfu.luo@amlogic.com>
48 files changed:
arch/arm/boot/dts/amlogic/gxl_p212_1g.dts
arch/arm/boot/dts/amlogic/gxl_p212_1g_buildroot.dts
arch/arm/boot/dts/amlogic/gxl_p212_1g_hd.dts
arch/arm/boot/dts/amlogic/gxl_p212_2g.dts
arch/arm/boot/dts/amlogic/gxl_p212_2g_buildroot.dts
arch/arm/boot/dts/amlogic/gxl_p230_2g.dts
arch/arm/boot/dts/amlogic/gxl_p230_2g_buildroot.dts
arch/arm/boot/dts/amlogic/gxl_p231_1g.dts
arch/arm/boot/dts/amlogic/gxl_p231_2g.dts
arch/arm/boot/dts/amlogic/gxl_p231_2g_buildroot.dts
arch/arm/boot/dts/amlogic/gxl_p241_1g.dts
arch/arm/boot/dts/amlogic/gxl_p241_1g_buildroot.dts
arch/arm/boot/dts/amlogic/gxl_p241_v2-1g.dts
arch/arm/boot/dts/amlogic/gxl_p241_v2_1g_buildroot.dts
arch/arm/boot/dts/amlogic/gxl_p400_2g.dts
arch/arm/boot/dts/amlogic/gxl_p401_2g.dts
arch/arm/boot/dts/amlogic/gxl_sei210_1g.dts
arch/arm/boot/dts/amlogic/gxl_sei210_2g.dts
arch/arm/boot/dts/amlogic/gxl_skt.dts
arch/arm/boot/dts/amlogic/txl_t950_p341.dts
arch/arm/boot/dts/amlogic/txl_t960_p346.dts
arch/arm/boot/dts/amlogic/txl_t962_p320.dts
arch/arm/boot/dts/amlogic/txl_t962_p321.dts
arch/arm/boot/dts/amlogic/txl_t962_p321_720p.dts
arch/arm64/boot/dts/amlogic/gxl_p212_1g.dts
arch/arm64/boot/dts/amlogic/gxl_p212_1g_buildroot.dts
arch/arm64/boot/dts/amlogic/gxl_p212_1g_hd.dts
arch/arm64/boot/dts/amlogic/gxl_p212_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p212_2g_buildroot.dts
arch/arm64/boot/dts/amlogic/gxl_p230_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p230_2g_buildroot.dts
arch/arm64/boot/dts/amlogic/gxl_p231_1g.dts
arch/arm64/boot/dts/amlogic/gxl_p231_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p231_2g_buildroot.dts
arch/arm64/boot/dts/amlogic/gxl_p241_1g.dts
arch/arm64/boot/dts/amlogic/gxl_p241_1g_buildroot.dts
arch/arm64/boot/dts/amlogic/gxl_p241_v2-1g.dts
arch/arm64/boot/dts/amlogic/gxl_p241_v2_1g_buildroot.dts
arch/arm64/boot/dts/amlogic/gxl_p400_2g.dts
arch/arm64/boot/dts/amlogic/gxl_p401_2g.dts
arch/arm64/boot/dts/amlogic/gxl_sei210_1g.dts
arch/arm64/boot/dts/amlogic/gxl_sei210_2g.dts
arch/arm64/boot/dts/amlogic/gxl_skt.dts
arch/arm64/boot/dts/amlogic/txl_t950_p341.dts
arch/arm64/boot/dts/amlogic/txl_t960_p346.dts
arch/arm64/boot/dts/amlogic/txl_t962_p320.dts
arch/arm64/boot/dts/amlogic/txl_t962_p321.dts
arch/arm64/boot/dts/amlogic/txl_t962_p321_720p.dts

index 424c21c..6169a28 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        dummy-battery {
index 519cfc8..28068b6 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index e723f65..9ed888c 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index f98158d..13a27d1 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        dummy-battery {
index 0d865a3..12b3d17 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index 70832ef..bffe36f 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
        bt-dev{
                compatible = "amlogic, bt-dev";
index 196fc62..a50d946 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
        bt-dev{
                compatible = "amlogic, bt-dev";
index af71ed0..9ef02c8 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index f51479c..25d959d 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index 1996859..7a36a46 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index 30c98d3..fc12eb9 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        dummy-battery {
index 6d8523c..dc0a771 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        vpu {
index 738a1dd..06eb3d7 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        dummy-battery {
index 9049e83..c5130e0 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        vpu {
index deb4d1d..3304125 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x400000>;
                        alloc-ranges = <0x7dc00000 0x2400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
-
        };
 
        wifi{
index 6e6ac7e..e20b4a4 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x400000>;
                        alloc-ranges = <0x7dc00000 0x2400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        wifi{
index 2f6ce08..261986f 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index e24e9d3..2a366f0 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x07400000 0x00100000>;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        bt-dev{
index 211b1c9..0fba076 100644 (file)
                #size-cells = <1>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        };
 
        dummy-battery {
index 9149d26..ff39ed6 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x04000000>;
                        alignment = <0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        secmon {
index 645bd09..d4f91e2 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x04000000>;
                        alignment = <0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        secmon {
index a127a58..5c2ebbe 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x04000000>;
                        alignment = <0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        secmon {
index fe056d1..93eb319 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        /** alloc by self **/
                        alloc-ranges = <0x00000000 0x30000000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        dummy-battery {
index 4e4a61f..5146907 100644 (file)
                #address-cells = <1>;
                #size-cells = <1>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x08300000 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        /** alloc by self **/
                        alloc-ranges = <0x0 0x30000000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x08300000 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        dummy-battery {
index 980fb89..0ceedde 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        dummy-battery {
index c6f85ec..5d5d9f0 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index 1418d8b..e2c7f28 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index a54f543..e459645 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        dummy-battery {
index 63b9c1e..78afcd7 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index 407a7eb..8430c8f 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
        bt-dev{
                compatible = "amlogic, bt-dev";
index bda67d1..552dd1f 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
        bt-dev{
                compatible = "amlogic, bt-dev";
index 01bdc4c..e2f9fd0 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index c71b1e1..7de8c68 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index 8936bcd..082ef2c 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index 98b016e..ba50836 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        dummy-battery {
index 36ae00d..d7878fb 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        vpu {
index c341916..04e706d 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        dummy-battery {
index 55ce615..af17dfe 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        vpu {
index 5e291d3..4e4591a 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x400000>;
                        alloc-ranges = <0x0 0x7dc00000 0x0 0x2400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        wifi{
index 698972e..b52e9a4 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x400000>;
                        alloc-ranges = <0x0 0x7dc00000 0x0 0x2400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
-
        };
 
        wifi{
index 53d476b..89df061 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index cf86235..6e02cb8 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                ramoops@0x07400000 {
                        compatible = "ramoops";
                        reg = <0x0 0x07400000 0x0 0x00100000>;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        bt-dev{
index 85c6b54..e12c7c4 100644 (file)
                #size-cells = <2>;
                ranges;
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        alignment = <0x0 0x100000>;
                        //no-map;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        };
 
        dummy-battery {
index e2d26f9..61adfcf 100644 (file)
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x0 0x04000000>;
                        alignment = <0x0 0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        secmon {
index 05f37ad..48bb78e 100644 (file)
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x0 0x04000000>;
                        alignment = <0x0 0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        secmon {
index 2fa72b2..37fe7c7 100644 (file)
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x0 0x04000000>;
                        alignment = <0x0 0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        secmon {
index 38aad4b..09240bf 100644 (file)
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x0 0x01000000>;
                        alignment = <0x0 0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        dummy-battery {
index edbe306..3a13b31 100644 (file)
                #address-cells = <2>;
                #size-cells = <2>;
                ranges;
-
                /* global autoconfigured region for contiguous allocations */
+
+               defendkey_reserved:linux,defendkey {
+                       compatible = "amlogic, defendkey";
+                       reg = <0x0 0x08300000 0x0 0x100000>;
+               };
+
                secmon_reserved:linux,secmon {
                        compatible = "shared-dma-pool";
                        reusable;
                        size = <0x0 0x01000000>;
                        alignment = <0x0 0x400000>;
                };
-
-               defendkey_reserved:linux,defendkey {
-                       compatible = "amlogic, defendkey";
-                       reg = <0x0 0x08300000 0x0 0x100000>;
-               };
        }; /* end of reserved-memory */
 
        dummy-battery {