]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: socfpga: enable CAN on Cyclone5 devkit
authorDinh Nguyen <dinguyen@kernel.org>
Fri, 16 Dec 2016 22:55:44 +0000 (16:55 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 5 Jan 2017 00:12:09 +0000 (18:12 -0600)
Enable the CAN node on the Cyclone5 devkit.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm/boot/dts/socfpga_cyclone5_socdk.dts

index c2884c9d0d0926d3f62dc6ed1261d5e54efdef50..7ea32c81e72090a4fe4f175d10f1ee40a1b42a90 100644 (file)
@@ -70,6 +70,10 @@ regulator_3_3v: 3-3-v-regulator {
        };
 };
 
+&can0 {
+       status = "okay";
+};
+
 &gmac1 {
        status = "okay";
        phy-mode = "rgmii";