| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Junction temperature thermal driver for Maxim Max77620. |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Laxman Dewangan <ldewangan@nvidia.com> |
|---|
| 7 | 8 | * Mallikarjun Kasoju <mkasoju@nvidia.com> |
|---|
| 8 | | - * |
|---|
| 9 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 10 | | - * under the terms and conditions of the GNU General Public License, |
|---|
| 11 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 12 | 9 | */ |
|---|
| 13 | 10 | |
|---|
| 14 | 11 | #include <linux/irq.h> |
|---|
| .. | .. |
|---|
| 36 | 33 | /** |
|---|
| 37 | 34 | * max77620_thermal_read_temp: Read PMIC die temperatue. |
|---|
| 38 | 35 | * @data: Device specific data. |
|---|
| 39 | | - * temp: Temperature in millidegrees Celsius |
|---|
| 36 | + * @temp: Temperature in millidegrees Celsius |
|---|
| 40 | 37 | * |
|---|
| 41 | 38 | * The actual temperature of PMIC die is not available from PMIC. |
|---|
| 42 | 39 | * PMIC only tells the status if it has crossed or not the threshold level |
|---|