Message ID | c092f501a595032f9b76f18fc4bf093503a181c8.1455107681.git.larper@axis.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wednesday 10 February 2016 13:41:50 Lars Persson wrote: > Signed-off-by: Lars Persson <larper@axis.com> > --- Always write a changelog comment. > +* Clock bindings for Axis ARTPEC-6 chip > + > +Required properties: > +- compatible: Should be "axis,artpec6-pll1-clock" > +- #clock-cells: Should be <1> What is the clock cell used for? > +Examples: > + > +pll1_clk: pll1_clk { > + #clock-cells = <1>; > + compatible = "axis,artpec6-pll1-clock"; > + clocks = <&ext_clk>; > + status = "okay"; > +}; >
diff --git a/Documentation/devicetree/bindings/clock/artpec6.txt b/Documentation/devicetree/bindings/clock/artpec6.txt new file mode 100644 index 0000000..e50f7a5 --- /dev/null +++ b/Documentation/devicetree/bindings/clock/artpec6.txt @@ -0,0 +1,14 @@ +* Clock bindings for Axis ARTPEC-6 chip + +Required properties: +- compatible: Should be "axis,artpec6-pll1-clock" +- #clock-cells: Should be <1> + +Examples: + +pll1_clk: pll1_clk { + #clock-cells = <1>; + compatible = "axis,artpec6-pll1-clock"; + clocks = <&ext_clk>; + status = "okay"; +};
Signed-off-by: Lars Persson <larper@axis.com> --- Documentation/devicetree/bindings/clock/artpec6.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/clock/artpec6.txt