diff --git a/bindings/clock/qcom,gcc.txt b/bindings/clock/qcom,gcc.txt index 8661c3cd..ce122896 100644 --- a/bindings/clock/qcom,gcc.txt +++ b/bindings/clock/qcom,gcc.txt @@ -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 diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index b20da3d3..9b970880 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -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>; };