[U-Boot] [PATCH v1] armv8: lx2160a: add some minor fixes on esdhc node

Yinbo Zhu yinbo.zhu at nxp.com
Wed Oct 10 03:15:02 UTC 2018


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

Signed-off-by: Yinbo Zhu <yinbo.zhu at nxp.com>
---
 arch/arm/dts/fsl-lx2160a.dtsi |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/arch/arm/dts/fsl-lx2160a.dtsi b/arch/arm/dts/fsl-lx2160a.dtsi
index 73c24f7..8c8172b 100644
--- a/arch/arm/dts/fsl-lx2160a.dtsi
+++ b/arch/arm/dts/fsl-lx2160a.dtsi
@@ -77,8 +77,7 @@
 	};
 
 	esdhc0: esdhc at 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>;
@@ -86,18 +85,20 @@
 		sdhci,auto-cmd12;
 		little-endian;
 		bus-width = <4>;
+		status = "disabled";
 	};
 
 	esdhc1: esdhc at 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;
+		non-removable;
 		little-endian;
 		bus-width = <4>;
+		status = "disabled";
 	};
 
 	dspi0: dspi at 2100000 {
-- 
1.7.1



More information about the U-Boot mailing list