mbox series

[0/2] ARM: Add support for VAR-SOM-MX6

Message ID 20220311153614.2191584-1-gregory.clement@bootlin.com
Headers show
Series ARM: Add support for VAR-SOM-MX6 | expand

Message

Gregory CLEMENT March 11, 2022, 3:36 p.m. UTC
Hello,

this small series of 2 patch adds support for the VAR-SOM-MX6 module
from Variscite and its carrier board the MX6 Custom board.

It is inspired from the device tree provided by Variscite in their own
kernel. Especially the part about pin muxing was used as is. Most of
the other part are however adapted do be more mainline style as it was
done for the DART platform.

The DMIC part need an extra patch to work. This patch has already been
submitted:
https://patchwork.kernel.org/project/alsa-devel/patch/20220311100627.2181756-1-gregory.clement@bootlin.com/

Thanks,

Gregory

PS: I know that we are close to the merge window, so obviously I don't
expect that this series to be applied during the next merge window.

Gregory CLEMENT (2):
  ARM: dts: imx6qdl: Add Variscite VAR-SOM-MX6 SoM support
  ARM: dts: imx6q: Add Variscite MX6 Custom board support

 arch/arm/boot/dts/Makefile                    |   1 +
 .../arm/boot/dts/imx6q-var-mx6customboard.dts | 241 ++++++++
 arch/arm/boot/dts/imx6qdl-var-som.dtsi        | 543 ++++++++++++++++++
 3 files changed, 785 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6q-var-mx6customboard.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-var-som.dtsi