diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-05-14 08:29:45 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-14 16:56:30 +0100 |
commit | 8632069f29afe4c1e9fca4ab73fc66e83b782d5c (patch) | |
tree | 9747b98c3c362a0d191e52fbe20d3a27afd5d002 | |
parent | 092d42cd82fbe599441f44ee6397ed9039421344 (diff) | |
download | meta-raspberrypi-8632069f29afe4c1e9fca4ab73fc66e83b782d5c.tar.gz |
raspberrypi3-64.conf: add 3B+ device tree
Closes #253
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index 4a5a494..5163320 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
@@ -16,6 +16,7 @@ include conf/machine/include/rpi-base.inc | |||
16 | 16 | ||
17 | KERNEL_DEVICETREE = " \ | 17 | KERNEL_DEVICETREE = " \ |
18 | broadcom/bcm2710-rpi-3-b.dtb \ | 18 | broadcom/bcm2710-rpi-3-b.dtb \ |
19 | broadcom/bcm2710-rpi-3-b-plus.dtb \ | ||
19 | broadcom/bcm2837-rpi-3-b.dtb \ | 20 | broadcom/bcm2837-rpi-3-b.dtb \ |
20 | \ | 21 | \ |
21 | overlays/hifiberry-amp.dtbo \ | 22 | overlays/hifiberry-amp.dtbo \ |