[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <BN6PR04MB06608CD84EDB798065902231CB280@BN6PR04MB0660.namprd04.prod.outlook.com>
Date: Mon, 7 Sep 2020 14:56:32 -0700
From: Jonathan Bakker <xc-racer2@...e.ca>
To: Krzysztof Kozlowski <krzk@...nel.org>,
Kukjin Kim <kgene@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Jonathan Cameron <jic23@...nel.org>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
Paweł Chmiel <pawel.mikolaj.chmiel@...il.com>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-iio@...r.kernel.org
Subject: Re: [RFT 05/25] ARM: dts: s5pv210: remove DMA controller bus node
name to fix dtschema warnings
DMA still works for me on the Galaxy S.
Tested-by: Jonathan Bakker <xc-racer2@...e.ca>
Thanks,
Jonathan
On 2020-09-07 9:11 a.m., Krzysztof Kozlowski wrote:
> There is no need to keep DMA controller nodes under AMBA bus node.
> Remove the "amba" node to fix dtschema warnings like:
>
> amba: $nodename:0: 'amba' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
>
> Signed-off-by: Krzysztof Kozlowski <krzk@...nel.org>
> ---
> arch/arm/boot/dts/s5pv210.dtsi | 49 +++++++++++++++-------------------
> 1 file changed, 21 insertions(+), 28 deletions(-)
>
> diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi
> index 1b0ee884e91d..84e4447931de 100644
> --- a/arch/arm/boot/dts/s5pv210.dtsi
> +++ b/arch/arm/boot/dts/s5pv210.dtsi
> @@ -128,35 +128,28 @@
> };
> };
>
> - amba {
> - #address-cells = <1>;
> - #size-cells = <1>;
> - compatible = "simple-bus";
> - ranges;
> -
> - pdma0: dma@...00000 {
> - compatible = "arm,pl330", "arm,primecell";
> - reg = <0xe0900000 0x1000>;
> - interrupt-parent = <&vic0>;
> - interrupts = <19>;
> - clocks = <&clocks CLK_PDMA0>;
> - clock-names = "apb_pclk";
> - #dma-cells = <1>;
> - #dma-channels = <8>;
> - #dma-requests = <32>;
> - };
> + pdma0: dma@...00000 {
> + compatible = "arm,pl330", "arm,primecell";
> + reg = <0xe0900000 0x1000>;
> + interrupt-parent = <&vic0>;
> + interrupts = <19>;
> + clocks = <&clocks CLK_PDMA0>;
> + clock-names = "apb_pclk";
> + #dma-cells = <1>;
> + #dma-channels = <8>;
> + #dma-requests = <32>;
> + };
>
> - pdma1: dma@...00000 {
> - compatible = "arm,pl330", "arm,primecell";
> - reg = <0xe0a00000 0x1000>;
> - interrupt-parent = <&vic0>;
> - interrupts = <20>;
> - clocks = <&clocks CLK_PDMA1>;
> - clock-names = "apb_pclk";
> - #dma-cells = <1>;
> - #dma-channels = <8>;
> - #dma-requests = <32>;
> - };
> + pdma1: dma@...00000 {
> + compatible = "arm,pl330", "arm,primecell";
> + reg = <0xe0a00000 0x1000>;
> + interrupt-parent = <&vic0>;
> + interrupts = <20>;
> + clocks = <&clocks CLK_PDMA1>;
> + clock-names = "apb_pclk";
> + #dma-cells = <1>;
> + #dma-channels = <8>;
> + #dma-requests = <32>;
> };
>
> adc: adc@...00000 {
>
Powered by blists - more mailing lists