arm64: dts: apq8016-sbc: move sdhci node under soc node
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Thu, 28 Jan 2016 17:44:16 +0000 (17:44 +0000)
committerAndy Gross <andy.gross@linaro.org>
Wed, 24 Feb 2016 06:14:05 +0000 (00:14 -0600)
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>
arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi

index 279af22065a556a91e77f85f5bd1e53b4ea1aeb2..81029293c7fd3b4b5f707bc8a201f419cfec7f05 100644 (file)
                                default-state = "off";
                        };
                };
-       };
-};
 
-&sdhc_1 {
-       status = "okay";
+               sdhci@07824000 {
+                       status = "okay";
+               };
+       };
 };
 
 &smd_rpm_regulators {
This page took 0.027222 seconds and 5 git commands to generate.