diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-11-22 19:11:54 +0530 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2021-12-07 19:33:09 +0530 |
commit | f533bb82def8b923668df97c36c1f8fe6a3a8f1f (patch) | |
tree | e6e11e7a59a0deb76a482533fb9aadb0c29a51d4 /arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | |
parent | c3e4ea557ddb0a7fa431564bb1bb023ffbf823f4 (diff) |
arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes
AM654 base board and iot platforms do not have mcan instances pinned out.
Therefore, disable all the mcan instances.
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Apurva Nandan <a-nandan@ti.com>
Link: https://lore.kernel.org/r/20211122134159.29936-3-a-govindraju@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi index 65da226847f4..1e0112b90d9f 100644 --- a/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi @@ -646,6 +646,14 @@ reset-gpios = <&wkup_gpio0 27 GPIO_ACTIVE_HIGH>; }; +&m_can0 { + status = "disabled"; +}; + +&m_can1 { + status = "disabled"; +}; + &pcie1_ep { status = "disabled"; }; |