diff options
author | Rob Woolley <rob.woolley@windriver.com> | 2017-04-06 11:44:18 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-04-17 02:22:33 +0100 |
commit | e11d38f8dca47bfb6a06fd3ced139d37750eff15 (patch) | |
tree | e78566a49bb2f13c975d43071e8dd9f81b27b870 /conf/machine/include | |
parent | d70e311c43073e01e1873647fed76f8d84bae286 (diff) | |
download | meta-raspberrypi-e11d38f8dca47bfb6a06fd3ced139d37750eff15.tar.gz |
pitft: Include the pitft35r dtbo files
Include the pitft35r device tree blobs in the filesystem of the image.
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
Diffstat (limited to 'conf/machine/include')
-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 003dd65..517d5ba 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc | |||
@@ -32,6 +32,7 @@ KERNEL_DEVICETREE ?= " \ | |||
32 | overlays/lirc-rpi.dtbo \ | 32 | overlays/lirc-rpi.dtbo \ |
33 | overlays/pitft22.dtbo \ | 33 | overlays/pitft22.dtbo \ |
34 | overlays/pitft28-resistive.dtbo \ | 34 | overlays/pitft28-resistive.dtbo \ |
35 | overlays/pitft35-resistive.dtbo \ | ||
35 | overlays/pps-gpio.dtbo \ | 36 | overlays/pps-gpio.dtbo \ |
36 | overlays/rpi-ft5406.dtbo \ | 37 | overlays/rpi-ft5406.dtbo \ |
37 | overlays/w1-gpio.dtbo \ | 38 | overlays/w1-gpio.dtbo \ |