Skip to content

Commit

Permalink
ARM: dts: Add audio clock to the existing Broadcom Cygnus clock DT
Browse files Browse the repository at this point in the history
Signed-off-by: Simran Rai <ssimran@broadcom.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Simran Rai authored and Florian Fainelli committed Feb 1, 2016
1 parent 3ea03a9 commit 3dd3c07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/arm/boot/dts/bcm-cygnus-clock.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
};

0 comments on commit 3dd3c07

Please sign in to comment.