mbox series

[v2,0/4] TQMa6x / MBa6x DT improvements

Message ID 20240828121959.1268463-1-Markus.Niebel@ew.tq-group.com (mailing list archive)
Headers show
Series TQMa6x / MBa6x DT improvements | expand

Message

Markus Niebel Aug. 28, 2024, 12:19 p.m. UTC
Hello,

this is the 2nd version of the series

Changes in v2:
* use uppercase for ARM in subject lines
* drop "ARM: dts: imx6qdl: Rename USB hub node name" due to
  open discussions
* no changes in remaining patch content

Best regards,
Markus

Markus Niebel (4):
  ARM: dts: imx6qdl-tqma6: move i2c3 pinmux to imx6qdl-tqma6b
  ARM: dts: imx6qdl-tqma6: improve compatible for LM75 temp sensor
  ARM: dts: imx6qdl-mba6: improve compatible for LM75 temp sensor
  ARM: dts: imx6qdl-mba6b: remove doubled entry for I2C1 pinmux

 arch/arm/boot/dts/nxp/imx/imx6qdl-mba6a.dtsi  |  2 +-
 arch/arm/boot/dts/nxp/imx/imx6qdl-mba6b.dtsi  | 11 +---------
 arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6.dtsi  | 14 -------------
 arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6a.dtsi |  4 ++--
 arch/arm/boot/dts/nxp/imx/imx6qdl-tqma6b.dtsi | 20 +++++++++++++++++--
 5 files changed, 22 insertions(+), 29 deletions(-)

Comments

Shawn Guo Sept. 2, 2024, 12:18 a.m. UTC | #1
On Wed, Aug 28, 2024 at 02:19:55PM +0200, Markus Niebel wrote:
> Hello,
> 
> this is the 2nd version of the series
> 
> Changes in v2:
> * use uppercase for ARM in subject lines
> * drop "ARM: dts: imx6qdl: Rename USB hub node name" due to
>   open discussions
> * no changes in remaining patch content
> 
> Best regards,
> Markus
> 
> Markus Niebel (4):
>   ARM: dts: imx6qdl-tqma6: move i2c3 pinmux to imx6qdl-tqma6b
>   ARM: dts: imx6qdl-tqma6: improve compatible for LM75 temp sensor
>   ARM: dts: imx6qdl-mba6: improve compatible for LM75 temp sensor
>   ARM: dts: imx6qdl-mba6b: remove doubled entry for I2C1 pinmux

Applied all, thanks!