Message ID | 1660026909-7365-2-git-send-email-quic_c_skakit@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add DT support for audio clock gating resets for SC7280 | expand |
Quoting Satya Priya (2022-08-08 23:35:07) > diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi > index 13d7f26..71735bb 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>; This looks oddly tabbed out? I'd expect it to align with the first reg property, so be unchanged. > + reg-names = "qdsp6ss", "top_cc"; > clocks = <&gcc GCC_CFG_NOC_LPASS_CLK>; > clock-names = "iface";
On 8/9/2022 10:04 PM, Stephen Boyd wrote: > Quoting Satya Priya (2022-08-08 23:35:07) >> diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi >> index 13d7f26..71735bb 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>; > This looks oddly tabbed out? I'd expect it to align with the first reg > property, so be unchanged. Okay, I will correct the tabbing. But this wouldn't remain unchanged because the comma is being replaced by semi-colon. >> + reg-names = "qdsp6ss", "top_cc"; >> clocks = <&gcc GCC_CFG_NOC_LPASS_CLK>; >> clock-names = "iface";
diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi index 13d7f26..71735bb 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>;