Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9f91b40 authored by Georgi Djakov's avatar Georgi Djakov Committed by Andy Gross
Browse files

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: default avatarGeorgi Djakov <georgi.djakov@linaro.org>
Tested-by: default avatarKevin Hilman <khilman@baylibre.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 1a695a90
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -140,6 +140,18 @@
			status = "okay";
			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 {
		usb@78d9000 {
			extcon = <&usb_id>, <&usb_id>;
			extcon = <&usb_id>, <&usb_id>;
			status = "okay";
			status = "okay";