Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1275691
| From | Ray Jui <rjui@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 4/4] ARM: dts: enable audio clock support for Cygnus |
| Date | 2015-11-23 19:00 +0100 |
| Message-ID | <qy3zd-55c-29@gated-at.bofh.it> (permalink) |
| References | <qy3zc-55c-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Simran Rai <ssimran@broadcom.com>
Add audio clock to the existing Broadcom Cygnus clock DT
Signed-off-by: Simran Rai <ssimran@broadcom.com>
Reviewed-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
---
arch/arm/boot/dts/bcm-cygnus-clock.dtsi | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/bcm-cygnus-clock.dtsi b/arch/arm/boot/dts/bcm-cygnus-clock.dtsi
index 32bcd45..80b6ba4 100644
--- a/arch/arm/boot/dts/bcm-cygnus-clock.dtsi
+++ b/arch/arm/boot/dts/bcm-cygnus-clock.dtsi
@@ -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";
+ };
};
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v2 0/4] Add Cygnus audio clock support Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100 [PATCH v2 4/4] ARM: dts: enable audio clock support for Cygnus Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100 [PATCH v2 1/4] Documentation: dt-bindings: Add DT bindings for Cygnus audio clock Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100 [PATCH v2 2/4] clk: iproc: Add support for Cygnus audio clocks Ray Jui <rjui@broadcom.com> - 2015-11-23 19:00 +0100 Re: [PATCH v2 0/4] Add Cygnus audio clock support Florian Fainelli <f.fainelli@gmail.com> - 2015-11-25 01:20 +0100
csiph-web