devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/17] protonic fixes
@ 2022-04-19  4:48 Oleksij Rempel
  2022-04-19  4:48 ` [PATCH v2 01/17] ARM: dts: imx6qdl-vicut1.dtsi: remove TiWi module Oleksij Rempel
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Oleksij Rempel @ 2022-04-19  4:48 UTC (permalink / raw)
  To: Rob Herring, Shawn Guo
  Cc: Oleksij Rempel, devicetree, Fabio Estevam, linux-arm-kernel,
	linux-kernel, NXP Linux Team, Pengutronix Kernel Team,
	David Jander, Robin van der Gracht

changes v2:
- spell fixes
- rename arm -> ARM

This patch series provide two main part of changes:
- Remove prototype specific deprecated code not used in production.
- Unify vicut1 and victgo variants to reduce maintaining overhead.

David Jander (16):
  ARM: dts: imx6qdl-vicut1.dtsi: remove TiWi module
  ARM: dts: imx6qdl-vicut1.dtsi: Put nON_SWITCH in own pinctrl grp
  ARM: dts: imx6qdl-vicut1.dtsi: Remove PCIe
  ARM: dts: imx6qdl-vicut1/victgo: Remove UART2
  ARM: dts: imx6qdl-vicut1.dtsi: Fix LED names
  ARM: dts: imx6qdl-vicut1.dtsi: Fix debug LED gpio pins
  ARM: dts: imx6qdl-vicut1.dtsi: Update GPIO line names
  ARM: dts: imx6qdl-vicut1.dtsi: Remove conflicting pinctrl entry
  ARM: dts: imx6q-vicut1.dts: remove sata node
  ARM: dts: imx6dl-victgo.dts: update gpio names
  ARM: dts: imx6dl-victgo.dts: Factor out common parts to
    imx6qdl-victgo.dtsi
  ARM: dts: imx6qdl-vicut1.dtsi: Move some node out to DTS files
  ARM: dts: Remove imx6qdl-victgo.dtsi
  ARM: dts: imx6qdl-vicut1: Factor out common parts of 12inch board
    variants
  ARM: dts: imx6dl-victgo.dts: Remove touchscreen x axis inversion
  ARM: dts: imx6qdl-vicut1.dtsi: Add missing ISB led node

Oleksij Rempel (1):
  ARM: dts: imx6qdl-vicut1.dtsi: add thermal zone and attach tmp103 to
    it.

 arch/arm/boot/dts/imx6dl-victgo.dts          | 682 +------------------
 arch/arm/boot/dts/imx6dl-vicut1.dts          |   1 +
 arch/arm/boot/dts/imx6q-vicut1.dts           |   5 +-
 arch/arm/boot/dts/imx6qdl-vicut1-12inch.dtsi | 128 ++++
 arch/arm/boot/dts/imx6qdl-vicut1.dtsi        | 222 +-----
 arch/arm/boot/dts/imx6qp-vicutp.dts          |   1 +
 6 files changed, 178 insertions(+), 861 deletions(-)
 create mode 100644 arch/arm/boot/dts/imx6qdl-vicut1-12inch.dtsi

-- 
2.30.2


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

end of thread, other threads:[~2022-04-24 13:24 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-19  4:48 [PATCH v2 00/17] protonic fixes Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 01/17] ARM: dts: imx6qdl-vicut1.dtsi: remove TiWi module Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 02/17] ARM: dts: imx6qdl-vicut1.dtsi: Put nON_SWITCH in own pinctrl grp Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 03/17] ARM: dts: imx6qdl-vicut1.dtsi: Remove PCIe Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 04/17] ARM: dts: imx6qdl-vicut1/victgo: Remove UART2 Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 05/17] ARM: dts: imx6qdl-vicut1.dtsi: Fix LED names Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 06/17] ARM: dts: imx6qdl-vicut1.dtsi: Fix debug LED gpio pins Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 07/17] ARM: dts: imx6qdl-vicut1.dtsi: Update GPIO line names Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 08/17] ARM: dts: imx6qdl-vicut1.dtsi: Remove conflicting pinctrl entry Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 09/17] ARM: dts: imx6q-vicut1.dts: remove sata node Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 10/17] ARM: dts: imx6dl-victgo.dts: update gpio names Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 11/17] ARM: dts: imx6dl-victgo.dts: Factor out common parts to imx6qdl-victgo.dtsi Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 12/17] ARM: dts: imx6qdl-vicut1.dtsi: Move some node out to DTS files Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 13/17] ARM: dts: Remove imx6qdl-victgo.dtsi Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 14/17] ARM: dts: imx6qdl-vicut1: Factor out common parts of 12inch board variants Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 15/17] ARM: dts: imx6dl-victgo.dts: Remove touchscreen x axis inversion Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 16/17] ARM: dts: imx6qdl-vicut1.dtsi: Add missing ISB led node Oleksij Rempel
2022-04-19  4:48 ` [PATCH v2 17/17] ARM: dts: imx6qdl-vicut1.dtsi: add thermal zone and attach tmp103 to it Oleksij Rempel
2022-04-24 13:23 ` [PATCH v2 00/17] protonic fixes Shawn Guo

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