summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPetter Mabäcker <petter@technux.se>2016-03-30 16:35:45 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2016-04-13 03:16:02 +0200
commit9797874a23ccf61f7559e22c9bbfff4f27e24d32 (patch)
tree3cac56e39d9cb9e0d4cf06ed742f965650530fb0 /README
parent84af6e7de3b8ea64ab374028aa95dc3a288ae85c (diff)
downloadmeta-raspberrypi-9797874a23ccf61f7559e22c9bbfff4f27e24d32.tar.gz
pitft: Add support for pitft28r
The support for PiTFT 28 inch resistive touchscreen is optional and can be enabled by adding below in local.conf: MACHINE_FEATURES += "pitft pitft28r" While at it also fix a minor typo in README. Signed-off-by: Petter Mabäcker <petter@technux.se>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 536926b..3a7735c 100644
--- a/README
+++ b/README
@@ -204,7 +204,7 @@ kernels.
204NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for 204NOTE: KERNEL_DEVICETREE is default enabled for kernel >= 3.18 and always disabled for
205 older kernel versions. 205 older kernel versions.
206 206
2073.L. Eenable SPI bus 2073.L. Enable SPI bus
208==================== 208====================
209When using device tree kernels, set this variable to enable the SPI bus 209When using device tree kernels, set this variable to enable the SPI bus
210ENABLE_SPI_BUS = "1" 210ENABLE_SPI_BUS = "1"
@@ -232,6 +232,7 @@ the modelname should be added as a MACHINE_FEATURES in local.conf like below:
232 232
233List of currently supported models: 233List of currently supported models:
234 - pitft22 234 - pitft22
235 - pitft28r
235 236
236 237
2374. Extra apps 2384. Extra apps