Messages in this thread |  | | From | Mathieu Othacehe <> | | Subject | [PATCH v2 0/2] Add Variscite VAR-SOM-MX93 support | | Date | Sat, 23 Dec 2023 21:52:28 +0100 |
| |
Hey,
This is a v2 adding support for the Variscite VAR-SOM-MX93 SoM on Symphony Board.
Support for "nxp,pca9451a" is not mainlined yet, it has been proposed here: https://lore.kernel.org/lkml/20230531065724.3671795-1-joy.zou@nxp.com/T/
I removed it from the device-tree for now.
Thanks,
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> --- Changes in v2: - Remove "nxp,pca9451a" block - Fixed checkpatch warnings - Fixed dtb_checks warnings - Introduce dt-bindings documentation
v1: https://lore.kernel.org/linux-devicetree/3ad14d62-df64-45b1-9be4-008d30d2b52f@linaro.org/T/#t
--- Mathieu Othacehe (2): dt-bindings: arm: fsl: Add VAR-SOM-MX93 with Symphony arm64: dts: imx93-var-som: Add Variscite VAR-SOM-MX93
.../devicetree/bindings/arm/fsl.yaml | 6 + arch/arm64/boot/dts/freescale/Makefile | 1 + .../dts/freescale/imx93-var-som-symphony.dts | 306 ++++++++++++++++++ .../boot/dts/freescale/imx93-var-som.dtsi | 209 ++++++++++++ 4 files changed, 522 insertions(+) create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som-symphony.dts create mode 100644 arch/arm64/boot/dts/freescale/imx93-var-som.dtsi
-- 2.41.0
|  |