diff options
author | colin <colinmca242@gmail.com> | 2020-07-09 09:13:49 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-23 13:03:23 +0100 |
commit | 73c686a70a3f07bf25e0250a6b710b0c5119e4ac (patch) | |
tree | 948ceb8d21c6bd873264384e23924f295b8bf053 | |
parent | e28d6b83ea33120bc6d09e344bcb34a53b3e1a80 (diff) | |
download | meta-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.inc | 1 |
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 \ |