[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CABhZbsXkpbx_DxJsdPNgJuK1vcdEfxu-bQqz4NuGdfeVX+o=fw@mail.gmail.com>
Date: Sun, 9 Feb 2025 15:54:37 -0800
From: Rudraksha Gupta <guptarud@...il.com>
To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org>
Cc: Bjorn Andersson <andersson@...nel.org>, Konrad Dybcio <konradybcio@...nel.org>,
Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, Sam Day <me@...cday.com>
Subject: Re: [PATCH] ARM: dts: qcom: msm8960: Add BAM
> > + sdcc3bam: dma-controller@...82000 {
> > + compatible = "qcom,bam-v1.3.0";
> > + reg = <0x12182000 0x2000>;
>
> APQ8064 has 0x8000 here, but I think 0x2000 should be enough.
Downstream seems to use 0x2000:
https://codeberg.org/LogicalErzor/Android_Kernel_Samsung_D2/src/branch/cm-14.1/arch/arm/mach-msm/devices-8960.c#L1217
>
> > + interrupts = <GIC_SPI 96 IRQ_TYPE_LEVEL_HIGH>;
> > + clocks = <&gcc SDC3_H_CLK>;
> > + clock-names = "bam_clk";
> > + #dma-cells = <1>;
> > + qcom,ee = <0>;
> > + };
>
> Please keep DT nodes sorted on the @reg part. So sdcc3bam goes after
> sdcc3 node, sdcc1bam goes after sdcc1.
Thanks! I've sent in v2.
Powered by blists - more mailing lists