mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
57 lines
1.6 KiB
Diff
57 lines
1.6 KiB
Diff
From cbc142c89543eb8c506ae0e0f0a36c82d91b5171 Mon Sep 17 00:00:00 2001
|
|
From: Sivaprakash Murugesan <sivaprak@codeaurora.org>
|
|
Date: Tue, 9 Jun 2020 17:05:11 +0530
|
|
Subject: [PATCH] arm64: dts: ipq8074: enable sdhci node
|
|
|
|
Enable mmc device found on ipq8074 devices
|
|
|
|
Signed-off-by: Sivaprakash Murugesan <sivaprak@codeaurora.org>
|
|
Link: https://lore.kernel.org/r/1591702511-18571-1-git-send-email-sivaprak@codeaurora.org
|
|
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 4 ++++
|
|
arch/arm64/boot/dts/qcom/ipq8074.dtsi | 22 ++++++++++++++++++++++
|
|
2 files changed, 26 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
|
|
@@ -82,3 +82,7 @@
|
|
nand-bus-width = <8>;
|
|
};
|
|
};
|
|
+
|
|
+&sdhc_1 {
|
|
+ status = "ok";
|
|
+};
|
|
--- a/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq8074.dtsi
|
|
@@ -169,6 +169,28 @@
|
|
#reset-cells = <0x1>;
|
|
};
|
|
|
|
+ sdhc_1: sdhci@7824900 {
|
|
+ compatible = "qcom,sdhci-msm-v4";
|
|
+ reg = <0x7824900 0x500>, <0x7824000 0x800>;
|
|
+ reg-names = "hc_mem", "core_mem";
|
|
+
|
|
+ interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>,
|
|
+ <GIC_SPI 138 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "hc_irq", "pwr_irq";
|
|
+
|
|
+ clocks = <&xo>,
|
|
+ <&gcc GCC_SDCC1_AHB_CLK>,
|
|
+ <&gcc GCC_SDCC1_APPS_CLK>;
|
|
+ clock-names = "xo", "iface", "core";
|
|
+ max-frequency = <384000000>;
|
|
+ mmc-ddr-1_8v;
|
|
+ mmc-hs200-1_8v;
|
|
+ mmc-hs400-1_8v;
|
|
+ bus-width = <8>;
|
|
+
|
|
+ status = "disabled";
|
|
+ };
|
|
+
|
|
blsp_dma: dma@7884000 {
|
|
compatible = "qcom,bam-v1.7.0";
|
|
reg = <0x07884000 0x2b000>;
|