diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-10-20 08:36:05 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-11-15 14:30:40 (GMT) |
commit | 571f53179656bdb31c25497f33dcd6c37b5585fc (patch) | |
tree | 489ab19ddcf70e9543d89bfaa78ce8ea1a0f3e07 /arch/arm/dts | |
parent | 0488a5e1176119f187cd9348d63162cfddb98d7d (diff) | |
download | u-boot-fsl-qoriq-571f53179656bdb31c25497f33dcd6c37b5585fc.tar.xz |
Revert "ARM64: zynqmp: Added broken-tuning property to SD, eMMC nodes"
This reverts commit bd750e7a6c515c081b72d4ef108a2bfa691a3fd1
Implemented the new workaround for auto tuning based on
zynqmp compatible string, so removed the 'broken-tuning'
property.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/zynqmp.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi index 150472f..b796c34 100644 --- a/arch/arm/dts/zynqmp.dtsi +++ b/arch/arm/dts/zynqmp.dtsi @@ -705,7 +705,6 @@ interrupts = <0 48 4>; reg = <0x0 0xff160000 0x1000>; clock-names = "clk_xin", "clk_ahb"; - broken-tuning; xlnx,device_id = <0>; #stream-id-cells = <1>; iommus = <&smmu 0x870>; @@ -720,7 +719,6 @@ interrupts = <0 49 4>; reg = <0x0 0xff170000 0x1000>; clock-names = "clk_xin", "clk_ahb"; - broken-tuning; xlnx,device_id = <1>; #stream-id-cells = <1>; iommus = <&smmu 0x871>; |