summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Woolley <rob.woolley@windriver.com>2017-04-06 11:44:18 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-17 02:22:33 +0100
commite11d38f8dca47bfb6a06fd3ced139d37750eff15 (patch)
treee78566a49bb2f13c975d43071e8dd9f81b27b870
parentd70e311c43073e01e1873647fed76f8d84bae286 (diff)
downloadmeta-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>
-rw-r--r--conf/machine/include/rpi-base.inc1
-rw-r--r--conf/machine/raspberrypi3-64.conf1
2 files changed, 2 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 \
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf
index ca10ed9..0efe3ff 100644
--- a/conf/machine/raspberrypi3-64.conf
+++ b/conf/machine/raspberrypi3-64.conf
@@ -23,6 +23,7 @@ KERNEL_DEVICETREE = " \
23 overlays/lirc-rpi.dtbo \ 23 overlays/lirc-rpi.dtbo \
24 overlays/pitft22.dtbo \ 24 overlays/pitft22.dtbo \
25 overlays/pitft28-resistive.dtbo \ 25 overlays/pitft28-resistive.dtbo \
26 overlays/pitft35-resistive.dtbo \
26 overlays/pps-gpio.dtbo \ 27 overlays/pps-gpio.dtbo \
27 overlays/rpi-ft5406.dtbo \ 28 overlays/rpi-ft5406.dtbo \
28 overlays/w1-gpio.dtbo \ 29 overlays/w1-gpio.dtbo \