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

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

Signed-off-by: default avatarSimran Rai <ssimran@broadcom.com>
Reviewed-by: default avatarRay Jui <rjui@broadcom.com>
Reviewed-by: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 3ea03a9d
......@@ -121,4 +121,13 @@ asiu_clks: asiu_clks {
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";
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment