diff options
author | Petter Mabäcker <petter@technux.se> | 2016-02-28 14:46:13 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-03-01 21:56:56 +0100 |
commit | a42a1706de91ed03ae8798c7f9e70c30cebcf7de (patch) | |
tree | 507887a5f4c0a856713bc3df22a6d407609333b9 /conf | |
parent | 249cb544e0630645e6ed7267e3ea4aa91fff1471 (diff) | |
download | meta-raspberrypi-a42a1706de91ed03ae8798c7f9e70c30cebcf7de.tar.gz |
pitft: Add PiTFT22 support
- Add support to build overlays for PiTFT22 in the kernel.
- Setup a basic configuration for the driver
The PiTFT22 support is optional and can be enabled by adding below in
local.conf:
MACHINE_FEATURES += "pitft pitft22"
This patch also includes restructuring of kernel patches per kernel version
specific directories.
[Support #70]
Signed-off-by: Petter Mabäcker <petter@technux.se>
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/rpi-base.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index c8f6cd6..27f09ad 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -31,6 +31,7 @@ KERNEL_DEVICETREE ?= " \ | |||
31 | overlays/iqaudio-dac-overlay.dtb \ | 31 | overlays/iqaudio-dac-overlay.dtb \ |
32 | overlays/iqaudio-dacplus-overlay.dtb \ | 32 | overlays/iqaudio-dacplus-overlay.dtb \ |
33 | overlays/lirc-rpi-overlay.dtb \ | 33 | overlays/lirc-rpi-overlay.dtb \ |
34 | overlays/pitft22-overlay.dtb \ | ||
34 | overlays/pps-gpio-overlay.dtb \ | 35 | overlays/pps-gpio-overlay.dtb \ |
35 | overlays/w1-gpio-overlay.dtb \ | 36 | overlays/w1-gpio-overlay.dtb \ |
36 | overlays/w1-gpio-pullup-overlay.dtb \ | 37 | overlays/w1-gpio-pullup-overlay.dtb \ |