Commit 2a05eaa7 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

Merge branch 'clk-https' into clk-next

* clk-https:
  Replace HTTP links with HTTPS ones: Common CLK framework
parents d39fc265 5f1d8970
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ specifier is an array of zero, one or more cells identifying the clock
output on a device.  The length of a clock specifier is defined by the
value of a #clock-cells property in the clock provider node.

[1] http://patchwork.ozlabs.org/patch/31551/
[1] https://patchwork.ozlabs.org/patch/31551/

==Clock providers==

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ found in the datasheet[2].

[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] Si514 datasheet
    http://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
    https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf

Required properties:
 - compatible: Shall be "silabs,si514"
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ Binding for Silicon Labs Si5351a/b/c programmable i2c clock generator.

Reference
[1] Si5351A/B/C Data Sheet
    http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
    https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf

The Si5351a/b/c are programmable i2c clock generators with up to 8 output
clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
+2 −2
Original line number Diff line number Diff line
@@ -7,9 +7,9 @@ found in the data sheets[2][3].

[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
[2] Si570/571 Data Sheet
    http://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
    https://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
[3] Si598/599 Data Sheet
    http://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
    https://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf

Required properties:
 - compatible: Shall be one of "silabs,si570", "silabs,si571",
+1 −1
Original line number Diff line number Diff line
Bindings for Texas Instruments CDCE706 programmable 3-PLL clock
synthesizer/multiplier/divider.

Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
Reference: https://www.ti.com/lit/ds/symlink/cdce706.pdf

I2C device node required properties:
- compatible: shall be "ti,cdce706".
Loading