forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/macintosh/therm_adt746x.c
....@@ -1,11 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Device driver for the i2c thermostat found on the iBook G4, Albook G4
34 *
45 * Copyright (C) 2003, 2004 Colin Leroy, Rasmus Rohde, Benjamin Herrenschmidt
56 *
67 * Documentation from 115254175ADT7467_pra.pdf and 3686221171167ADT7460_b.pdf
7
- * http://www.onsemi.com/PowerSolutions/product.do?id=ADT7467
8
- * http://www.onsemi.com/PowerSolutions/product.do?id=ADT7460
8
+ * https://www.onsemi.com/PowerSolutions/product.do?id=ADT7467
9
+ * https://www.onsemi.com/PowerSolutions/product.do?id=ADT7460
910 *
1011 */
1112