diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2016-01-28 17:44:16 +0000 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-02-24 00:14:05 -0600 |
commit | 0283687c5eee787ec105011632099bcb79ba9714 (patch) | |
tree | 3db11b546e67176e1262cf5ff4f0d08e3a26e2c2 | |
parent | 828dd5d66f0f280bf8b5b52626f665252dd74697 (diff) |
arm64: dts: apq8016-sbc: move sdhci node under soc node
To be consistent with other nodes move sdhci node under the soc node,
rather than using lable references.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 279af22065a5..81029293c7fd 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -129,11 +129,11 @@ default-state = "off"; }; }; - }; -}; -&sdhc_1 { - status = "okay"; + sdhci@07824000 { + status = "okay"; + }; + }; }; &smd_rpm_regulators { |