From 519c387e3b97ecc21ac1d7b4fc9197298f289a71 Mon Sep 17 00:00:00 2001 From: Theodor Gherzan Date: Wed, 9 Mar 2016 16:15:07 +0200 Subject: [PATCH] rpi-base.inc: Add rpi3 device tree blob Signed-off-by: Theodor Gherzan --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc index 27f09ad..792150e 100644 --- a/conf/machine/include/rpi-base.inc +++ b/conf/machine/include/rpi-base.inc @@ -22,6 +22,7 @@ KERNEL_DEVICETREE ?= " \ bcm2708-rpi-b.dtb \ bcm2708-rpi-b-plus.dtb \ bcm2709-rpi-2-b.dtb \ + bcm2710-rpi-3-b.dtb \ \ overlays/hifiberry-amp-overlay.dtb \ overlays/hifiberry-dac-overlay.dtb \