Skip to content

Commit b0bbc03

Browse files
Faiz-Abbastmlind
authored andcommitted
ARM: dts: am574x-idk: Disable m_can node
Since commit bcbb63b ("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]>
1 parent 8f3d9f3 commit b0bbc03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/am574x-idk.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@
4040
status = "okay";
4141
dual_emac;
4242
};
43+
44+
&m_can0 {
45+
status = "disabled";
46+
};

0 commit comments

Comments
 (0)