Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <renner@efe-gmbh.de>
Link: https://lore.kernel.org/r/20210913074823.115212-1-renner@efe-gmbh.de
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Jens Renner and committed by
Stephen Boyd
dd5e1280 5bba6d37

+6 -6
+1 -1
Documentation/devicetree/bindings/clock/silabs,si5351.txt
··· 2 2 3 3 Reference 4 4 [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 6 6 7 7 The Si5351a/b/c are programmable i2c clock generators with up to 8 output 8 8 clocks. Si5351a also has a reduced pin-count package (MSOP10) where only
+4 -4
drivers/clk/clk-si5351.c
··· 1 1 // SPDX-License-Identifier: GPL-2.0-or-later 2 2 /* 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 4 4 * 5 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 6 6 * Rabeeh Khoury <rabeeh@solid-run.com> 7 7 * 8 8 * References: 9 9 * [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 13 13 */ 14 14 15 15 #include <linux/module.h>
+1 -1
drivers/clk/clk-si5351.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 2 /* 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 4 4 * 5 5 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> 6 6 * Rabeeh Khoury <rabeeh@solid-run.com>