From: Georgi Djakov Date: Thu, 4 Feb 2016 12:53:22 +0000 (+0200) Subject: arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a9f91b40e2f018f262a80371fdce23413613a444;p=linux-beck.git arm64: dts: apq8016-sbc: Add DT node for the uSD SDHC interface Add the necessary properties to enable the SD-card on db410c boards. Signed-off-by: Georgi Djakov Tested-by: Kevin Hilman Signed-off-by: Andy Gross --- diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 205ef89b8ca0..0550b0bc04cf 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -140,6 +140,18 @@ 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"; + }; + usb@78d9000 { extcon = <&usb_id>, <&usb_id>; status = "okay";