diff options
| author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-03-07 15:52:32 +0200 |
|---|---|---|
| committer | Risto Avila <risto.avila@theqtcompany.com> | 2016-03-08 07:29:34 +0000 |
| commit | 6136e6009970859fc02477cdd37fb29a2031566f (patch) | |
| tree | d9e111fe72ed1703541b48dd8a3298d5a294db03 /conf/distro/include/raspberrypi2.conf | |
| parent | 7eba608a92ee934440a5468ed81237bbae90f12a (diff) | |
| download | meta-boot2qt-6136e6009970859fc02477cdd37fb29a2031566f.tar.gz | |
RPi2: add support for touch display
The RPi touch display need the rpi-tf5604 devicetree to enable touch.
Add it to the kernel build and enabled it in the config.txt.
Update meta-raspberrypi to latest revision for the PiTFT support.
Change-Id: Ibc5ba51c844bc17b541d8021a755f141a5ff2a0c
Reviewed-by: Risto Avila <risto.avila@theqtcompany.com>
Diffstat (limited to 'conf/distro/include/raspberrypi2.conf')
| -rw-r--r-- | conf/distro/include/raspberrypi2.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/distro/include/raspberrypi2.conf b/conf/distro/include/raspberrypi2.conf index 7e4c057..040ea9b 100644 --- a/conf/distro/include/raspberrypi2.conf +++ b/conf/distro/include/raspberrypi2.conf | |||
| @@ -46,3 +46,7 @@ module_conf_bcm2835-v4l2 = "options bcm2835-v4l2 gst_v4l2src_is_broken=1" | |||
| 46 | GPU_MEM = "256" | 46 | GPU_MEM = "256" |
| 47 | # video camera support | 47 | # video camera support |
| 48 | VIDEO_CAMERA = "1" | 48 | VIDEO_CAMERA = "1" |
| 49 | RPI_FT5604 = "1" | ||
| 50 | |||
| 51 | KERNEL_DEVICETREE += "overlays/rpi-ft5406-overlay.dtb" | ||
| 52 | MACHINE_FEATURES += "pitft" | ||
