devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Olivier MOYSAN <olivier.moysan@foss.st.com>
To: Sean Nyekjaer <sean@geanix.com>, Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<dantuguf14105@gmail.com>,
	<linux-stm32@st-md-mailman.stormreply.com>,
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [Linux-stm32] [RFC PATCH 1/5] ARM: dts: stm32: Add alternate pinmux for i2s pins
Date: Fri, 9 Jun 2023 10:48:16 +0200	[thread overview]
Message-ID: <1b8e744f-96e7-4f36-68da-9e82d3f8d0c5@foss.st.com> (raw)
In-Reply-To: <20230606145555.2155664-1-sean@geanix.com>

Hi Sean,

You can add my:
Reviewed-by: Olivier Moysan <olivier.moysan@foss.st.com>

Thanks
Olivier

On 6/6/23 16:55, Sean Nyekjaer wrote:
> Add another mux option for i2s pins, this is used on Octavo OSD32MP1-RED board.
> 
> Signed-off-by: Sean Nyekjaer <sean@geanix.com>
> ---
>   arch/arm/boot/dts/stm32mp15-pinctrl.dtsi | 19 +++++++++++++++++++
>   1 file changed, 19 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
> index e86d989dd351..d79f89f37bc7 100644
> --- a/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/stm32mp15-pinctrl.dtsi
> @@ -686,6 +686,25 @@ pins {
>   		};
>   	};
>   
> +	i2s2_pins_b: i2s2-1 {
> +		pins {
> +			pinmux = <STM32_PINMUX('C',  3, AF5)>, /* I2S2_SDO */
> +				 <STM32_PINMUX('B', 12, AF5)>, /* I2S2_WS */
> +				 <STM32_PINMUX('B', 13, AF5)>; /* I2S2_CK */
> +			bias-disable;
> +			drive-push-pull;
> +			slew-rate = <1>;
> +		};
> +	};
> +
> +	i2s2_sleep_pins_b: i2s2-sleep-1 {
> +		pins {
> +			pinmux = <STM32_PINMUX('C', 3, ANALOG)>, /* I2S2_SDO */
> +				 <STM32_PINMUX('B', 12, ANALOG)>, /* I2S2_WS */
> +				 <STM32_PINMUX('B', 13, ANALOG)>; /* I2S2_CK */
> +		};
> +	};
> +
>   	ltdc_pins_a: ltdc-0 {
>   		pins {
>   			pinmux = <STM32_PINMUX('G',  7, AF14)>, /* LCD_CLK */

      parent reply	other threads:[~2023-06-09  8:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-06 14:55 [RFC PATCH 1/5] ARM: dts: stm32: Add alternate pinmux for i2s pins Sean Nyekjaer
2023-06-06 14:55 ` [RFC PATCH 2/5] ARM: dts: stm32: Add alternate pinmux for ldtc pins Sean Nyekjaer
2023-06-06 14:55 ` [RFC PATCH 3/5] ARM: dts: stm32: Add alternate pinmux for can pins Sean Nyekjaer
2023-06-06 14:55 ` [RFC PATCH 4/5] ARM: dts: stm32: Add Octavo STM32MP15x SiP Sean Nyekjaer
2023-06-06 14:55 ` [RFC PATCH 5/5] ARM: dts: stm32: Add Octavo OSD32MP1-RED board Sean Nyekjaer
2023-06-08 10:04   ` Alexandre TORGUE
2023-06-09  8:48 ` Olivier MOYSAN [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=1b8e744f-96e7-4f36-68da-9e82d3f8d0c5@foss.st.com \
    --to=olivier.moysan@foss.st.com \
    --cc=alexandre.torgue@foss.st.com \
    --cc=conor+dt@kernel.org \
    --cc=dantuguf14105@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sean@geanix.com \
    /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).