]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: cse-nand: Added pre-relocation property in cse-nand dts
authorVipul Kumar <vipul.kumar@xilinx.com>
Thu, 8 Feb 2018 07:28:55 +0000 (12:58 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 8 Feb 2018 07:53:33 +0000 (08:53 +0100)
This patch added u-boot,dm-pre-reloc property in the
dts of cse-nand. Without this property, the device was not
getting probe and timer initialization was getting
fail. This property enable the pre-relocation support.

Signed-off-by: Vipul Kumar <vipulk@xilinx.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-cse-nand.dts

index 760b87cc7b205d456dcc70a2fea39d7afa768096..26f6be4be080d4992e1239cde211fc7482e5b120 100644 (file)
@@ -33,6 +33,7 @@
        };
 
        amba: amba {
+               u-boot,dm-pre-reloc;
                compatible = "simple-bus";
                #address-cells = <1>;
                #size-cells = <1>;
                };
 
                slcr: slcr@f8000000 {
+                       u-boot,dm-pre-reloc;
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "xlnx,zynq-slcr", "syscon", "simple-bus";
                        reg = <0xF8000000 0x1000>;
                        ranges;
                        clkc: clkc@100 {
+                               u-boot,dm-pre-reloc;
                                #clock-cells = <1>;
                                compatible = "xlnx,ps7-clkc";
                                fclk-enable = <0xf>;