]> Git Repo - u-boot.git/commitdiff
ARM64: zynqmp: Added broken-tuning property to SD, eMMC nodes
authorP L Sai Krishna <[email protected]>
Tue, 19 Jan 2016 13:31:10 +0000 (19:01 +0530)
committerMichal Simek <[email protected]>
Wed, 13 Apr 2016 16:29:03 +0000 (18:29 +0200)
This patch adds broken-tuning property to SD and
eMMC nodes.

Signed-off-by: P L Sai Krishna <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynqmp.dtsi

index 7ac21f2f876535444c8dde08d241d67aeafec209..0e6d4040a4697d8acbf5d809ee75b468532dbe03 100644 (file)
                        interrupts = <0 48 4>;
                        reg = <0x0 0xff160000 0x1000>;
                        clock-names = "clk_xin", "clk_ahb";
+                       broken-tuning;
                };
 
                sdhci1: sdhci@ff170000 {
                        interrupts = <0 49 4>;
                        reg = <0x0 0xff170000 0x1000>;
                        clock-names = "clk_xin", "clk_ahb";
+                       broken-tuning;
                };
 
                smmu: smmu@fd800000 {
This page took 0.036004 seconds and 4 git commands to generate.