summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-10-20 11:03:04 -0500
committerNishanth Menon <nm@ti.com>2022-10-28 08:15:33 -0500
commit06639b8ae0e9be0cf0195209e6b69f4e254687b0 (patch)
tree7cd6a36eba13e0270fcf7ebe3e12acdc248fcac5 /arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
parent3fb0402f65959edc9a14842dc36828d2c7109ae2 (diff)
downloadlinux-stable-06639b8ae0e9be0cf0195209e6b69f4e254687b0.tar.gz
linux-stable-06639b8ae0e9be0cf0195209e6b69f4e254687b0.tar.bz2
linux-stable-06639b8ae0e9be0cf0195209e6b69f4e254687b0.zip
arm64: dts: ti: k3-j721s2: Enable MCAN nodes at the board level
MCAN nodes defined in the top-level J721s2 SoC dtsi files are incomplete and may 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 <afd@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Bryan Brattlof <bb@ti.com> Link: https://lore.kernel.org/r/20221020160305.18711-12-afd@ti.com
Diffstat (limited to 'arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts')
-rw-r--r--arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts70
1 files changed, 2 insertions, 68 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
index 9f1a0ca4dc37..3f4106f76893 100644
--- a/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts
@@ -321,81 +321,15 @@
};
&mcu_mcan0 {
+ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&mcu_mcan0_pins_default>;
phys = <&transceiver1>;
};
&mcu_mcan1 {
+ status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&mcu_mcan1_pins_default>;
phys = <&transceiver2>;
};
-
-&main_mcan0 {
- status = "disabled";
-};
-
-&main_mcan1 {
- status = "disabled";
-};
-
-&main_mcan2 {
- status = "disabled";
-};
-
-&main_mcan3 {
- status = "disabled";
-};
-
-&main_mcan4 {
- status = "disabled";
-};
-
-&main_mcan5 {
- status = "disabled";
-};
-
-&main_mcan6 {
- status = "disabled";
-};
-
-&main_mcan7 {
- status = "disabled";
-};
-
-&main_mcan8 {
- status = "disabled";
-};
-
-&main_mcan9 {
- status = "disabled";
-};
-
-&main_mcan10 {
- status = "disabled";
-};
-
-&main_mcan11 {
- status = "disabled";
-};
-
-&main_mcan12 {
- status = "disabled";
-};
-
-&main_mcan13 {
- status = "disabled";
-};
-
-&main_mcan14 {
- status = "disabled";
-};
-
-&main_mcan15 {
- status = "disabled";
-};
-
-&main_mcan17 {
- status = "disabled";
-};