[U-Boot] [PATCH 09/33] ARM64: zynqmp: Added broken-tuning property to SD, eMMC nodes
Michal Simek
michal.simek at xilinx.com
Thu Apr 7 19:05:38 CEST 2016
From: P L Sai Krishna <lakshmi.sai.krishna.potthuri at xilinx.com>
This patch adds broken-tuning property to SD and
eMMC nodes.
Signed-off-by: P L Sai Krishna <lakshmis at xilinx.com>
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynqmp.dtsi | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 7ac21f2f8765..0e6d4040a469 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -434,6 +434,7 @@
interrupts = <0 48 4>;
reg = <0x0 0xff160000 0x1000>;
clock-names = "clk_xin", "clk_ahb";
+ broken-tuning;
};
sdhci1: sdhci at ff170000 {
@@ -443,6 +444,7 @@
interrupts = <0 49 4>;
reg = <0x0 0xff170000 0x1000>;
clock-names = "clk_xin", "clk_ahb";
+ broken-tuning;
};
smmu: smmu at fd800000 {
--
1.9.1
More information about the U-Boot
mailing list