Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a545f5d8 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown
Browse files

ASoC: davinci-mcbsp: DT fix s/interrupts-names/interrupt-names/

parent 1001354c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ mcbsp0: mcbsp@1d10000 {
		<0x00310000 0x1000>;
	reg-names = "mpu", "dat";
	interrupts = <97 98>;
	interrupts-names = "rx", "tx";
	interrupt-names = "rx", "tx";
	dmas = <&edma0 3 1
		&edma0 2 1>;
	dma-names = "tx", "rx";