diff options
author | Ondrej Jirman <megous@megous.com> | 2020-02-23 04:16:14 +0100 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-02-24 10:17:36 +0100 |
commit | cd3e42c9f7458a65fd3b26716230c0ee45a6344f (patch) | |
tree | 137ff060c0f45051bc59b7ab8e5fbad065035577 /arch/arm/boot/dts/Makefile | |
parent | 7efbada45edc660d59cee2842726b5bb1a8b0322 (diff) | |
download | lwn-cd3e42c9f7458a65fd3b26716230c0ee45a6344f.tar.gz lwn-cd3e42c9f7458a65fd3b26716230c0ee45a6344f.zip |
ARM: dts: sun5i: Add PocketBook Touch Lux 3 support
What works:
- Serial console
- mmc0, mmc2 (both microSD card slots on the board)
- All buttons (gpio and lradc based)
- Power LED
- PMIC
- RTC
- USB OTG/gadgets mode
- Realtek USB WiFi
- Display backlight
- eInk display SPI NOR flash memory
Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
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 e9ddca2946ce..78f144e332f6 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -1056,6 +1056,7 @@ dtb-$(CONFIG_MACH_SUN5I) += \ sun5i-a13-licheepi-one.dtb \ sun5i-a13-olinuxino.dtb \ sun5i-a13-olinuxino-micro.dtb \ + sun5i-a13-pocketbook-touch-lux-3.dtb \ sun5i-a13-q8-tablet.dtb \ sun5i-a13-utoo-p66.dtb \ sun5i-gr8-chip-pro.dtb \ |