Hello Vignesh!
On 25/06/24 14:01, Vignesh Raghavendra wrote:
On 19/06/24 15:22, Jayesh Choudhary wrote:
Add McASP 0-4 instances and keep them disabled as several required
properties are missing as they are board specific.
Signed-off-by: Jayesh Choudhary <j-choudhary@xxxxxx>
---
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi | 80 ++++++++++++++++++++++
1 file changed, 80 insertions(+)
diff --git a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
index fd3d3344efbe..96085dc7bc18 100644
--- a/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
@@ -2617,4 +2617,84 @@ dss_ports: ports {
*/
};
};
+
+ mcasp0: mcasp@2b00000 {
+ compatible = "ti,am33xx-mcasp-audio";
+ reg = <0x0 0x02b00000 0x0 0x2000>,
+ <0x0 0x02b08000 0x0 0x1000>;
^^ Should be 0x00 (elsewhere as well) to be inline with rest of the file
Will fix the padding.
Warm Regards,
-Jayesh