Re: [PATCH 3/3] arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC

From: Doug Anderson
Date: Fri Aug 10 2018 - 20:10:30 EST


Hi,

On Wed, Aug 8, 2018 at 12:13 PM, Matthias Kaehlcke <mka@xxxxxxxxxxxx> wrote:
> Add a channel node for the die temperature to the ADC.
>
> Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/pm8998.dtsi | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi
> index f70f6101bceb..499bae0afb7f 100644
> --- a/arch/arm64/boot/dts/qcom/pm8998.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi
> @@ -20,6 +20,11 @@
> #size-cells = <0>;
> #io-channel-cells = <1>;
> io-channel-ranges;
> +
> + die-temp {
> + reg = <ADC5_DIE_TEMP>;
> + label = "die_temp";
> + };

Seems to match the binding.

I'm no expert, but FWIW:

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>