ARM: dts: am574x-idk: Disable m_can node
authorFaiz Abbas <faiz_abbas@ti.com>
Wed, 1 Apr 2020 09:08:58 +0000 (14:38 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Apr 2020 16:32:34 +0000 (09:32 -0700)
Since commit bcbb63b80284 ("ARM: dts: dra7: Separate AM57 dtsi files"),
the m_can node was inherited from dra76x.dtsi but the IP is not
connected on the idk board. Disable the node to reflect this.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am574x-idk.dts

index fa00880..85c95cc 100644 (file)
@@ -40,3 +40,7 @@
        status = "okay";
        dual_emac;
 };
+
+&m_can0 {
+       status = "disabled";
+};