From: Faiz Abbas Date: Wed, 1 Apr 2020 09:08:58 +0000 (+0530) Subject: ARM: dts: am574x-idk: Disable m_can node X-Git-Tag: v5.15~3316^2~6^2~25^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0bbc039d075d9d0ad91e49e2a634cc28fb1ccd5;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/am574x-idk.dts b/arch/arm/boot/dts/am574x-idk.dts index fa00880..85c95cc 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"; +};