From: Jaehoon Chung <[email protected]>

This patch adds MSHC (Mobile Storage Host Controller) dt node for Exynos5433
SoC. MSHC is an interface between the system the SD/MMC card.

Cc: Kukjin Kim <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Marc Zyngier <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: Olof Johansson <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Jaehoon Chung <[email protected]>
Signed-off-by: Chanwoo Choi <[email protected]>
Acked-by: Inki Dae <[email protected]>
---
 arch/arm64/boot/dts/exynos/exynos5433.dtsi | 38 ++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi 
b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
index 7c3488a..5807f71 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi
@@ -655,6 +655,44 @@
                        status = "disabled";
                };
 
+               mshc_0: mshc@15540000 {
+                       compatible = "samsung,exynos7-dw-mshc-smu";
+                       interrupts = <0 225 0>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0x15540000 0x2000>;
+                       clocks = <&cmu_fsys CLK_ACLK_MMC0>,
+                                <&cmu_fsys CLK_SCLK_MMC0>;
+                       clock-names = "biu", "ciu";
+                       fifo-depth = <0x40>;
+                       status = "disabled";
+               };
+
+               mshc_1: mshc@15550000 {
+                       compatible = "samsung,exynos7-dw-mshc-smu";
+                       interrupts = <0 226 0>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0x15550000 0x2000>;
+                       clocks = <&cmu_fsys CLK_ACLK_MMC1>,
+                                <&cmu_fsys CLK_SCLK_MMC1>;
+                       clock-names = "biu", "ciu";
+                       fifo-depth = <0x40>;
+                       status = "disabled";
+               };
+
+               mshc_2: mshc@15560000 {
+                       compatible = "samsung,exynos7-dw-mshc-smu";
+                       interrupts = <0 227 0>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       reg = <0x15560000 0x2000>;
+                       clocks = <&cmu_fsys CLK_ACLK_MMC2>,
+                                <&cmu_fsys CLK_SCLK_MMC2>;
+                       clock-names = "biu", "ciu";
+                       fifo-depth = <0x40>;
+                       status = "disabled";
+               };
        };
 
        timer {
-- 
1.8.5.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to