[GIT PULL 4/5] i.MX arm64 device tree change for 6.14
Shawn Guo
shawnguo2 at yeah.net
Sun Jan 5 01:51:37 PST 2025
From: Shawn Guo <shawnguo at kernel.org>
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:
Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-6.14
for you to fetch changes up to bd38fa3aaaceb371cf92f115c905579024b9feac:
arm64: dts: freescale: imx93-9x9-qsb: enable fsl,ext-reset-output for wdog3 (2024-12-30 16:31:58 +0800)
----------------------------------------------------------------
i.MX arm64 device tree change for 6.14:
- Add simple-framebuffer support for imx8mn-bsh-smm-s2/pro board
(Dario Binacchi)
- Add LVDS compatible string for imx8mm-phg board (Fabio Estevam)
- Add P3T1085 temperature sensor support for imx93-9x9-qsb board (Frank Li)
- Add support for i.MX8MP based aristainetos3 boards from ABB
(Heiko Schocher)
- Add PCA9452 system PMIC support for imx93-14x14-evk board (Joy Zou)
- Support NXP LVDS to HDMI adapter cards for imx8mp-evk board with DT
overlays (Liu Ying)
- A couple of changes from Markus Niebel to enable Open Drain for MDIO
on imx93-tqma9352 boards
- A series from Peng Fan to enable wdog3 fsl,ext-reset-output support
for NXP i.MX93 boards
- A couple changes from Wei Fang to add NETC support for i.MX95
----------------------------------------------------------------
Dario Binacchi (1):
arm64: dts: imx8mn-bsh-smm-s2/pro: add simple-framebuffer
Fabio Estevam (1):
arm64: dts: imx8mm-phg: Add LVDS compatible string
Frank Li (2):
arm64: dts: imx8mq-zii-ultra: remove #address-cells of eeprom at a4
arm64: dts: imx93-9x9-qsb: add temp-sensor nxp,p3t1085
Geert Uytterhoeven (1):
arm64: dts: imx: Switch to simple-audio-card,hp-det-gpios
Heiko Schocher (1):
arm64: dts: imx8mp: add aristainetos3 board support
Joy Zou (1):
arm64: dts: imx93: add pca9452 support
Liu Ying (2):
arm64: dts: imx8mp-skov-revb-mi1010ait-1cp1: Set "media_disp2_pix" clock rate to 70MHz
arm64: dts: imx8mp-evk: Add NXP LVDS to HDMI adapter cards
Markus Niebel (2):
arm64: dts: imx93-tqma9352-mba93xxca: enable Open Drain for MDIO
arm64: dts: imx93-tqma9352-mba93xxla: enable Open Drain for MDIO
Peng Fan (3):
arm64: dts: freescale: imx93-11x11-evk: enable fsl,ext-reset-output for wdog3
arm64: dts: freescale: imx93-14x14-evk: enable fsl,ext-reset-output for wdog3
arm64: dts: freescale: imx93-9x9-qsb: enable fsl,ext-reset-output for wdog3
Wei Fang (2):
arm64: dts: imx95: add NETC related nodes
arm64: dts: imx95-19x19-evk: add ENETC 0 support
arch/arm64/boot/dts/freescale/Makefile | 13 +
arch/arm64/boot/dts/freescale/imx8mm-phg.dts | 2 +-
.../dts/freescale/imx8mn-bsh-smm-s2-display.dtsi | 28 +
.../freescale/imx8mp-aristainetos3-adpismarc.dts | 37 +
.../imx8mp-aristainetos3-helios-lvds.dtso | 113 ++
.../dts/freescale/imx8mp-aristainetos3-helios.dts | 98 ++
.../freescale/imx8mp-aristainetos3-proton2s.dts | 161 +++
.../freescale/imx8mp-aristainetos3a-som-v1.dtsi | 1107 ++++++++++++++++++++
.../freescale/imx8mp-evk-imx-lvds-hdmi-common.dtsi | 29 +
.../imx8mp-evk-lvds0-imx-dlvds-hdmi-channel0.dtso | 44 +
.../imx8mp-evk-lvds0-imx-lvds-hdmi-common.dtsi | 43 +
.../freescale/imx8mp-evk-lvds0-imx-lvds-hdmi.dtso | 28 +
.../imx8mp-evk-lvds1-imx-dlvds-hdmi-channel0.dtso | 44 +
.../imx8mp-evk-lvds1-imx-lvds-hdmi-common.dtsi | 43 +
.../freescale/imx8mp-evk-lvds1-imx-lvds-hdmi.dtso | 28 +
arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 6 +
.../freescale/imx8mp-skov-revb-mi1010ait-1cp1.dts | 8 +-
.../boot/dts/freescale/imx8mq-librem5-devkit.dts | 2 +-
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 2 +-
.../arm64/boot/dts/freescale/imx8mq-zii-ultra.dtsi | 2 -
arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 8 +
arch/arm64/boot/dts/freescale/imx93-14x14-evk.dts | 92 ++
arch/arm64/boot/dts/freescale/imx93-9x9-qsb.dts | 14 +
.../dts/freescale/imx93-tqma9352-mba93xxca.dts | 8 +-
.../dts/freescale/imx93-tqma9352-mba93xxla.dts | 8 +-
arch/arm64/boot/dts/freescale/imx95-19x19-evk.dts | 52 +
arch/arm64/boot/dts/freescale/imx95.dtsi | 93 ++
27 files changed, 2096 insertions(+), 17 deletions(-)
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-adpismarc.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios-lvds.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-helios.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3-proton2s.dts
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-aristainetos3a-som-v1.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-imx-lvds-hdmi-common.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-lvds0-imx-dlvds-hdmi-channel0.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-lvds0-imx-lvds-hdmi-common.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-lvds0-imx-lvds-hdmi.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-lvds1-imx-dlvds-hdmi-channel0.dtso
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-lvds1-imx-lvds-hdmi-common.dtsi
create mode 100644 arch/arm64/boot/dts/freescale/imx8mp-evk-lvds1-imx-lvds-hdmi.dtso
More information about the linux-arm-kernel
mailing list