Skip to content

Commit

Permalink
arm64: dts: ti: iot2050: Disable mcasp nodes at dtsi level
Browse files Browse the repository at this point in the history
Disable mcasp nodes 0-2 because several required properties
are not present in the dtsi file as they are board specific.
These nodes can be enabled via an overlay whenever required.

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Link: https://lore.kernel.org/r/20211117053806.10095-1-j-choudhary@ti.com
  • Loading branch information
Jayesh Choudhary authored and Vignesh Raghavendra committed Dec 13, 2021
1 parent 2f474da commit 277ee96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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 @@ -739,3 +739,15 @@
&icssg2_mdio {
status = "disabled";
};

&mcasp0 {
status = "disabled";
};

&mcasp1 {
status = "disabled";
};

&mcasp2 {
status = "disabled";
};

0 comments on commit 277ee96

Please sign in to comment.