devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] ARM: dts: imx6: trivial change to clean up some DTB warnings.
@ 2025-10-15 16:44 Frank Li
  2025-10-15 16:44 ` [PATCH v2 01/11] ARM: dts: imx6: rename stmpgpio to gpio Frank Li
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Frank Li @ 2025-10-15 16:44 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam
  Cc: devicetree, imx, linux-arm-kernel, linux-kernel, Frank Li

Trivial change to clean up some DTB warnings.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Changes in v2:
- rename ir to ir-receiver according to fabio's suggestion
- Link to v1: https://lore.kernel.org/r/20250925-imx6_dts_cleanup-v1-0-748380dd0d22@nxp.com

---
Frank Li (11):
      ARM: dts: imx6: rename stmpgpio to gpio
      ARM: dts: imx6: rename touch-thermal0 to touch-0-thermal
      ARM: dts: imx6: rename m95m02 to eeprom
      ARM: dts: imx6qdl-ts4900: rename ngpio to ngpios
      ARM: dts: imx6: remove gpio suffix for regulator
      ARM: dts: imx6: change voltage-divider's io-channel-cells to 1
      ARM: dts: imx6: remove pinctrl-name if pinctrl-0 doesn't exist
      ARM: dts: imx6-tbs2910: rename ir_recv to ir-receiver
      ARM: dts: imx6q-utilite-pro: add missing required property for pci
      ARM: dts: imx6ull-phytec-tauri: remove extra space before jedec,spi-nor
      ARM: dts: imx6qdl-nitrogen6_max: rename i2c<n>mux to i2c

 arch/arm/boot/dts/nxp/imx/imx6dl-plym2m.dts          |  4 ++--
 arch/arm/boot/dts/nxp/imx/imx6dl-prtvt7.dts          |  8 ++++----
 arch/arm/boot/dts/nxp/imx/imx6dl-victgo.dts          | 10 +++++-----
 arch/arm/boot/dts/nxp/imx/imx6q-cm-fx6.dts           |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6q-dmo-edmqmx6.dts      | 10 ++++++++--
 arch/arm/boot/dts/nxp/imx/imx6q-evi.dts              |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6q-pistachio.dts        |  2 --
 arch/arm/boot/dts/nxp/imx/imx6q-tbs2910.dts          |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6q-utilite-pro.dts      |  5 ++++-
 arch/arm/boot/dts/nxp/imx/imx6qdl-colibri.dtsi       |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6qdl-nitrogen6_max.dtsi |  6 +++---
 arch/arm/boot/dts/nxp/imx/imx6qdl-ts4900.dtsi        |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6sl-tolino-vision.dts   |  1 -
 arch/arm/boot/dts/nxp/imx/imx6sx-sdb.dtsi            |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6ul-isiot.dtsi          | 12 +++++++++---
 arch/arm/boot/dts/nxp/imx/imx6ull-phytec-tauri.dtsi  |  2 +-
 16 files changed, 42 insertions(+), 30 deletions(-)
---
base-commit: 2f331cf977ffb87638d3b6e534e06ad60ce32f4d
change-id: 20250925-imx6_dts_cleanup-6edf53e09c62

Best regards,
--
Frank Li <Frank.Li@nxp.com>


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-10-15 21:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 16:44 [PATCH v2 00/11] ARM: dts: imx6: trivial change to clean up some DTB warnings Frank Li
2025-10-15 16:44 ` [PATCH v2 01/11] ARM: dts: imx6: rename stmpgpio to gpio Frank Li
2025-10-15 16:44 ` [PATCH v2 02/11] ARM: dts: imx6: rename touch-thermal0 to touch-0-thermal Frank Li
2025-10-15 20:00   ` Russell King (Oracle)
2025-10-15 20:34     ` Frank Li
2025-10-15 21:26       ` Russell King (Oracle)
2025-10-15 16:44 ` [PATCH v2 03/11] ARM: dts: imx6: rename m95m02 to eeprom Frank Li
2025-10-15 16:44 ` [PATCH v2 04/11] ARM: dts: imx6qdl-ts4900: rename ngpio to ngpios Frank Li
2025-10-15 16:44 ` [PATCH v2 05/11] ARM: dts: imx6: remove gpio suffix for regulator Frank Li
2025-10-15 16:44 ` [PATCH v2 06/11] ARM: dts: imx6: change voltage-divider's io-channel-cells to 1 Frank Li
2025-10-15 16:44 ` [PATCH v2 07/11] ARM: dts: imx6: remove pinctrl-name if pinctrl-0 doesn't exist Frank Li
2025-10-15 16:44 ` [PATCH v2 08/11] ARM: dts: imx6-tbs2910: rename ir_recv to ir-receiver Frank Li
2025-10-15 16:44 ` [PATCH v2 09/11] ARM: dts: imx6q-utilite-pro: add missing required property for pci Frank Li
2025-10-15 16:44 ` [PATCH v2 10/11] ARM: dts: imx6ull-phytec-tauri: remove extra space before jedec,spi-nor Frank Li
2025-10-15 16:44 ` [PATCH v2 11/11] ARM: dts: imx6qdl-nitrogen6_max: rename i2c<n>mux to i2c Frank Li

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).