diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-01-02 02:44:25 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-01-09 16:01:03 +0800 |
commit | 0b8576d8440aa275ae2758a60982b177e8c54ec1 (patch) | |
tree | 911e4dcc9a2b37e672407e68636e6113cf09f549 /arch/arm/boot/dts/Makefile | |
parent | 9928f0a9e7c0cee3360ca1442b4001d34ad67556 (diff) | |
download | linux-next-0b8576d8440aa275ae2758a60982b177e8c54ec1.tar.gz |
ARM: dts: imx: Add support for SK-iMX53 board
Add support for the StartKit sk-imx53 board, a simple development board
with the iMX536A SoC.
Tested and works:
- UARTs
- SPI
- I2C
- GPU
- USB
- uSD
- NAND
- Ethernet
Not tested:
- Display
- VPU
- capture
Not yet working:
- Sound
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index d08a3c450ce7..d20fd01a8d07 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -465,6 +465,7 @@ dtb-$(CONFIG_SOC_IMX53) += \ imx53-ppd.dtb \ imx53-qsb.dtb \ imx53-qsrb.dtb \ + imx53-sk-imx53.dtb \ imx53-smd.dtb \ imx53-tx53-x03x.dtb \ imx53-tx53-x13x.dtb \ |