lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1b8e744f-96e7-4f36-68da-9e82d3f8d0c5@foss.st.com>
Date:   Fri, 9 Jun 2023 10:48:16 +0200
From:   Olivier MOYSAN <olivier.moysan@...s.st.com>
To:     Sean Nyekjaer <sean@...nix.com>, Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>,
        Maxime Coquelin <mcoquelin.stm32@...il.com>,
        Alexandre Torgue <alexandre.torgue@...s.st.com>
CC:     <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <dantuguf14105@...il.com>,
        <linux-stm32@...md-mailman.stormreply.com>,
        <linux-arm-kernel@...ts.infradead.org>
Subject: Re: [Linux-stm32] [RFC PATCH 1/5] ARM: dts: stm32: Add alternate
 pinmux for i2s pins

Hi Sean,

You can add my:
Reviewed-by: Olivier Moysan <olivier.moysan@...s.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@...nix.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 */

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ