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 /README | |
| 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 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -226,6 +226,13 @@ MACHINE_FEATURES += "pitft" | |||
| 226 | NOTE: To get this working the overlay for the PiTFT model must be build, | 226 | NOTE: 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 | ||
| 229 | Below is a list of currently supported PiTFT models in meta-raspberrypi, | ||
| 230 | the modelname should be added as a MACHINE_FEATURES in local.conf like below: | ||
| 231 | - MACHINE_FEATURES += "pitft <modelname>" | ||
| 232 | |||
| 233 | List of currently supported models: | ||
| 234 | - pitft22 | ||
| 235 | |||
| 229 | 236 | ||
| 230 | 4. Extra apps | 237 | 4. Extra apps |
| 231 | ============= | 238 | ============= |
