summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcolin <colinmca242@gmail.com>2020-07-09 09:13:49 -0500
committerAndrei Gherzan <andrei@gherzan.ro>2020-08-10 11:10:11 +0100
commitc2b2d783ac4e87a9875efa096baab1a6a2440bae (patch)
tree56dd1bbe868bb47d23bb2efcded985473b460db0
parent7a2624d5ba0e9d7f8a4b5f120e1e13759373f652 (diff)
downloadmeta-raspberrypi-c2b2d783ac4e87a9875efa096baab1a6a2440bae.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 \