[PATCH v1] arm64: dts: lx2160a: add some minor fixes on esdhc node

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The esdhc node has some minor fixes according to the RM document.

Signed-off-by: Yinbo Zhu <yinbo.zhu@xxxxxxx>
---
 arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
index c213642..d3e8dad 100644
--- a/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
+++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a.dtsi
@@ -353,8 +353,7 @@
 		};
 
 		esdhc0: esdhc@2140000 {
-			status = "disabled";
-			compatible = "fsl,ls2080a-esdhc", "fsl,esdhc";
+			compatible = "fsl,esdhc";
 			reg = <0x0 0x2140000 0x0 0x10000>;
 			interrupts = <0 28 0x4>; /* Level high type */
 			clocks = <&clockgen 4 1>;
@@ -362,18 +361,20 @@
 			sdhci,auto-cmd12;
 			little-endian;
 			bus-width = <4>;
+			status = "disabled";
 		};
 
 		esdhc1: esdhc@2150000 {
-			status = "disabled";
-			compatible = "fsl,ls2080a-esdhc", "fsl,esdhc";
+			compatible = "fsl,esdhc";
 			reg = <0x0 0x2150000 0x0 0x10000>;
-			interrupts = <0 28 0x4>; /* Level high type */
+			interrupts = <0 63 0x4>; /* Level high type */
 			clocks = <&clockgen 4 1>;
 			voltage-ranges = <1800 1800 3300 3300>;
 			sdhci,auto-cmd12;
+			broken-cd;
 			little-endian;
 			bus-width = <4>;
+			status = "disabled";
 		};
 
 		gpio0: gpio@2300000 {
-- 
1.7.1




[Index of Archives]     [Linux Memonry Technology]     [Linux USB Devel]     [Linux Media]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux