Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1326764

[PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface

From Georgi Djakov <georgi.djakov@linaro.org>
Newsgroups linux.kernel
Subject [PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface
Date 2016-02-04 14:00 +0100
Message-ID <qYrFU-jS-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Add the necessary properties to enable the SD-card on db410c boards.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi |   12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
index 6b4289dd2495..9a6c595a9b15 100644
--- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
+++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi
@@ -139,6 +139,18 @@
 			pinctrl-1 = <&sdc1_clk_off &sdc1_cmd_off &sdc1_data_off>;
 			status = "okay";
 		};
+
+		sdhci@07864000 {
+			vmmc-supply = <&pm8916_l11>;
+			vqmmc-supply = <&pm8916_l12>;
+
+			pinctrl-names = "default", "sleep";
+			pinctrl-0 = <&sdc2_clk_on &sdc2_cmd_on &sdc2_data_on &sdc2_cd_on>;
+			pinctrl-1 = <&sdc2_clk_off &sdc2_cmd_off &sdc2_data_off &sdc2_cd_off>;
+
+			cd-gpios = <&msmgpio 38 0x1>;
+			status = "okay";
+		};
 	};
 };
 

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface Georgi Djakov <georgi.djakov@linaro.org> - 2016-02-04 14:00 +0100
  Re: [PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface Kevin Hilman <khilman@baylibre.com> - 2016-02-04 23:10 +0100
    Re: [PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface Kevin Hilman <khilman@baylibre.com> - 2016-02-04 23:50 +0100
      Re: [PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC  interface Georgi Djakov <georgi.djakov@linaro.org> - 2016-02-05 18:50 +0100
        Re: [PATCH] arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface Kevin Hilman <khilman@baylibre.com> - 2016-02-09 00:10 +0100

csiph-web