From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: <robh+dt@kernel.org>, <alexandre.torgue@st.com>,
<mark.rutland@arm.com>, <mcoquelin.stm32@gmail.com>,
<lars@metafoo.de>, <knaack.h@gmx.de>, <pmeerw@pmeerw.net>,
<linux-iio@vger.kernel.org>, <devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/3] dt-bindings: iio: adc: stm32: add analog switches supply control
Date: Sun, 16 Jun 2019 16:12:45 +0100 [thread overview]
Message-ID: <20190616161245.38168d94@archlinux> (raw)
In-Reply-To: <1560324276-681-2-git-send-email-fabrice.gasnier@st.com>
On Wed, 12 Jun 2019 09:24:34 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:
> On stm32h7 and stm32mp1, the ADC inputs are multiplexed with analog
> switches which have reduced performances when their supply is below 2.7V
> (vdda by default).
>
> Add documentation for optional vdda-supply & vdd-supply that can be used
> to supply analog circuitry (controlled by syscfg bits).
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
> Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> index 8346bcb..3af48b9 100644
> --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> @@ -46,6 +46,12 @@ Required properties:
> Optional properties:
> - A pinctrl state named "default" for each ADC channel may be defined to set
> inX ADC pins in mode of operation for analog input on external pin.
> +- vdda-supply: Phandle to the vdda input voltage. It can be used to supply ADC
> + analog inputs switches on stm32h7 and stm32mp1.
input switches
> +- vdd-supply: Phandle to the vdd input voltage. It can be used to supply ADC
> + analog inputs switches on stm32mp1.
> +- st,syscfg: Phandle to system configuration controller. It can be used to
> + control the analog circuitry on stm32h7 and stm32mp1.
>
> Contents of a stm32 adc child node:
> -----------------------------------
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
lars@metafoo.de, alexandre.torgue@st.com,
linux-iio@vger.kernel.org, pmeerw@pmeerw.net,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
mcoquelin.stm32@gmail.com, knaack.h@gmx.de,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/3] dt-bindings: iio: adc: stm32: add analog switches supply control
Date: Sun, 16 Jun 2019 16:12:45 +0100 [thread overview]
Message-ID: <20190616161245.38168d94@archlinux> (raw)
In-Reply-To: <1560324276-681-2-git-send-email-fabrice.gasnier@st.com>
On Wed, 12 Jun 2019 09:24:34 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:
> On stm32h7 and stm32mp1, the ADC inputs are multiplexed with analog
> switches which have reduced performances when their supply is below 2.7V
> (vdda by default).
>
> Add documentation for optional vdda-supply & vdd-supply that can be used
> to supply analog circuitry (controlled by syscfg bits).
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
> Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> index 8346bcb..3af48b9 100644
> --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> @@ -46,6 +46,12 @@ Required properties:
> Optional properties:
> - A pinctrl state named "default" for each ADC channel may be defined to set
> inX ADC pins in mode of operation for analog input on external pin.
> +- vdda-supply: Phandle to the vdda input voltage. It can be used to supply ADC
> + analog inputs switches on stm32h7 and stm32mp1.
input switches
> +- vdd-supply: Phandle to the vdd input voltage. It can be used to supply ADC
> + analog inputs switches on stm32mp1.
> +- st,syscfg: Phandle to system configuration controller. It can be used to
> + control the analog circuitry on stm32h7 and stm32mp1.
>
> Contents of a stm32 adc child node:
> -----------------------------------
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Fabrice Gasnier <fabrice.gasnier@st.com>
Cc: robh+dt@kernel.org, alexandre.torgue@st.com,
mark.rutland@arm.com, mcoquelin.stm32@gmail.com, lars@metafoo.de,
knaack.h@gmx.de, pmeerw@pmeerw.net, linux-iio@vger.kernel.org,
devicetree@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: iio: adc: stm32: add analog switches supply control
Date: Sun, 16 Jun 2019 16:12:45 +0100 [thread overview]
Message-ID: <20190616161245.38168d94@archlinux> (raw)
In-Reply-To: <1560324276-681-2-git-send-email-fabrice.gasnier@st.com>
On Wed, 12 Jun 2019 09:24:34 +0200
Fabrice Gasnier <fabrice.gasnier@st.com> wrote:
> On stm32h7 and stm32mp1, the ADC inputs are multiplexed with analog
> switches which have reduced performances when their supply is below 2.7V
> (vdda by default).
>
> Add documentation for optional vdda-supply & vdd-supply that can be used
> to supply analog circuitry (controlled by syscfg bits).
>
> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
> ---
> Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> index 8346bcb..3af48b9 100644
> --- a/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> +++ b/Documentation/devicetree/bindings/iio/adc/st,stm32-adc.txt
> @@ -46,6 +46,12 @@ Required properties:
> Optional properties:
> - A pinctrl state named "default" for each ADC channel may be defined to set
> inX ADC pins in mode of operation for analog input on external pin.
> +- vdda-supply: Phandle to the vdda input voltage. It can be used to supply ADC
> + analog inputs switches on stm32h7 and stm32mp1.
input switches
> +- vdd-supply: Phandle to the vdd input voltage. It can be used to supply ADC
> + analog inputs switches on stm32mp1.
> +- st,syscfg: Phandle to system configuration controller. It can be used to
> + control the analog circuitry on stm32h7 and stm32mp1.
>
> Contents of a stm32 adc child node:
> -----------------------------------
next prev parent reply other threads:[~2019-06-16 15:12 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-12 7:24 [PATCH 0/3] STM32 ADC analog switches supply control Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-12 7:24 ` [PATCH 1/3] dt-bindings: iio: adc: stm32: add " Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-16 15:12 ` Jonathan Cameron [this message]
2019-06-16 15:12 ` Jonathan Cameron
2019-06-16 15:12 ` Jonathan Cameron
2019-06-12 7:24 ` [PATCH 2/3] iio: adc: stm32-adc: " Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-16 15:07 ` Jonathan Cameron
2019-06-16 15:07 ` Jonathan Cameron
2019-06-16 15:07 ` Jonathan Cameron
2019-06-17 12:43 ` Fabrice Gasnier
2019-06-17 12:43 ` Fabrice Gasnier
2019-06-17 12:43 ` Fabrice Gasnier
2019-06-19 12:38 ` Fabrice Gasnier
2019-06-19 12:38 ` Fabrice Gasnier
2019-06-19 12:38 ` Fabrice Gasnier
2019-06-22 11:05 ` Jonathan Cameron
2019-06-22 11:05 ` Jonathan Cameron
2019-06-22 11:05 ` Jonathan Cameron
2019-06-28 8:17 ` Fabrice Gasnier
2019-06-28 8:17 ` Fabrice Gasnier
2019-06-28 8:17 ` Fabrice Gasnier
2019-06-12 7:24 ` [PATCH 3/3] ARM: dts: stm32: add ADC analog switches syscfg on stm32mp157c Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
2019-06-12 7:24 ` Fabrice Gasnier
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=20190616161245.38168d94@archlinux \
--to=jic23@kernel.org \
--cc=alexandre.torgue@st.com \
--cc=devicetree@vger.kernel.org \
--cc=fabrice.gasnier@st.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.