[PATCH v5 10/11] arch: arm: boot: dts: Introduce HPE GXP Device tree

Arnd Bergmann arnd at arndb.de
Fri Apr 22 06:06:38 PDT 2022


On Thu, Apr 21, 2022 at 9:21 PM <nick.hawkins at hpe.com> wrote:

> +       axi {
> +               compatible = "simple-bus";
> +               #address-cells = <1>;
> +               #size-cells = <1>;
> +               ranges;
> +               dma-ranges;
> +
> +               ahb at c0000000 {
> +                       compatible = "simple-bus";
> +                       #address-cells = <1>;
> +                       #size-cells = <1>;
> +                       ranges = <0x0 0xc0000000 0x30000000>;

I think you should add a "dma-ranges" property in the ahb node as well,
otherwise this would mean that none of the children are DMA capable,
when at the minimum the USB controllers require DMA.

       Arnd



More information about the linux-arm-kernel mailing list