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

Commit 3dd3c077 authored by Simran Rai's avatar Simran Rai Committed by Florian Fainelli
Browse files

ARM: dts: Add audio clock to the existing Broadcom Cygnus clock DT

parent 3ea03a9d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -121,4 +121,13 @@ clocks {
		clocks = <&osc>;
		clock-output-names = "keypad", "adc/touch", "pwm";
	};

	audiopll: audiopll {
		#clock-cells = <1>;
		compatible = "brcm,cygnus-audiopll";
		reg = <0x180aeb00 0x68>;
		clocks = <&osc>;
		clock-output-names = "audiopll", "ch0_audio",
					"ch1_audio", "ch2_audio";
	};
};