[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6325adb9-82f7-e1c0-6293-d91b23362f25@linaro.org>
Date: Mon, 28 Mar 2022 17:54:07 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Vinod Koul <vkoul@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, Andy Gross <agross@...nel.org>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 6/6] arm64: dts: qcom: sm8250: remove address cells from
dsi nodes
On 28/03/2022 16:30, Vinod Koul wrote:
> The child of dsi nodes do not have unit address, this causes warnings:
>
> arch/arm64/boot/dts/qcom/sm8250.dtsi:3249.22-3301.6:
> Warning (avoid_unnecessary_addr_size): /soc@...dss@...0000/dsi@...4000:
> unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
>
> arch/arm64/boot/dts/qcom/sm8250.dtsi:3322.22-3374.6:
> Warning (avoid_unnecessary_addr_size): /soc@...dss@...0000/dsi@...6000:
> unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
>
> So remove #address-cells/#size-cells for dsi nodes.
I think this needs different fix and my review was not correct. MIPI DSI
is a bus, so it can have children with unit addresses.
This DTSI (and several others) should have address/size cells, so
downstream could add easily children (e.g. panel nodes).
However I don't know how to combine it with "ports" not having unit address.
Maybe Rob has some ideas?
Best regards,
Krzysztof
Powered by blists - more mailing lists