[PATCH v4 0/4] Add ADC support for lemans, monaco and hamoa.
From: Jishnu Prakash
Date: Tue Jul 28 2026 - 12:44:41 EST
This patch series adds Gen3 ADC channel macro definitions, with basic ADC
support for lemans, monaco and hamoa.
Patch 1 adds ADC virtual channel macro definitions, which are used in
the "reg" property of individual ADC channels and also by ADC clients
to reference channels. These are a combination of PMIC SID and HW ADC
channel number, which are parsed in the driver to identify the intended
PMIC and channel under it.
Patch 2 adds ADC nodes with channels under the PMIC instances on lemans.
Patch 3 adds ADC nodes with channels under the PMIC instances on monaco.
Patch 4 adds ADC nodes with channels under the PMIC instances on hamoa.
Signed-off-by: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
---
Changes in v4:
- Excluded PMC8380_6 die_temp channel on all Purwa boards with PMC8380_6
absent.
- Link to v3: https://patch.msgid.link/20260727-adc5_gen3_dt-v3-0-bc00223648f3@xxxxxxxxxxxxxxxx
Changes in v3:
- Collected Konrad's Reviewed-by tags on patches 1-3 and Loic's Tested-by tag
on patch 3.
- Replaced "interrupts" with "interrupts-extended" and moved it above *-cells
properties in all patches, as Konrad suggested.
- Excluded PMC8380_6 die_temp channel on Purwa as Konrad suggested.
- Removed all ADC thermal-zones in patch 4 as Bjorn suggested, and also
"qcom,adc-tm" and "#thermal-sensor-cells" properties to avoid thermal-related
errors.
- Reordered ADC channels in patch 4 based on node names.
- Link to v2: https://patch.msgid.link/20260614-adc5_gen3_dt-v2-0-32ec576c5865@xxxxxxxxxxxxxxxx
Changes in v2:
- Added ADC support for hamoa.
- Link to v1: https://patch.msgid.link/20260430-adc5_gen3_dt-v1-0-ab2bb40fd490@xxxxxxxxxxxxxxxx
---
Ayyagari Ushasreevalli (3):
arm64: dts: qcom: lemans-pmics: Add ADC support for PMM8654au
arm64: dts: qcom: monaco-pmics: Add ADC support for PMM8620AU
arm64: dts: qcom: hamoa-pmics: Add ADC support
Jishnu Prakash (1):
arm64: dts: qcom: Add header file for ADC5 Gen3 channel macros
arch/arm64/boot/dts/qcom/hamoa-pmics.dtsi | 158 +++++++++++++++++++++
arch/arm64/boot/dts/qcom/lemans-pmics.dtsi | 93 ++++++++++++
arch/arm64/boot/dts/qcom/monaco-pmics.dtsi | 43 ++++++
arch/arm64/boot/dts/qcom/purwa-iot-som.dtsi | 1 +
arch/arm64/boot/dts/qcom/qcom-adc5-gen3.h | 88 ++++++++++++
.../boot/dts/qcom/x1p42100-asus-vivobook-s15.dts | 1 +
.../boot/dts/qcom/x1p42100-asus-zenbook-a14.dtsi | 1 +
arch/arm64/boot/dts/qcom/x1p42100-crd.dts | 1 +
.../boot/dts/qcom/x1p42100-hp-omnibook-x14.dts | 1 +
.../boot/dts/qcom/x1p42100-lenovo-thinkbook-16.dts | 1 +
10 files changed, 388 insertions(+)
---
base-commit: 1590cf0329716306e948a8fc29f1d3ee87d3989f
change-id: 20260430-adc5_gen3_dt-f0434155ee25
Best regards,
--
Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>