Message ID | 20240419-imx93-dts-4-13-v2-0-9076e1d7d399@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: imx93: various update | expand |
Hi Shawn, > Subject: [PATCH v2 00/12] arm64: dts: imx93: various update Sorry for early asking. Do you need me to resend v2 if just dropping patch 12? Thanks, Peng. > > This patchset has several updates in imx93 dtsi and imx93-11x11-evk dts > - add dma for lpspi/lpi2c > - add nvmem for fec/eqos > - update sdhc assigned clocks > - update resource table for m33 > - add sleep pinctrl > - add reset gpios for network phys > - includes a defconfig patch to build in OCOTP ELE. > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- > Changes in v2: > - Add new patch 1 to convert dma bit mask to FSL_EDMA_RX > - Use FSL_EDMA_RX for patch 2,3 > - Update commit log for patch 7. Add Fixes tag for patch 7. > - Link to v1: https://lore.kernel.org/r/20240416-imx93-dts-4-13-v1-0- > da8ac02e8413@nxp.com > > --- > Haibo Chen (1): > arm64: dts: imx93: assign usdhc[1..3] root clock to 400MHz > > Luke Wang (1): > arm64: dts: imx93-11x11-evk: add different usdhc pinctrl for different > timing usage > > Peng Fan (9): > arm64: dts: imx93: use FSL_EDMA_RX for rx channel > arm64: dts: imx93: add dma support for lpi2c[1..8] > arm64: dts: imx93: add dma support for lpspi[1..8] > arm64: dts: imx93: add nvmem property for fec1 > arm64: dts: imx93: add nvmem property for eqos > arm64: dts: imx93-11x11-evk: update resource table address > arm64: dts: imx93-11x11-evk: add sleep pinctrl for eqos and fec > arm64: dts: imx93-11x11-evk: add sleep pinctrl for sdhc2 > arm64: defconfig: build in OCOTP ELE > > Wei Fang (1): > arm64: dts: imx93-11x11-evk: add reset gpios for ethernet PHYs > > arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 146 > ++++++++++++++++++++-- > arch/arm64/boot/dts/freescale/imx93.dtsi | 79 ++++++++++-- > arch/arm64/configs/defconfig | 2 +- > 3 files changed, 204 insertions(+), 23 deletions(-) > --- > base-commit: 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39 > change-id: 20240413-imx93-dts-4-13-60d93c9f1cb2 > > Best regards, > -- > Peng Fan <peng.fan@nxp.com>
On Fri, Apr 19, 2024 at 11:36:55AM +0800, Peng Fan (OSS) wrote: > This patchset has several updates in imx93 dtsi and imx93-11x11-evk dts > - add dma for lpspi/lpi2c > - add nvmem for fec/eqos > - update sdhc assigned clocks > - update resource table for m33 > - add sleep pinctrl > - add reset gpios for network phys > - includes a defconfig patch to build in OCOTP ELE. > > Signed-off-by: Peng Fan <peng.fan@nxp.com> > --- > Changes in v2: > - Add new patch 1 to convert dma bit mask to FSL_EDMA_RX > - Use FSL_EDMA_RX for patch 2,3 > - Update commit log for patch 7. Add Fixes tag for patch 7. > - Link to v1: https://lore.kernel.org/r/20240416-imx93-dts-4-13-v1-0-da8ac02e8413@nxp.com > > --- > Haibo Chen (1): > arm64: dts: imx93: assign usdhc[1..3] root clock to 400MHz > > Luke Wang (1): > arm64: dts: imx93-11x11-evk: add different usdhc pinctrl for different timing usage > > Peng Fan (9): > arm64: dts: imx93: use FSL_EDMA_RX for rx channel > arm64: dts: imx93: add dma support for lpi2c[1..8] > arm64: dts: imx93: add dma support for lpspi[1..8] > arm64: dts: imx93: add nvmem property for fec1 > arm64: dts: imx93: add nvmem property for eqos > arm64: dts: imx93-11x11-evk: update resource table address > arm64: dts: imx93-11x11-evk: add sleep pinctrl for eqos and fec > arm64: dts: imx93-11x11-evk: add sleep pinctrl for sdhc2 > arm64: defconfig: build in OCOTP ELE > > Wei Fang (1): > arm64: dts: imx93-11x11-evk: add reset gpios for ethernet PHYs Applied all, except the defconfig one.
This patchset has several updates in imx93 dtsi and imx93-11x11-evk dts - add dma for lpspi/lpi2c - add nvmem for fec/eqos - update sdhc assigned clocks - update resource table for m33 - add sleep pinctrl - add reset gpios for network phys - includes a defconfig patch to build in OCOTP ELE. Signed-off-by: Peng Fan <peng.fan@nxp.com> --- Changes in v2: - Add new patch 1 to convert dma bit mask to FSL_EDMA_RX - Use FSL_EDMA_RX for patch 2,3 - Update commit log for patch 7. Add Fixes tag for patch 7. - Link to v1: https://lore.kernel.org/r/20240416-imx93-dts-4-13-v1-0-da8ac02e8413@nxp.com --- Haibo Chen (1): arm64: dts: imx93: assign usdhc[1..3] root clock to 400MHz Luke Wang (1): arm64: dts: imx93-11x11-evk: add different usdhc pinctrl for different timing usage Peng Fan (9): arm64: dts: imx93: use FSL_EDMA_RX for rx channel arm64: dts: imx93: add dma support for lpi2c[1..8] arm64: dts: imx93: add dma support for lpspi[1..8] arm64: dts: imx93: add nvmem property for fec1 arm64: dts: imx93: add nvmem property for eqos arm64: dts: imx93-11x11-evk: update resource table address arm64: dts: imx93-11x11-evk: add sleep pinctrl for eqos and fec arm64: dts: imx93-11x11-evk: add sleep pinctrl for sdhc2 arm64: defconfig: build in OCOTP ELE Wei Fang (1): arm64: dts: imx93-11x11-evk: add reset gpios for ethernet PHYs arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts | 146 ++++++++++++++++++++-- arch/arm64/boot/dts/freescale/imx93.dtsi | 79 ++++++++++-- arch/arm64/configs/defconfig | 2 +- 3 files changed, 204 insertions(+), 23 deletions(-) --- base-commit: 9ed46da14b9b9b2ad4edb3b0c545b6dbe5c00d39 change-id: 20240413-imx93-dts-4-13-60d93c9f1cb2 Best regards,