diff options
author | Faiz Abbas <faiz_abbas@ti.com> | 2020-04-01 14:38:58 +0530 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-04-21 09:32:34 -0700 |
commit | b0bbc039d075d9d0ad91e49e2a634cc28fb1ccd5 (patch) | |
tree | 519784069aac22ed579ba69cb32c0d2a9749e14b /arch/arm | |
parent | 8f3d9f354286745c751374f5f1fcafee6b3f3136 (diff) | |
download | linux-b0bbc039d075d9d0ad91e49e2a634cc28fb1ccd5.tar.bz2 |
ARM: dts: am574x-idk: Disable m_can node
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am574x-idk.dts | 4 |
1 files changed, 4 insertions, 0 deletions
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"; +}; |