diff options
author | Petter Mabäcker <petter@technux.se> | 2016-03-30 16:35:45 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2016-04-13 03:16:02 +0200 |
commit | 9797874a23ccf61f7559e22c9bbfff4f27e24d32 (patch) | |
tree | 3cac56e39d9cb9e0d4cf06ed742f965650530fb0 /conf/machine | |
parent | 84af6e7de3b8ea64ab374028aa95dc3a288ae85c (diff) | |
download | meta-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 'conf/machine')
-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 792150e..a9e8053 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -33,6 +33,7 @@ KERNEL_DEVICETREE ?= " \ | |||
33 | overlays/iqaudio-dacplus-overlay.dtb \ | 33 | overlays/iqaudio-dacplus-overlay.dtb \ |
34 | overlays/lirc-rpi-overlay.dtb \ | 34 | overlays/lirc-rpi-overlay.dtb \ |
35 | overlays/pitft22-overlay.dtb \ | 35 | overlays/pitft22-overlay.dtb \ |
36 | overlays/pitft28-resistive-overlay.dtb \ | ||
36 | overlays/pps-gpio-overlay.dtb \ | 37 | overlays/pps-gpio-overlay.dtb \ |
37 | overlays/w1-gpio-overlay.dtb \ | 38 | overlays/w1-gpio-overlay.dtb \ |
38 | overlays/w1-gpio-pullup-overlay.dtb \ | 39 | overlays/w1-gpio-pullup-overlay.dtb \ |