mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
Merge "ARM: dts: msm: Update and enable the clock_gcc node on Lahaina"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
850fa4c350
@@ -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
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user