]> Git Repo - linux.git/commitdiff
ARM: dts: am574x-idk: Disable m_can node
authorFaiz Abbas <[email protected]>
Wed, 1 Apr 2020 09:08:58 +0000 (14:38 +0530)
committerTony Lindgren <[email protected]>
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 <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/am574x-idk.dts

index fa0088025b2c5483a83112955a8c3fd0be3c5f6b..85c95cc551dd5dfad011986e044580686e9bf1ac 100644 (file)
@@ -40,3 +40,7 @@
        status = "okay";
        dual_emac;
 };
+
+&m_can0 {
+       status = "disabled";
+};
This page took 0.062118 seconds and 4 git commands to generate.