Skip to content

Commit

Permalink
arm64: dts: ti: am654-base-board/am65-iot2050-common: Disable mcan nodes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Aswath Govindraju authored and Vignesh Raghavendra committed Dec 7, 2021
1 parent c3e4ea5 commit f533bb8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,14 @@
reset-gpios = <&wkup_gpio0 27 GPIO_ACTIVE_HIGH>;
};

&m_can0 {
status = "disabled";
};

&m_can1 {
status = "disabled";
};

&pcie1_ep {
status = "disabled";
};
Expand Down
8 changes: 8 additions & 0 deletions arch/arm64/boot/dts/ti/k3-am654-base-board.dts
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,14 @@
status = "disabled";
};

&m_can0 {
status = "disabled";
};

&m_can1 {
status = "disabled";
};

&mailbox0_cluster0 {
interrupts = <436>;

Expand Down

0 comments on commit f533bb8

Please sign in to comment.