linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Stein <alexander.stein@ew.tq-group.com>
To: shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org
Cc: linux-arm-kernel@lists.infradead.org,
	Fabio Estevam <festevam@denx.de>,
	Fabio Estevam <festevam@gmail.com>
Subject: Re: [PATCH 2/2] arm64: dts: imx8mq-mnt-reform2: Pass address-cells/size-cells
Date: Tue, 06 Jun 2023 08:18:52 +0200	[thread overview]
Message-ID: <2938507.mvXUDI8C0e@steina-w> (raw)
In-Reply-To: <20230605143405.614665-2-festevam@gmail.com>

Hi Fabio,

Am Montag, 5. Juni 2023, 16:34:05 CEST schrieb Fabio Estevam:
> From: Fabio Estevam <festevam@denx.de>
> 
> mipi_dsi node requires #address-cells and #size-cells.
> 
> Pass them to fix the following schema warnings:
> 
> imx8mq-mnt-reform2.dtb: mipi-dsi@30a00000: '#address-cells' is a required
> property From schema:
> Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
> imx8mq-mnt-reform2.dtb: mipi-dsi@30a00000: '#size-cells' is a required
> property From schema:
> Documentation/devicetree/bindings/display/bridge/nwl-dsi.yaml
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts
> b/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts index
> 3ae3824be027..a4e552eeac39 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mq-mnt-reform2.dts
> @@ -179,6 +179,8 @@ &lcdif {
>  };
> 
>  &mipi_dsi {
> +	#address-cells = <1>;
> +	#size-cells = <0>;
>  	status = "okay";
> 
>  	ports {

Shouldn't this be added in imx8mq.dtsi instead?

Best regards,
Alexander
-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2023-06-06  6:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 14:34 [PATCH 1/2] arm64: dts: imx8mq: Use 'dsi' as node name Fabio Estevam
2023-06-05 14:34 ` [PATCH 2/2] arm64: dts: imx8mq-mnt-reform2: Pass address-cells/size-cells Fabio Estevam
2023-06-06  6:18   ` Alexander Stein [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2938507.mvXUDI8C0e@steina-w \
    --to=alexander.stein@ew.tq-group.com \
    --cc=festevam@denx.de \
    --cc=festevam@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).