mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "ARM: dts: msm: Add debugcc device for Kalama"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
63168a7080
@@ -772,6 +772,29 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
apsscc: syscon@17A80000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x17A80000 0x21000>;
|
||||
};
|
||||
|
||||
mccc: syscon@240ba000 {
|
||||
compatible = "syscon";
|
||||
reg = <0x240ba000 0x54>;
|
||||
};
|
||||
|
||||
debugcc: qcom,cc-debug {
|
||||
compatible = "qcom,kalama-debugcc";
|
||||
qcom,gcc = <&gcc>;
|
||||
qcom,videocc = <&videocc>;
|
||||
qcom,dispcc = <&dispcc>;
|
||||
qcom,camcc = <&camcc>;
|
||||
qcom,apsscc = <&apsscc>;
|
||||
qcom,mccc = <&mccc>;
|
||||
clock-names = "xo_clk_src";
|
||||
clocks = <&rpmhcc RPMH_CXO_CLK>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
/* CAM_CC GDSCs */
|
||||
cam_cc_bps_gdsc: qcom,gdsc@adf0004 {
|
||||
compatible = "qcom,gdsc";
|
||||
|
||||
Reference in New Issue
Block a user