diff mbox series

ARM: dts: am574x-idk: Disable m_can node

Message ID 20200401090858.18523-1-faiz_abbas@ti.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: am574x-idk: Disable m_can node | expand

Commit Message

Faiz Abbas April 1, 2020, 9:08 a.m. UTC
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>
---
 arch/arm/boot/dts/am574x-idk.dts | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tony Lindgren April 21, 2020, 4:32 p.m. UTC | #1
* Faiz Abbas <faiz_abbas@ti.com> [200401 02:09]:
> 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.

Applying into fixes thanks.

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am574x-idk.dts b/arch/arm/boot/dts/am574x-idk.dts
index fa0088025b2c..85c95cc551dd 100644
--- a/arch/arm/boot/dts/am574x-idk.dts
+++ b/arch/arm/boot/dts/am574x-idk.dts
@@ -40,3 +40,7 @@ 
 	status = "okay";
 	dual_emac;
 };
+
+&m_can0 {
+	status = "disabled";
+};