From: Georgi Djakov Date: Thu, 1 Oct 2015 09:59:31 +0000 (+0300) Subject: arm64: dts: qcom: Enable eMMC on apq8016-sbc board X-Git-Tag: v4.4-rc1~51^2~36^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=5941c9bb9fc3c1327b7e7315903959cdff6e91c4;p=linux.git arm64: dts: qcom: Enable eMMC on apq8016-sbc board Enable the eMMC on the APQ8016 SBC board (also known as DragonBoard 410c), so that we can use its internal storage. Signed-off-by: Georgi Djakov 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 3fc3be447edd..8cea426e58af 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -86,3 +86,7 @@ led@6 { }; }; }; + +&sdhc_1 { + status = "okay"; +};