arm64: dts: ls1088a: add esdhc node
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 9 May 2017 02:37:09 +0000 (10:37 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 15 May 2017 01:34:52 +0000 (09:34 +0800)
Add esdhc node for ls1088a and enable it on both RDB and QDS boards.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts
arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi

index 8c3cae5..ff21055 100644 (file)
        status = "okay";
 };
 
+&esdhc {
+       status = "okay";
+};
+
 &sata {
        status = "okay";
 };
index 8a04fbb..ab62ef6 100644 (file)
        status = "okay";
 };
 
+&esdhc {
+       status = "okay";
+};
+
 &sata {
        status = "okay";
 };
index 2946fd7..10b5775 100644 (file)
                        status = "disabled";
                };
 
+               esdhc: esdhc@2140000 {
+                       compatible = "fsl,ls1088a-esdhc", "fsl,esdhc";
+                       reg = <0x0 0x2140000 0x0 0x10000>;
+                       interrupts = <0 28 0x4>; /* Level high type */
+                       clock-frequency = <0>;
+                       voltage-ranges = <1800 1800 3300 3300>;
+                       sdhci,auto-cmd12;
+                       little-endian;
+                       bus-width = <4>;
+                       status = "disabled";
+               };
+
                sata: sata@3200000 {
                        compatible = "fsl,ls1088a-ahci", "fsl,ls1043a-ahci";
                        reg = <0x0 0x3200000 0x0 0x10000>;