Skip to content

Commit dd5e128

Browse files
jensrenner1980bebarino
authored andcommitted
clk: si5351: Update datasheet references
Silicon Labs is now part of Skyworks Inc. so update the URLs to the datasheet and application note. Signed-off-by: Jens Renner <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent 5bba6d3 commit dd5e128

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/devicetree/bindings/clock/silabs,si5351.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Binding for Silicon Labs Si5351a/b/c programmable i2c clock generator.
22

33
Reference
44
[1] Si5351A/B/C Data Sheet
5-
https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
5+
https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/data-sheets/Si5351-B.pdf
66

77
The Si5351a/b/c are programmable i2c clock generators with up to 8 output
88
clocks. Si5351a also has a reduced pin-count package (MSOP10) where only

drivers/clk/clk-si5351.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// SPDX-License-Identifier: GPL-2.0-or-later
22
/*
3-
* clk-si5351.c: Silicon Laboratories Si5351A/B/C I2C Clock Generator
3+
* clk-si5351.c: Skyworks / Silicon Labs Si5351A/B/C I2C Clock Generator
44
*
55
* Sebastian Hesselbarth <[email protected]>
66
* Rabeeh Khoury <[email protected]>
77
*
88
* References:
99
* [1] "Si5351A/B/C Data Sheet"
10-
* https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
11-
* [2] "Manually Generating an Si5351 Register Map"
12-
* https://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
10+
* https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/data-sheets/Si5351-B.pdf
11+
* [2] "AN619: Manually Generating an Si5351 Register Map"
12+
* https://www.skyworksinc.com/-/media/Skyworks/SL/documents/public/application-notes/AN619.pdf
1313
*/
1414

1515
#include <linux/module.h>

drivers/clk/clk-si5351.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0-or-later */
22
/*
3-
* clk-si5351.h: Silicon Laboratories Si5351A/B/C I2C Clock Generator
3+
* clk-si5351.h: Skyworks / Silicon Labs Si5351A/B/C I2C Clock Generator
44
*
55
* Sebastian Hesselbarth <[email protected]>
66
* Rabeeh Khoury <[email protected]>

0 commit comments

Comments
 (0)