Message ID | 1660107909-27947-2-git-send-email-quic_c_skakit@quicinc.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 8c7ebabd2e3f33ef24378d3cac00d3e59886cecb |
Headers | show |
Series | Add DT support for audio clock gating resets for SC7280 | expand |
Quoting Satya Priya (2022-08-09 22:05:07) > Remove "cc" regmap from lpasscc node which is overlapping > with the lpass_aon regmap. > > Fixes: 422a295221bb ("arm64: dts: qcom: sc7280: Add clock controller nodes") > Signed-off-by: Satya Priya <quic_c_skakit@quicinc.com> > Signed-off-by: Taniya Das <quic_tdas@quicinc.com> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 13d7f26..ca76310 100644 --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi @@ -2168,9 +2168,8 @@ lpasscc: lpasscc@3000000 { compatible = "qcom,sc7280-lpasscc"; reg = <0 0x03000000 0 0x40>, - <0 0x03c04000 0 0x4>, - <0 0x03389000 0 0x24>; - reg-names = "qdsp6ss", "top_cc", "cc"; + <0 0x03c04000 0 0x4>; + reg-names = "qdsp6ss", "top_cc"; clocks = <&gcc GCC_CFG_NOC_LPASS_CLK>; clock-names = "iface"; #clock-cells = <1>;