diff mbox series

ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt

Message ID 20211125105326.17000-1-j-choudhary@ti.com
State New
Headers show
Series ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt | expand

Commit Message

Jayesh Choudhary Nov. 25, 2021, 10:53 a.m. UTC
Fix the property name 'rx-num-evt'.

Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
The modification has not been tested. It needs to be tested
to ensure that there are no regressions.

 arch/arm/boot/dts/am335x-wega.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tony Lindgren Dec. 17, 2021, 12:14 p.m. UTC | #1
* Jayesh Choudhary <j-choudhary@ti.com> [211125 12:56]:
> Fix the property name 'rx-num-evt'.
> 
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
> ---
> The modification has not been tested. It needs to be tested
> to ensure that there are no regressions.

Thanks adding into omap-for-v5.17/fixes-not-urgent.

Tony
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/am335x-wega.dtsi b/arch/arm/boot/dts/am335x-wega.dtsi
index 673159d93a6a..f957fea8208e 100644
--- a/arch/arm/boot/dts/am335x-wega.dtsi
+++ b/arch/arm/boot/dts/am335x-wega.dtsi
@@ -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";
 };