Skip to content
Snippets Groups Projects
Commit b0bbc039 authored by Faiz Abbas's avatar Faiz Abbas Committed by Tony Lindgren
Browse files

ARM: dts: am574x-idk: Disable m_can node


Since commit bcbb63b8 ("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: default avatarFaiz Abbas <faiz_abbas@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 8f3d9f35
No related branches found
No related tags found
No related merge requests found
...@@ -40,3 +40,7 @@ &mac { ...@@ -40,3 +40,7 @@ &mac {
status = "okay"; status = "okay";
dual_emac; dual_emac;
}; };
&m_can0 {
status = "disabled";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment