diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-11-22 19:11:58 +0530 |
---|---|---|
committer | Vignesh Raghavendra <vigneshr@ti.com> | 2021-12-07 19:33:09 +0530 |
commit | 2f474da98caf9a75d7777c5465d281240c706bc6 (patch) | |
tree | 0654262dafca6ea6a27127f774d2d9eec0bc6954 /arch/arm64/boot/dts/ti/k3-am642-sk.dts | |
parent | 9c4441ad3da1fad75aabfd68e90558c20a2818d2 (diff) |
arm64: dts: ti: k3-am642-evm/sk: Add support for main domain mcan nodes in EVM and disable them on SK
AM642 EVM has two CAN connecters brought out from the two MCAN instances in
the main domain through transceivers. Add device tree nodes for
transceivers and set the required properties in the mcan device tree nodes,
in EVM device tree file.
On AM642 SK there are no connectors brought out for CAN. Therefore, disable
the mcan device tree nodes in the SK device tree file.
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-7-a-govindraju@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-am642-sk.dts')
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am642-sk.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am642-sk.dts b/arch/arm64/boot/dts/ti/k3-am642-sk.dts index 6b04745147be..a9785bec12df 100644 --- a/arch/arm64/boot/dts/ti/k3-am642-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am642-sk.dts @@ -525,3 +525,11 @@ &icssg1_mdio { status = "disabled"; }; + +&main_mcan0 { + status = "disabled"; +}; + +&main_mcan1 { + status = "disabled"; +}; |