From: ssambang@codeaurora.org (Sreedhar Sambangi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] qcom: ipq4019: Add SDHC device nodes for SOC and DK04 board.
Date: Tue, 5 Apr 2016 00:54:02 -0700 [thread overview]
Message-ID: <1459842842-8409-1-git-send-email-ssambang@codeaurora.org> (raw)
Add Support for SDHC Controller on the IPQ4019 SOC.
Signed-off-by: Sreedhar Sambangi <ssambang@codeaurora.org>
---
arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi | 7 +++++++
arch/arm/boot/dts/qcom-ipq4019.dtsi | 10 ++++++++++
2 files changed, 17 insertions(+)
diff --git a/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi b/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi
index 566e239..c8d4dbc 100644
--- a/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019-ap.dk04.1.dtsi
@@ -88,6 +88,7 @@
bias-disable = <0>;
};*/
};
+
};
blsp_dma: dma at 7884000 {
@@ -166,5 +167,11 @@
reg = <0x01948000 0x4>;
mask = <0x3>;
};
+
+ sdhci at 7824000 {
+ status = "ok";
+ vqmmc-supply = <&vccq_sd0>;
+ non-removable;
+ };
};
};
diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi b/arch/arm/boot/dts/qcom-ipq4019.dtsi
index 9a3cd26..d70e503 100644
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
@@ -363,5 +363,15 @@
compatible = "qcom,pshold";
reg = <0x4ab000 0x4>;
};
+
+ sdhci at 7824000 {
+ compatible = "qcom,sdhci-msm-v4";
+ reg = <0x7824900 0x11c>, <0x7824000 0x800>;
+ interrupts = <0 123 0>, <0 138 0>;
+ bus-width = <8>;
+ clocks = <&gcc GCC_SDCC1_APPS_CLK>, <&gcc GCC_SDCC1_AHB_CLK>;
+ clock-names = "core", "iface";
+ status = "disabled";
+ };
};
};
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
reply other threads:[~2016-04-05 7:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459842842-8409-1-git-send-email-ssambang@codeaurora.org \
--to=ssambang@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).