diff options
author | Andreas Kemnade <andreas@kemnade.info> | 2022-09-24 00:11:12 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-10-24 09:16:31 +0800 |
commit | 21683c0d39ca81a4fc3fbb62b9c43f6ffb482372 (patch) | |
tree | 4d7d14713e132088997a74876a5a933218a7fb95 /arch/arm/boot/dts/Makefile | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) | |
download | lwn-21683c0d39ca81a4fc3fbb62b9c43f6ffb482372.tar.gz lwn-21683c0d39ca81a4fc3fbb62b9c43f6ffb482372.zip |
ARM: dts: imx: Add devicetree for Kobo Aura 2
This adds a devicetree for the Kobo Aura 2 Ebook reader. It is based
on boards marked with "37NB-E60QL0+4B1". It is equipped with an i.MX6SL
SoC.
Expected to work:
- Buttons
- Wifi (with external module)
- LED
- uSD
- USB
- RTC
- Fuel Gauge
- Backlight (if the required regulator is probed before the backlight,
specifying a supply is not supported by backlightdriver)
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 6aa7dc4db2fc..ea625583421d 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -681,6 +681,7 @@ dtb-$(CONFIG_SOC_IMX6Q) += \ imx6s-dhcom-drc02.dtb dtb-$(CONFIG_SOC_IMX6SL) += \ imx6sl-evk.dtb \ + imx6sl-kobo-aura2.dtb \ imx6sl-tolino-shine2hd.dtb \ imx6sl-tolino-shine3.dtb \ imx6sl-tolino-vision5.dtb \ |