From f7748b9b67e7c869f11f15bc7a087c0cd26bc74c Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Thu, 8 Feb 2018 12:58:55 +0530 Subject: [PATCH] arm: cse-nand: Added pre-relocation property in cse-nand dts 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 Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- arch/arm/dts/zynq-cse-nand.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/dts/zynq-cse-nand.dts b/arch/arm/dts/zynq-cse-nand.dts index 760b87cc7b2..26f6be4be08 100644 --- a/arch/arm/dts/zynq-cse-nand.dts +++ b/arch/arm/dts/zynq-cse-nand.dts @@ -33,6 +33,7 @@ }; amba: amba { + u-boot,dm-pre-reloc; compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; @@ -48,12 +49,14 @@ }; 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>; -- 2.47.3