summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2016-02-28 14:46:13 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2016-03-01 21:56:56 +0100
commita42a1706de91ed03ae8798c7f9e70c30cebcf7de (patch)
tree507887a5f4c0a856713bc3df22a6d407609333b9 /README
parent249cb544e0630645e6ed7267e3ea4aa91fff1471 (diff)
downloadmeta-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 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 129f5e2..536926b 100644
--- a/README
+++ b/README
@@ -226,6 +226,13 @@ MACHINE_FEATURES += "pitft"
226NOTE: To get this working the overlay for the PiTFT model must be build, 226NOTE: To get this working the overlay for the PiTFT model must be build,
227 added and specified as well (dtoverlay=<driver> in config.txt) 227 added and specified as well (dtoverlay=<driver> in config.txt)
228 228
229Below is a list of currently supported PiTFT models in meta-raspberrypi,
230the modelname should be added as a MACHINE_FEATURES in local.conf like below:
231 - MACHINE_FEATURES += "pitft <modelname>"
232
233List of currently supported models:
234 - pitft22
235
229 236
2304. Extra apps 2374. Extra apps
231============= 238=============