From: Rayyan Ansari <rayyan@ansari.sh>
To: linux-arm-msm@vger.kernel.org
Cc: ~postmarketos/upstreaming@lists.sr.ht,
phone-devel@vger.kernel.org, Andy Gross <agross@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ARM: dts: qcom: pm8226: Add VADC node
Date: Wed, 09 Feb 2022 16:31:49 +0000 [thread overview]
Message-ID: <506ae7e105b6f4f88e13e226aee060ea@ansari.sh> (raw)
In-Reply-To: <20220207174933.20909-1-rayyan@ansari.sh>
On 2022-02-07 17:49, Rayyan Ansari wrote:
> Add a node for the voltage ADC (VADC) found in PM8226.
>
> Signed-off-by: Rayyan Ansari <rayyan@ansari.sh>
> ---
> arch/arm/boot/dts/qcom-pm8226.dtsi | 33 ++++++++++++++++++++++++++++++
> 1 file changed, 33 insertions(+)
>
> diff --git a/arch/arm/boot/dts/qcom-pm8226.dtsi
> b/arch/arm/boot/dts/qcom-pm8226.dtsi
> index b3d0f7b5874d..a651b4c941b8 100644
> --- a/arch/arm/boot/dts/qcom-pm8226.dtsi
> +++ b/arch/arm/boot/dts/qcom-pm8226.dtsi
> @@ -40,6 +40,39 @@ smbb: charger@1000 {
> chg_otg: otg-vbus { };
> };
>
> + pm8226_vadc: adc@3100 {
> + compatible = "qcom,spmi-vadc";
> + reg = <0x3100>;
> + interrupts = <0x0 0x31 0x0 IRQ_TYPE_EDGE_RISING>;
> + #address-cells = <1>;
> + #size-cells = <0>;
> + #io-channel-cells = <1>;
> +
> + adc-chan@7 {
> + reg = <VADC_VSYS>;
> + qcom,pre-scaling = <1 3>;
> + label = "vph_pwr";
> + };
> + adc-chan@8 {
> + reg = <VADC_DIE_TEMP>;
> + label = "die_temp";
> + };
> + adc-chan@9 {
> + reg = <VADC_REF_625MV>;
> + label = "ref_625mv";
> + };
> + adc-chan@a {
> + reg = <VADC_REF_1250MV>;
> + label = "ref_1250mv";
> + };
> + adc-chan@e {
> + reg = <VADC_GND_REF>;
> + };
> + adc-chan@f {
> + reg = <VADC_VDD_VADC>;
> + };
> + };
> +
> pm8226_mpps: mpps@a000 {
> compatible = "qcom,pm8226-mpp", "qcom,spmi-mpp";
> reg = <0xa000>;
Ignore this patch, I forgot to include a header.
prev parent reply other threads:[~2022-02-09 16:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 17:49 [PATCH] ARM: dts: qcom: pm8226: Add VADC node Rayyan Ansari
2022-02-09 16:31 ` Rayyan Ansari [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=506ae7e105b6f4f88e13e226aee060ea@ansari.sh \
--to=rayyan@ansari.sh \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).