[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <SJ0PR02MB7758DFA250A0EB0BE8189C1AEBBDA@SJ0PR02MB7758.namprd02.prod.outlook.com>
Date: Mon, 27 Nov 2023 12:41:55 +0000
From: Viken Dadhaniya <vdadhani@....qualcomm.com>
To: Konrad Dybcio <konrad.dybcio@...aro.org>,
"Viken Dadhaniya (QUIC)" <quic_vdadhani@...cinc.com>,
"andersson@...nel.org" <andersson@...nel.org>,
"robh+dt@...nel.org" <robh+dt@...nel.org>,
"krzysztof.kozlowski+dt@...aro.org"
<krzysztof.kozlowski+dt@...aro.org>,
"conor+dt@...nel.org" <conor+dt@...nel.org>,
"linux-arm-sm@...r.kernel.org" <linux-arm-sm@...r.kernel.org>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: "Vijaya Krishna Nivarthi (Temp) (QUIC)" <quic_vnivarth@...cinc.com>,
"Mukesh Savaliya (QUIC)" <quic_msavaliy@...cinc.com>,
"Visweswara Tanuku (QUIC)" <quic_vtanuku@...cinc.com>,
"Chandana Kishori Chiluveru (QUIC)" <quic_cchiluve@...cinc.com>,
"quic_dkammath@...cinc.com" <quic_dkammath@...cinc.com>
Subject: RE: [PATCH 1/1] arm64: dts: qcom: sc7280: add slimbus DT node
> -----Original Message-----
> From: Konrad Dybcio <konrad.dybcio@...aro.org>
> Sent: Thursday, November 23, 2023 1:43 AM
> To: Viken Dadhaniya (QUIC) <quic_vdadhani@...cinc.com>;
> andersson@...nel.org; robh+dt@...nel.org; krzysztof.kozlowski+dt@...aro.org;
> conor+dt@...nel.org; linux-arm-sm@...r.kernel.org;
> devicetree@...r.kernel.org; linux-kernel@...r.kernel.org
> Cc: vnivarth@...cinc.com; msavaliy@...cinc.com; vtanuku@...cinc.com;
> cchiluve@...cinc.com; dkammath@...cinc.com
> Subject: Re: [PATCH 1/1] arm64: dts: qcom: sc7280: add slimbus DT node
>
> WARNING: This email originated from outside of Qualcomm. Please be wary of
> any links or attachments, and do not enable macros.
>
> On 11/16/23 19:39, Viken Dadhaniya wrote:
> > Add slimbus DT node to enable slimbus usecase on Bluetooth for audio
> > streaming and playback.
> How can I test this?
We can use RB3 board and validate playback over BT.
>
> >
> > Based on requirement, client team can enable slimbus node on target
> > specific dt file.
> You can even enable it if you're not part of the client team!
> This paragraph is a bit obvious for what it describes
Updated commit msg and uploaded v2.
>
> >
> > Signed-off-by: Viken Dadhaniya <quic_vdadhani@...cinc.com>
> > ---
> > arch/arm64/boot/dts/qcom/sc7280.dtsi | 25 +++++++++++++++++++++++++
> > 1 file changed, 25 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> > b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> > index 04bf85b0399a..fba352504f3f 100644
> > --- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
> > @@ -2528,6 +2528,31 @@
> > status = "disabled";
> > };
> >
> > + slimbam: dma-controller@...4000 {
> > + compatible = "qcom,bam-v1.7.0";
> > + reg = <0x0 0x03a84000 0x0 0x20000>;
> 0x0 -> 0 to be consistent with other nodes
Done.
>
> > + #dma-cells = <1>;
> > + interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
> interrupts should come after reg
Done.
>
> > + qcom,controlled-remotely;
> > + num-channels = <31>;
> > + qcom,ee = <1>;
> > + qcom,num-ees = <2>;
> > + iommus = <&apps_smmu 0x1826 0x0>;
> > + status = "disabled";
> > + };
> > +
> > + slim_msm: slim-ngd@...0000 {
> slim_msm -> slim
Done.
>
> > + compatible = "qcom,slim-ngd-v1.5.0";
> > + reg = <0x0 0x03ac0000 0x0 0x2c000>;
> ditto
Done.
>
> > + #address-cells = <1>;
> > + #size-cells = <0>;
> these two properties should go before the status property
Done.
>
> > + interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
> > + dmas = <&slimbam 3>, <&slimbam 4>;
> > + dma-names = "rx", "tx";
> > + iommus = <&apps_smmu 0x1826 0x0>;
> > + status = "disabled";
> > + };
> Konrad
Powered by blists - more mailing lists