diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2023-03-17 11:16:18 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-03-27 05:44:15 +0300 |
commit | f491698935bf50dea76309eae75ef3511151f8fb (patch) | |
tree | 2c52f0362b9434efa39900b6cff7ed6d9e6372a8 /arch/arm/boot/dts/Makefile | |
parent | 7da4734751e075db517cf6ca9cb54db6fb0975a8 (diff) | |
download | linux-f491698935bf50dea76309eae75ef3511151f8fb.tar.xz |
ARM: dts: imx: Add devicetree for Tolino Vison
Add a devicetree for the Tolino Vision Ebook reader. It is based
on boards marked with "37NB-E60Q30+4A3". It is equipped with an i.MX6SL
SoC.
Expected to work:
- Buttons
- Wifi
- LEDs
- uSD
- eMMC
- USB
- RTC
- Touchscreen
- Backlight
Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
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 4f58dba50f0d..fd4f7230cb55 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -694,6 +694,7 @@ dtb-$(CONFIG_SOC_IMX6SL) += \ imx6sl-kobo-aura2.dtb \ imx6sl-tolino-shine2hd.dtb \ imx6sl-tolino-shine3.dtb \ + imx6sl-tolino-vision.dtb \ imx6sl-tolino-vision5.dtb \ imx6sl-warp.dtb dtb-$(CONFIG_SOC_IMX6SLL) += \ |