hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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