Commit 7bdc6d8c authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson
Browse files

ARM: dts: qcom-msm8974pro: Use &labels



Use &labels to align with the style used in new DTS and apply tiny
style fixes.

Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220415115633.575010-15-konrad.dybcio@somainline.org
parent 598a1e33
Loading
Loading
Loading
Loading
+13 −18
Original line number Diff line number Diff line
#include "qcom-msm8974.dtsi"

/ {
	soc {
		sdhci@f9824900 {
&gcc {
	compatible = "qcom,gcc-msm8974pro";
};

&gpu {
	compatible = "qcom,adreno-330.2", "qcom,adreno";
};

&sdhc_1 {
	clocks = <&gcc GCC_SDCC1_APPS_CLK>,
		 <&gcc GCC_SDCC1_AHB_CLK>,
		 <&xo_board>,
@@ -10,14 +16,3 @@
		 <&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
	clock-names = "core", "iface", "xo", "cal", "sleep";
};

		clock-controller@fc400000 {
				compatible = "qcom,gcc-msm8974pro";
		};

		adreno@fdb00000 {
			compatible = "qcom,adreno-330.2",
				     "qcom,adreno";
		};
	};
};