devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo2@yeah.net>
To: Frank Li <Frank.Li@nxp.com>
Cc: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	devicetree@vger.kernel.org, imx@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/16] ARM: dts: imx6: clean up some dtb check warnings
Date: Thu, 11 Sep 2025 11:21:22 +0800	[thread overview]
Message-ID: <aMJAMimvJ_eIzr9F@dragon> (raw)
In-Reply-To: <20250903-imx6_dts_warning-v1-0-1e883d72e790@nxp.com>

On Wed, Sep 03, 2025 at 04:19:53PM -0400, Frank Li wrote:
> Frank Li (16):
>       ARM: dts: imx6: add #address-cells for gsc@20
>       ARM: dts: imx6: add key- prefix for gpio-keys
>       ARM: dts: imx6: align rtc chip node name to 'rtc'
>       ARM: dts: imx6: add interrupt-cells for dlg,da9063 pmic
>       ARM: dts: imx6qdl-aristainetos2: rename ethernet-phy to ethernet-phy@0
>       ARM: dts: imx6: remove redundant pinctrl-names
>       ARM: dts: imx6: rename touch screen's node name to touchscreen
>       ARM: dts: imx6: rename node i2c-gpio to i2c.
>       ARM: dts: imx6: rename node name flash to eeprom
>       ARM: dts: imx6: rename i2c<n>mux i2c-mux-<n>
>       ARM: dts: imx6: replace gpio-key with gpio-keys compatible string
>       ARM: dts: imx6: replace isl,isl12022 with isil,isl12022 for RTC
>       ARM: dts: imx6ul-14x14-evk: add regulator for ov5640
>       ARM: dts: imx6ul-pico: add power-supply for vxt,vl050-8048nt-c01
>       ARM: dts: imx6: remove undefined linux,default-trigger source
>       ARM: dts: imx6: change rtc compatible string to st,m41t00 from m41t00

Applied all, thanks!


      parent reply	other threads:[~2025-09-11  3:22 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-03 20:19 [PATCH 00/16] ARM: dts: imx6: clean up some dtb check warnings Frank Li
2025-09-03 20:19 ` [PATCH 01/16] ARM: dts: imx6: add #address-cells for gsc@20 Frank Li
2025-09-03 20:19 ` [PATCH 02/16] ARM: dts: imx6: add key- prefix for gpio-keys Frank Li
2025-09-03 20:19 ` [PATCH 03/16] ARM: dts: imx6: align rtc chip node name to 'rtc' Frank Li
2025-09-03 20:19 ` [PATCH 04/16] ARM: dts: imx6: add interrupt-cells for dlg,da9063 pmic Frank Li
2025-09-03 20:19 ` [PATCH 05/16] ARM: dts: imx6qdl-aristainetos2: rename ethernet-phy to ethernet-phy@0 Frank Li
2025-09-03 23:37   ` Fabio Estevam
2025-09-04  4:11     ` Heiko Schocher
2025-09-04  9:44     ` Peng Fan
2025-09-03 20:19 ` [PATCH 06/16] ARM: dts: imx6: remove redundant pinctrl-names Frank Li
2025-09-03 20:20 ` [PATCH 07/16] ARM: dts: imx6: rename touch screen's node name to touchscreen Frank Li
2025-09-03 20:20 ` [PATCH 08/16] ARM: dts: imx6: rename node i2c-gpio to i2c Frank Li
2025-09-03 20:20 ` [PATCH 09/16] ARM: dts: imx6: rename node name flash to eeprom Frank Li
2025-09-03 20:20 ` [PATCH 10/16] ARM: dts: imx6: rename i2c<n>mux i2c-mux-<n> Frank Li
2025-09-03 20:20 ` [PATCH 11/16] ARM: dts: imx6: replace gpio-key with gpio-keys compatible string Frank Li
2025-09-03 20:20 ` [PATCH 12/16] ARM: dts: imx6: replace isl,isl12022 with isil,isl12022 for RTC Frank Li
2025-09-03 20:20 ` [PATCH 13/16] ARM: dts: imx6ul-14x14-evk: add regulator for ov5640 Frank Li
2025-09-03 20:20 ` [PATCH 14/16] ARM: dts: imx6ul-pico: add power-supply for vxt,vl050-8048nt-c01 Frank Li
2025-09-03 20:20 ` [PATCH 15/16] ARM: dts: imx6: remove undefined linux,default-trigger source Frank Li
2025-09-03 20:20 ` [PATCH 16/16] ARM: dts: imx6: change rtc compatible string to st,m41t00 from m41t00 Frank Li
2025-09-04  9:46 ` [PATCH 00/16] ARM: dts: imx6: clean up some dtb check warnings Peng Fan
2025-09-11  3:21 ` Shawn Guo [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=aMJAMimvJ_eIzr9F@dragon \
    --to=shawnguo2@yeah.net \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --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).