Skip to content

Commit

Permalink
arm64: dts: ti: k3-am62: Enable MCAN nodes at the board level
Browse files Browse the repository at this point in the history
MCAN nodes defined in the top-level AM62x SoC dtsi files are incomplete
and will not be functional unless they are extended with pinmux
information.

As the pinmux is only known at the board integration level, these
nodes should only be enabled when provided with this information.

Disable the MCAN nodes in the dtsi files and only enable the ones that
are actually pinned out on a given board.

Signed-off-by: Andrew Davis <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Bryan Brattlof <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
glneo authored and nmenon committed Oct 28, 2022
1 parent 1f73701 commit 2f6d7e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/ti/k3-am62-main.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@
<GIC_SPI 156 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "int0", "int1";
bosch,mram-cfg = <0x0 128 64 64 64 64 32 32>;
status = "disabled";
};

epwm0: pwm@23000000 {
Expand Down
4 changes: 0 additions & 4 deletions arch/arm64/boot/dts/ti/k3-am625-sk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,3 @@
};
};
};

&main_mcan0 {
status = "disabled";
};

0 comments on commit 2f6d7e1

Please sign in to comment.