From: Nicolas Ferre Date: Tue, 10 Oct 2017 10:09:47 +0000 (+0300) Subject: ARM: dts: at91: at91sam9x25ek: add CAN1 interface X-Git-Tag: v4.15-rc1~75^2~22^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5f0472f7a10a0a35f8ee07771ba615de4c60aac;p=thirdparty%2Fkernel%2Flinux.git ARM: dts: at91: at91sam9x25ek: add CAN1 interface As the CAN1 interface is not multiplexed with other peripherals on this board, enable it so that it can be tested more easily. Signed-off-by: Nicolas Ferre Signed-off-by: Claudiu Beznea Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/at91sam9x25ek.dts b/arch/arm/boot/dts/at91sam9x25ek.dts index 494864836e837..f8360fb231073 100644 --- a/arch/arm/boot/dts/at91sam9x25ek.dts +++ b/arch/arm/boot/dts/at91sam9x25ek.dts @@ -16,6 +16,10 @@ ahb { apb { + can1: can@f8004000 { + status = "okay"; + }; + macb0: ethernet@f802c000 { phy-mode = "rmii"; status = "okay";