Merge "ARM: dts: msm: Add support for debugcc for LITO"

This commit is contained in:
qctecmdr 2019-04-17 00:37:31 -07:00 committed by Gerrit - the friendly Code Review server
commit 3d91e789ad
3 changed files with 25 additions and 4 deletions

View File

@ -930,7 +930,7 @@
#reset-cells = <1>;
};
videocc: qcom,videocc {
videocc: qcom,videocc@ab00000 {
compatible = "qcom,lito-videocc", "syscon";
reg = <0x0ab00000 0x10000>;
reg-names = "cc_base";
@ -941,7 +941,7 @@
#reset-cells = <1>;
};
dispcc: qcom,dispcc {
dispcc: qcom,dispcc@af00000 {
compatible = "qcom,lito-dispcc", "syscon";
reg = <0xaf00000 0x20000>;
reg-names = "cc_base";
@ -952,7 +952,7 @@
#reset-cells = <1>;
};
gpucc: qcom,gpucc {
gpucc: qcom,gpucc@3d90000 {
compatible = "qcom,lito-gpucc", "syscon";
reg = <0x3d90000 0x9000>;
reg-names = "cc_base";
@ -964,7 +964,7 @@
#reset-cells = <1>;
};
npucc: qcom,npucc {
npucc: qcom,npucc@9980000 {
compatible = "qcom,lito-npucc", "syscon";
reg = <0x9980000 0x10000>,
<0x9800000 0x10000>,
@ -975,6 +975,25 @@
#reset-cells = <1>;
};
cpucc: syscon@182a0018 {
compatible = "syscon";
reg = <0x182a0018 0x4>;
};
debugcc: qcom,cc-debug {
compatible = "qcom,lito-debugcc";
qcom,gcc = <&gcc>;
qcom,videocc = <&videocc>;
qcom,dispcc = <&dispcc>;
qcom,camcc = <&camcc>;
qcom,gpucc = <&gpucc>;
qcom,npucc = <&npucc>;
qcom,cpucc = <&cpucc>;
clock-names = "xo_clk_src";
clocks = <&rpmhcc RPMH_CXO_CLK>;
#clock-cells = <1>;
};
spmi_bus: qcom,spmi@c440000 {
compatible = "qcom,spmi-pmic-arb";
reg = <0xc440000 0x1100>,

View File

@ -378,6 +378,7 @@ CONFIG_SM_CAMCC_LITO=y
CONFIG_SM_DISPCC_LITO=y
CONFIG_SM_GPUCC_LITO=y
CONFIG_SM_NPUCC_LITO=y
CONFIG_SM_DEBUGCC_LITO=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_MAILBOX=y

View File

@ -389,6 +389,7 @@ CONFIG_SM_CAMCC_LITO=y
CONFIG_SM_DISPCC_LITO=y
CONFIG_SM_GPUCC_LITO=y
CONFIG_SM_NPUCC_LITO=y
CONFIG_SM_DEBUGCC_LITO=y
CONFIG_HWSPINLOCK=y
CONFIG_HWSPINLOCK_QCOM=y
CONFIG_MAILBOX=y