summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcolin <colinmca242@gmail.com>2020-07-09 09:13:49 -0500
committerAndrei Gherzan <andrei@gherzan.ro>2020-07-23 13:03:23 +0100
commit73c686a70a3f07bf25e0250a6b710b0c5119e4ac (patch)
tree948ceb8d21c6bd873264384e23924f295b8bf053
parente28d6b83ea33120bc6d09e344bcb34a53b3e1a80 (diff)
downloadmeta-raspberrypi-73c686a70a3f07bf25e0250a6b710b0c5119e4ac.tar.gz
conf/machine/include/rpi-base.inc: Added can1 interface to bsp
The device tree only supports a single CAN interface. This prevents compatiblity with dual-CAN boards like the PiCAN2 Duo. The mcp2515-can1 device tree blob for overlay was added to RPI_KERNEL_DEVICETREE_OVERLAYS in order to support dual-CAN hats. Signed-off-by: Colin McAllister <colinmca242@gmail.com>
-rw-r--r--conf/machine/include/rpi-base.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/rpi-base.inc
index c398705..5f9a1e3 100644
--- a/conf/machine/include/rpi-base.inc
+++ b/conf/machine/include/rpi-base.inc
@@ -28,6 +28,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
28 overlays/iqaudio-dacplus.dtbo \ 28 overlays/iqaudio-dacplus.dtbo \
29 overlays/miniuart-bt.dtbo \ 29 overlays/miniuart-bt.dtbo \
30 overlays/mcp2515-can0.dtbo \ 30 overlays/mcp2515-can0.dtbo \
31 overlays/mcp2515-can1.dtbo \
31 overlays/pitft22.dtbo \ 32 overlays/pitft22.dtbo \
32 overlays/pitft28-resistive.dtbo \ 33 overlays/pitft28-resistive.dtbo \
33 overlays/pitft28-capacitive.dtbo \ 34 overlays/pitft28-capacitive.dtbo \