Message ID | 20231013-fp5-thermals-v1-0-f14df01922e6@fairphone.com (mailing list archive) |
---|---|
Headers | show |
Series | Add Fairphone 5 thermals (PMK7325, PM7250B, PM7325) | expand |
On Fri, 13 Oct 2023 10:09:52 +0200, Luca Weiss wrote: > Configure the necessary components to register some thermal zones in > Linux for the different thermistors found on the Fairphone 5. > > The names for the thermal zones and ADCs were taken from the downstream > kernel but double checked against hardware schematics. > > > [...] Applied, thanks! [1/4] iio: adc: Add PM7325 PMIC7 ADC bindings commit: 18c74d56fe6070c7c38058d7b43ccf2102abebcd [2/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add PM7250B thermals commit: 4c343fe9b68adeca1aa3a851bd06e62ecdaed180 [3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add PMK7325 thermals commit: 46a2f77e1eb81990d303a94ab62f1bf79d0c9926 [4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add PM7325 thermals commit: ae1122c375707a36c8fecebba745421a1e0ff93f Best regards,
Configure the necessary components to register some thermal zones in Linux for the different thermistors found on the Fairphone 5. The names for the thermal zones and ADCs were taken from the downstream kernel but double checked against hardware schematics. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Luca Weiss (4): iio: adc: Add PM7325 PMIC7 ADC bindings arm64: dts: qcom: qcm6490-fairphone-fp5: Add PM7250B thermals arm64: dts: qcom: qcm6490-fairphone-fp5: Add PMK7325 thermals arm64: dts: qcom: qcm6490-fairphone-fp5: Add PM7325 thermals arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 221 +++++++++++++++++++++ include/dt-bindings/iio/qcom,spmi-adc7-pm7325.h | 69 +++++++ 2 files changed, 290 insertions(+) --- base-commit: 7c0d0c1272e82888aa01017818d00245d452b895 change-id: 20231013-fp5-thermals-2b318c859dd4 Best regards,