linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am574x-idk: Disable m_can node
@ 2020-04-01  9:08 Faiz Abbas
  2020-04-21 16:32 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Faiz Abbas @ 2020-04-01  9:08 UTC (permalink / raw)
  To: linux-kernel, devicetree, linux-omap
  Cc: mark.rutland, robh+dt, tony, bcousson, faiz_abbas

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(+)

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";
+};
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: am574x-idk: Disable m_can node
  2020-04-01  9:08 [PATCH] ARM: dts: am574x-idk: Disable m_can node Faiz Abbas
@ 2020-04-21 16:32 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-04-21 16:32 UTC (permalink / raw)
  To: Faiz Abbas
  Cc: linux-kernel, devicetree, linux-omap, mark.rutland, robh+dt, bcousson

* 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-21 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01  9:08 [PATCH] ARM: dts: am574x-idk: Disable m_can node Faiz Abbas
2020-04-21 16:32 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).