arm64: dts: freescale: sl28: add CAN node
authorMichael Walle <michael@walle.cc>
Thu, 1 Oct 2020 09:11:31 +0000 (11:11 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 28 Oct 2020 09:06:05 +0000 (17:06 +0800)
The module supports one CAN controller. Enable it.

Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28.dts

index f46eb47..17a2f5d 100644 (file)
        };
 };
 
+&can0 {
+       status = "okay";
+};
+
 &dspi2 {
        status = "okay";
 };