[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <176497381720.863571.13455719382013086980.robh@kernel.org>
Date: Fri, 05 Dec 2025 16:36:46 -0600
From: Rob Herring <robh@...nel.org>
To: Kuan-Wei Chiu <visitorckw@...il.com>
Cc: linus.walleij@...aro.org, conor+dt@...nel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
arnd@...db.de, devicetree@...r.kernel.org, stable@...r.kernel.org,
krzk+dt@...nel.org, jserv@...s.ncku.edu.tw
Subject: Re: [PATCH] ARM: dts: integrator: Fix DMA ranges mismatch warning
on IM-PD1
On Thu, 04 Dec 2025 16:42:28 +0000, Kuan-Wei Chiu wrote:
> When compiling the device tree for the Integrator/AP with IM-PD1, the
> following warning is observed regarding the display controller node:
>
> arch/arm/boot/dts/arm/integratorap-im-pd1.dts:251.3-14: Warning
> (dma_ranges_format):
> /bus@...00000/bus@...00000/display@...0000:dma-ranges: empty
> "dma-ranges" property but its #address-cells (2) differs from
> /bus@...00000/bus@...00000 (1)
>
> The display node specifies an empty "dma-ranges" property, intended to
> describe a 1:1 identity mapping. However, the node lacks explicit
> "#address-cells" and "#size-cells" properties. In this case, the device
> tree compiler defaults the address cells to 2 (64-bit), which conflicts
> with the parent bus configuration (32-bit, 1 cell).
>
> Fix this by explicitly defining "#address-cells" and "#size-cells" as
> 1. This matches the 32-bit architecture of the Integrator platform and
> ensures the address translation range is correctly parsed by the
> compiler.
>
> Fixes: 7bea67a99430 ("ARM: dts: integrator: Fix DMA ranges")
> Cc: stable@...r.kernel.org
> Signed-off-by: Kuan-Wei Chiu <visitorckw@...il.com>
> ---
> arch/arm/boot/dts/arm/integratorap-im-pd1.dts | 2 ++
> 1 file changed, 2 insertions(+)
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/v6.18-rc6-2004-g29bce9c8b41d (exact match)
Base: tags/v6.18-rc6-2004-g29bce9c8b41d (use --merge-base to override)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm/boot/dts/arm/' for 20251204164228.113587-1-visitorckw@...il.com:
arch/arm/boot/dts/arm/integratorap-im-pd1.dtb: display@...0000 (arm,pl110): '#address-cells', '#size-cells', 'dma-ranges', 'port@0' do not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/display/arm,pl11x.yaml
Powered by blists - more mailing lists