ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt
authorJayesh Choudhary <j-choudhary@ti.com>
Thu, 25 Nov 2021 10:53:26 +0000 (16:23 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 17 Dec 2021 12:14:35 +0000 (14:14 +0200)
Fix the property name 'rx-num-evt'.

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-wega.dtsi

index 673159d93a6adef51830c53067c539cd531626e4..f957fea8208e134e33358dbcc7950003d7b1b414 100644 (file)
@@ -55,7 +55,7 @@
                2 1 0 0 /* # 0: INACTIVE, 1: TX, 2: RX */
        >;
        tx-num-evt = <16>;
-       rt-num-evt = <16>;
+       rx-num-evt = <16>;
        status = "okay";
 };