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

Commit bf05c2c2 authored by Peter Ujfalusi's avatar Peter Ujfalusi Committed by Tony Lindgren
Browse files

ARM: dts: dra7: Fix McASP3 node regarding to clocks



McASP node needs to list all mandatory clocks: gfclk and ahclkx

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Tested-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 52e9a333
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1459,8 +1459,8 @@
			interrupt-names = "tx", "rx";
			dmas = <&sdma_xbar 133>, <&sdma_xbar 132>;
			dma-names = "tx", "rx";
			clocks = <&mcasp3_ahclkx_mux>;
			clock-names = "fck";
			clocks = <&mcasp3_aux_gfclk_mux>, <&mcasp3_ahclkx_mux>;
			clock-names = "fck", "ahclkx";
			status = "disabled";
		};