On Thu, Nov 07, 2024 at 10:10:10AM -0500, Frank Li wrote: > On Thu, Nov 07, 2024 at 06:27:03PM -0800, Pengfei Li wrote: > > Add i.MX91 11x11 EVK board support. > > - Enable ADC1. > > - Enable lpuart1 and lpuart5. > > - Enable network eqos and fec. > > - Enable I2C bus and children nodes under I2C bus. > > - Enable USB and related nodes. > > - Enable uSDHC1 and uSDHC2. > > - Enable MU1 and MU2. > > - Enable Watchdog3. > > > > Signed-off-by: Pengfei Li <pengfei.li_1@xxxxxxx> > > Reviewed-by: Frank Li <Frank.Li@xxxxxxx> > > Most part is the same as imx93-11x11-evk.dts, is possible to base on it > or use overlay file to overwrite iommux settings. > > Frank Hi Frank, However, /delete-node/ cannot be used in overlay file. And imx93-11x11-evk.dts also includes imx93.dtsi, which would then include imx93.dtsi twice, which could cause problems and difficult to maintain. So I prefer to use a separate new 91 dts. BR, Pengfei Li