mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
e28d6b83ea
commit
73c686a70a
|
@ -28,6 +28,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
|
||||||
overlays/iqaudio-dacplus.dtbo \
|
overlays/iqaudio-dacplus.dtbo \
|
||||||
overlays/miniuart-bt.dtbo \
|
overlays/miniuart-bt.dtbo \
|
||||||
overlays/mcp2515-can0.dtbo \
|
overlays/mcp2515-can0.dtbo \
|
||||||
|
overlays/mcp2515-can1.dtbo \
|
||||||
overlays/pitft22.dtbo \
|
overlays/pitft22.dtbo \
|
||||||
overlays/pitft28-resistive.dtbo \
|
overlays/pitft28-resistive.dtbo \
|
||||||
overlays/pitft28-capacitive.dtbo \
|
overlays/pitft28-capacitive.dtbo \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user