[PATCH 0/9] ARM: dts: TQMa6/6UL/7: DT cleanup

Alexander Stein posted 9 patches 10 months ago
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6.dtsi  | 25 ++++++++-----------
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi |  4 +--
arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi |  4 +--
.../dts/nxp/imx/imx6ul-tqma6ul-common.dtsi    | 11 +++++---
arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi     |  7 ++++++
5 files changed, 29 insertions(+), 22 deletions(-)
[PATCH 0/9] ARM: dts: TQMa6/6UL/7: DT cleanup
Posted by Alexander Stein 10 months ago
Hi,

this series addresses some DT issues for the TQMa6x, TQMa6ULx and TQMa7x
series:
* Ordering of nodes
* Limiting PMIC rail voltage
* Using PMIC rail instead of virtual regulator
* Add fixed-partition node to "spi-nor" devices
* Adding vcc-supply to "spi-nor" devices

Best regards,
Alexander Stein

Alexander Stein (4):
  ARM: dts: imx6qdl-tqma6: Order DT properties
  ARM: dts: imx6ul-tqma6ul: Order DT properties
  ARM: dts: imx6ul-tqma6ul: Add vcc-supply for spi-nor
  ARM: dts: imx7-tqma7: Add vcc-supply for spi-nor

Markus Niebel (5):
  ARM: dts: imx6qdl-tqma6: limit PMIC SW4 to 3.3V
  ARM: dts: imx6qdl-tqma6: use sw4_reg as 3.3V supply
  ARM: dts: imx6qdl-tqma6: Add partitions subnode to spi-nor
  ARM: dts: tqma6ul: Add partitions subnode to spi-nor
  ARM: dts: tqma7: Add partitions subnode to spi-nor

 arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6.dtsi  | 25 ++++++++-----------
 arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi |  4 +--
 arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi |  4 +--
 .../dts/nxp/imx/imx6ul-tqma6ul-common.dtsi    | 11 +++++---
 arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi     |  7 ++++++
 5 files changed, 29 insertions(+), 22 deletions(-)

-- 
2.43.0
Re: [PATCH 0/9] ARM: dts: TQMa6/6UL/7: DT cleanup
Posted by Shawn Guo 9 months, 1 week ago
On Wed, Feb 19, 2025 at 09:17:35AM +0100, Alexander Stein wrote:
> Alexander Stein (4):
>   ARM: dts: imx6qdl-tqma6: Order DT properties
>   ARM: dts: imx6ul-tqma6ul: Order DT properties
>   ARM: dts: imx6ul-tqma6ul: Add vcc-supply for spi-nor
>   ARM: dts: imx7-tqma7: Add vcc-supply for spi-nor
> 
> Markus Niebel (5):
>   ARM: dts: imx6qdl-tqma6: limit PMIC SW4 to 3.3V
>   ARM: dts: imx6qdl-tqma6: use sw4_reg as 3.3V supply
>   ARM: dts: imx6qdl-tqma6: Add partitions subnode to spi-nor
>   ARM: dts: tqma6ul: Add partitions subnode to spi-nor
>   ARM: dts: tqma7: Add partitions subnode to spi-nor

Applied all, thanks!