Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241268
| From | Gabriel Fernandez <gabriel.fernandez@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v4 4/4] ARM: STi: DT: Add support for stih418 A9 pll |
| Date | 2015-10-07 11:20 +0200 |
| Message-ID | <qgT3d-st-47@gated-at.bofh.it> (permalink) |
| References | <qgT3b-st-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add support for new PLL-type for stih418 A9-PLL.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
---
arch/arm/boot/dts/stih418-clock.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/stih418-clock.dtsi b/arch/arm/boot/dts/stih418-clock.dtsi
index 148e177..ae6d997 100644
--- a/arch/arm/boot/dts/stih418-clock.dtsi
+++ b/arch/arm/boot/dts/stih418-clock.dtsi
@@ -44,7 +44,7 @@
clockgen_a9_pll: clockgen-a9-pll {
#clock-cells = <1>;
- compatible = "st,stih407-plls-c32-a9", "st,clkgen-plls-c32";
+ compatible = "st,stih418-plls-c28-a9", "st,clkgen-plls-c32";
clocks = <&clk_sysin>;
--
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 | Find similar | Unroll thread
[PATCH v4 0/4] ST PLL improvement Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2015-10-07 11:20 +0200
[PATCH v4 3/4] drivers: clk: st: Correct the pll-type for A9 for stih418 Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2015-10-07 11:20 +0200
Re: [PATCH v4 3/4] drivers: clk: st: Correct the pll-type for A9 for stih418 Stephen Boyd <sboyd@codeaurora.org> - 2015-10-07 21:20 +0200
[PATCH v4 2/4] drivers: clk: st: PLL rate change implementation for DVFS Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2015-10-07 11:20 +0200
[PATCH v4 4/4] ARM: STi: DT: Add support for stih418 A9 pll Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2015-10-07 11:20 +0200
csiph-web