Javi Merino <[email protected]> writes:
> The juno dts have entries for the hwmon scpi, let's create thermal zones
> for the temperature sensors described in the Juno ARM Development
> Platform Implementation Details.
>
> Cc: Liviu Dudau <[email protected]>
> Cc: Sudeep Holla <[email protected]>
> Cc: Lorenzo Pieralisi <[email protected]>
> Cc: Rob Herring <[email protected]>
> Cc: Mark Rutland <[email protected]>
> Cc: Catalin Marinas <[email protected]>
> Cc: Will Deacon <[email protected]>
> Signed-off-by: Javi Merino <[email protected]>
I've reviewed the sensor ids against documentation and tested this on
Juno r2. For the cluster and gpu thermal zones to function, I had to
update the firmware.
For the device tree changes -
Acked-by: Punit Agrawal <[email protected]>
Thanks
> ---
> arch/arm64/boot/dts/arm/juno-base.dtsi | 42
> ++++++++++++++++++++++++++++++++++
> arch/arm64/boot/dts/arm/juno-r1.dts | 16 +++++++++++++
> arch/arm64/boot/dts/arm/juno-r2.dts | 16 +++++++++++++
> 3 files changed, 74 insertions(+)
>
[...]