Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332194
| From | Lars Persson <lars.persson@axis.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock |
| Date | 2016-02-11 17:10 +0100 |
| Message-ID | <r11YD-2Ij-33@gated-at.bofh.it> (permalink) |
| References | <r11YC-2Ij-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Add device tree documentation for the main PLL in the Artpec-6 SoC.
Signed-off-by: Lars Persson <larper@axis.com>
---
Documentation/devicetree/bindings/clock/artpec6.txt | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 Documentation/devicetree/bindings/clock/artpec6.txt
diff --git a/Documentation/devicetree/bindings/clock/artpec6.txt b/Documentation/devicetree/bindings/clock/artpec6.txt
new file mode 100644
index 0000000..521fec8
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/artpec6.txt
@@ -0,0 +1,16 @@
+* Clock bindings for Axis ARTPEC-6 chip
+
+Required properties:
+- #clock-cells: Should be <0>
+- compatible: Should be "axis,artpec6-pll1-clock"
+- reg: Address and length of the DEVSTAT register.
+- clocks: The PLL's input clock.
+
+Examples:
+
+pll1_clk: pll1_clk {
+ #clock-cells = <0>;
+ compatible = "axis,artpec6-pll1-clock";
+ reg = <0xf8000000 4>;
+ clocks = <&ext_clk>;
+};
--
2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] clk: Add Artpec-6 SoC support Lars Persson <lars.persson@axis.com> - 2016-02-11 17:10 +0100
[PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock Lars Persson <lars.persson@axis.com> - 2016-02-11 17:10 +0100
Re: [PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock Rob Herring <robh@kernel.org> - 2016-02-12 17:40 +0100
Re: [PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock Lars Persson <lars.persson@axis.com> - 2016-02-14 09:10 +0100
Re: [PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock Michael Turquette <mturquette@baylibre.com> - 2016-02-17 01:20 +0100
Re: [PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock Lars Persson <lars.persson@axis.com> - 2016-02-17 11:30 +0100
Re: [PATCH 1/2] clk: add device tree binding for artpec-6 pll1 clock Michael Turquette <mturquette@baylibre.com> - 2016-02-18 01:50 +0100
[PATCH 2/2] clk: add artpec-6 pll1 clock driver Lars Persson <lars.persson@axis.com> - 2016-02-11 17:10 +0100
Re: [PATCH 2/2] clk: add artpec-6 pll1 clock driver Michael Turquette <mturquette@baylibre.com> - 2016-02-17 01:20 +0100
Re: [PATCH 2/2] clk: add artpec-6 pll1 clock driver Lars Persson <lars.persson@axis.com> - 2016-02-17 11:40 +0100
csiph-web