summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-01-20 18:45:41 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-01-20 20:15:12 +0100
commit8f1511d72deae137df2d93597affff8ad8a59339 (patch)
treed850bf67f79a29a3e59191562d288cd83f5a3232
parent9d4b68dc77804de75d7b6a3aea07d6231306f7f2 (diff)
downloadmeta-raspberrypi-8f1511d72deae137df2d93597affff8ad8a59339.tar.gz
rpi-base.inc: Include dtb file for CM1 and CM3
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--conf/machine/include/rpi-base.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index 9f20663..e069e70 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -13,12 +13,13 @@ XSERVER = " \
13 ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \ 13 ${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "xf86-video-modesetting", "xf86-video-fbdev", d)} \
14 " 14 "
15 15
16# Really supported starting from linux-raspberrypi 3.18.y only
17KERNEL_DEVICETREE ?= " \ 16KERNEL_DEVICETREE ?= " \
18 bcm2708-rpi-b.dtb \ 17 bcm2708-rpi-b.dtb \
19 bcm2708-rpi-b-plus.dtb \ 18 bcm2708-rpi-b-plus.dtb \
20 bcm2709-rpi-2-b.dtb \ 19 bcm2709-rpi-2-b.dtb \
21 bcm2710-rpi-3-b.dtb \ 20 bcm2710-rpi-3-b.dtb \
21 bcm2708-rpi-cm.dtb \
22 bcm2710-rpi-cm3.dtb \
22 \ 23 \
23 overlays/hifiberry-amp.dtbo \ 24 overlays/hifiberry-amp.dtbo \
24 overlays/hifiberry-dac.dtbo \ 25 overlays/hifiberry-dac.dtbo \