Merge "ARM: dts: msm: Update and enable the clock_gcc node on Lahaina"

This commit is contained in:
qctecmdr
2019-10-08 21:40:36 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 5 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ Required properties :
"qcom,gcc-sdm630"
"qcom,gcc-sdm660"
"qcom,gcc-sdm845"
"qcom,lahaina-gcc"
- reg : shall contain base register location and length
- #clock-cells : shall contain 1

View File

@@ -529,9 +529,10 @@
#clock-cells = <1>;
};
clock_gcc: qcom,gcc {
compatible = "qcom,dummycc";
clock-output-names = "gcc_clocks";
clock_gcc: qcom,gcc@100000 {
compatible = "qcom,lahaina-gcc", "syscon";
reg = <0x100000 0x1f0000>;
reg-names = "cc_base";
#clock-cells = <1>;
#reset-cells = <1>;
};