Skip to content

Commit 29a5e84

Browse files
jayesh-titmlind
authored andcommitted
ARM: dts: am335x-wega: Fix typo in mcasp property rx-num-evt
Fix the property name 'rx-num-evt'. Signed-off-by: Jayesh Choudhary <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 34596ba commit 29a5e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/am335x-wega.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
2 1 0 0 /* # 0: INACTIVE, 1: TX, 2: RX */
5656
>;
5757
tx-num-evt = <16>;
58-
rt-num-evt = <16>;
58+
rx-num-evt = <16>;
5959
status = "okay";
6060
};
6161

0 commit comments

Comments
 (0)