arm64: dts: ti: iot2050: Disable mcasp nodes at dtsi level
authorJayesh Choudhary <j-choudhary@ti.com>
Wed, 17 Nov 2021 05:38:06 +0000 (11:08 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 13 Dec 2021 14:51:53 +0000 (20:21 +0530)
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
arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi

index 1e0112b90d9fecb30888f4b5dc574ba21be431fe..3079eaee01c06b8325b4efd2c9fb4567f19fa748 100644 (file)
 &icssg2_mdio {
        status = "disabled";
 };
+
+&mcasp0 {
+       status = "disabled";
+};
+
+&mcasp1 {
+       status = "disabled";
+};
+
+&mcasp2 {
+       status = "disabled";
+};