arm64: dts: qcom: nord: Add ADC channels for PMAU0102 and PMM8650AU - #964
Draft
drajpura269 wants to merge 3 commits into
Draft
arm64: dts: qcom: nord: Add ADC channels for PMAU0102 and PMM8650AU#964drajpura269 wants to merge 3 commits into
drajpura269 wants to merge 3 commits into
Conversation
Add SPMI GPIO compatible strings for the PMAU0102 and PMM8650AU PMICs used on Nord, each with 12 GPIOs, so the driver can bind against the new per-chip PMIC dtsi nodes. Signed-off-by: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
PMAU0102 and PMM8650AU are new PMICs used on nord-rrd and nord-ride-sx that are not present on lemans/monaco, so there is no existing dtsi to reuse. Add per-chip PMIC dtsi files (pmau0102-nord.dtsi, pmm8650au-nord.dtsi) with their peripheral definitions (temp-alarm, pon, rtc, gpio), matching the hardware-per-file convention used for other PMICs. Update the spmi_bus controller node in nord.dtsi accordingly and switch nord-rrd.dts/nord-ride-sx.dts to include the new per-chip dtsi files. Signed-off-by: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
Add REF_GND, 1P25VREF, VREF_VADC and DIE_TEMP ADC5 Gen3 channels for all PMAU0102 PMIC instances (pmau0102_e through pmau0102_l) and both PMM8650AU PMIC instances (kobra_mm_a and kobra_psail_b), following the existing adc@8000 node convention used for other PMICs in this tree. Signed-off-by: Dhruvin Rajpura <drajpura@qti.qualcomm.com>
drajpura269
marked this pull request as ready for review
August 17, 2026 11:10
drajpura269
marked this pull request as draft
August 17, 2026 11:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the OFFSET_REF (REF_GND), 1P25VREF, VREF_VADC and DIE_TEMP ADC5
Gen3 channels for all PMAU0102 PMIC instances (pmau0102_e through
pmau0102_l) and both PMM8650AU PMIC instances (kobra_mm_a and
kobra_psail_b).
Each PMIC instance gets a new adc@8000 node with these four channels,
following the existing adc@8000 node convention used for other PMICs
in this tree (e.g. lemans-pmics.dtsi, monaco-pmics.dtsi).
This is stacked on top of "arm64: dts: qcom: nord: add PMAU0102 and
PMM8650AU PMIC support".