devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 00/15] Maintenance updates for Protonic Holland boards
@ 2023-05-30 12:03 Oleksij Rempel
  2023-05-30 12:03 ` [PATCH v1 01/15] ARM: dts: imx6qdl: vicut1: The sgtl5000 uses i2s not ac97 Oleksij Rempel
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Oleksij Rempel @ 2023-05-30 12:03 UTC (permalink / raw)
  To: Shawn Guo, Sascha Hauer, Rob Herring, Krzysztof Kozlowski
  Cc: Oleksij Rempel, kernel, linux-kernel, devicetree,
	linux-arm-kernel, NXP Linux Team, Fabio Estevam

This patchset consists of several updates that address issues on
Protonic Holland's supported i.MX6-based devices, with a particular
focus on the USB subsystem configuration, thermal zones, and the naming
of GPIO keys. Some of these changes include the activation of USB over-
current detection on certain ports, the disabling of unused USB PHY
nodes, fixing USB-related warnings, adding trip points to thermal zones
on several devices, and renaming the 'power' key to meet the necessary
conventions.

David Jander (1):
  ARM: dts: imx6dl: prtvt7: Remove touchscreen inversion

Oleksij Rempel (11):
  ARM: dts: imx6dl: lanmcu: Disable unused USB PHY nodes
  ARM: dts: imx6dl: lanmcu: Configure over-current polarity for USB OTG
    node
  ARM: dts: imx6dl: Add trip points to thermal zones on several devices
  ARM: dts: imx6dl: vicut1: Address USB related warnings
  ARM: dts: imx6dl: alti6p: fix different USB related warnings
  ARM: dts: imx6dl: prtmvt: fix different USB related warnings
  ARM: dts: imx6qp: prtwd3: Enable USB over current detection on USB OTG
    port
  ARM: dts: imx6ul: prti6g: fix USB over-current detection on USB OTG
    port
  ARM: dts: imx6dl: plybas: fix USB over-current detection on USB OTG
    port
  ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related
    warnings
  ARM: dts: imx6qdl: vicut1: rename power to power-button

Robin van der Gracht (3):
  ARM: dts: imx6qdl: vicut1: The sgtl5000 uses i2s not ac97
  ARM: dts: imx6dl: prtvt7: Adjust default backlight brightness to 65
  ARM: dts: imx6q: prtwd2: Correct iomux configuration for ENET MDIO and
    MDC

 arch/arm/boot/dts/imx6dl-alti6p.dts          | 10 +++++++
 arch/arm/boot/dts/imx6dl-lanmcu.dts          |  9 +++++++
 arch/arm/boot/dts/imx6dl-plybas.dts          |  2 +-
 arch/arm/boot/dts/imx6dl-plym2m.dts          | 24 +++++++++++++++++
 arch/arm/boot/dts/imx6dl-prtmvt.dts          | 11 +++++++-
 arch/arm/boot/dts/imx6dl-prtrvt.dts          |  4 +++
 arch/arm/boot/dts/imx6dl-prtvt7.dts          | 28 +++++++++++++++++---
 arch/arm/boot/dts/imx6dl-victgo.dts          | 24 +++++++++++++++++
 arch/arm/boot/dts/imx6q-prtwd2.dts           |  3 ---
 arch/arm/boot/dts/imx6qdl-prti6q.dtsi        | 11 +++++++-
 arch/arm/boot/dts/imx6qdl-vicut1-12inch.dtsi |  2 +-
 arch/arm/boot/dts/imx6qdl-vicut1.dtsi        | 19 +++++++++++--
 arch/arm/boot/dts/imx6qp-prtwd3.dts          |  2 +-
 arch/arm/boot/dts/imx6ul-prti6g.dts          |  1 +
 14 files changed, 137 insertions(+), 13 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-06-04 13:08 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-30 12:03 [PATCH v1 00/15] Maintenance updates for Protonic Holland boards Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 01/15] ARM: dts: imx6qdl: vicut1: The sgtl5000 uses i2s not ac97 Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 02/15] ARM: dts: imx6dl: prtvt7: Adjust default backlight brightness to 65 Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 03/15] ARM: dts: imx6dl: prtvt7: Remove touchscreen inversion Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 04/15] ARM: dts: imx6q: prtwd2: Correct iomux configuration for ENET MDIO and MDC Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 05/15] ARM: dts: imx6dl: lanmcu: Disable unused USB PHY nodes Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 06/15] ARM: dts: imx6dl: lanmcu: Configure over-current polarity for USB OTG node Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 07/15] ARM: dts: imx6dl: Add trip points to thermal zones on several devices Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 08/15] ARM: dts: imx6dl: vicut1: Address USB related warnings Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 09/15] ARM: dts: imx6dl: alti6p: fix different " Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 10/15] ARM: dts: imx6dl: prtmvt: " Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 11/15] ARM: dts: imx6qp: prtwd3: Enable USB over current detection on USB OTG port Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 12/15] ARM: dts: imx6ul: prti6g: fix USB over-current " Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 13/15] ARM: dts: imx6dl: plybas: " Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 14/15] ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB related warnings Oleksij Rempel
2023-05-30 12:03 ` [PATCH v1 15/15] ARM: dts: imx6qdl: vicut1: rename power to power-button Oleksij Rempel
2023-06-04 13:08 ` [PATCH v1 00/15] Maintenance updates for Protonic Holland boards 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).