[PATCH] ARM: dts: stm32: Fix SPI2 pinmux pin comments

Marek Vasut marex at denx.de
Sat Jun 25 17:34:53 PDT 2022


On 6/20/22 17:21, Alexandre TORGUE wrote:
> Hi Marek

Hello Alexandre,

> On 6/16/22 01:33, Marek Vasut wrote:
>> Those pin comments refer to SPI2 pins, not SPI1 pins, update the 
>> comments.
>> No functional change.

[...]

>>       spi2_pins_b: spi2-1 {
> 
> I don't have this reference (spi2-1). Do I miss something ?

I had the DRC Compact series in my tree before this patch, sorry. I 
updated both this patch and the DRC Compact series and submitted V2 and 
V3 respectively.

For the sake of simplicity, below are PW links to the latest versions of 
all outstanding patches. There are also AV96 DCMI patches in there:

https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=644216&state=%2A&archive=both

https://patchwork.kernel.org/project/linux-arm-kernel/patch/20220626001559.198689-1-marex@denx.de/

https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=653863&state=%2A&archive=both

>>           pins1 {
>> -            pinmux = <STM32_PINMUX('I', 1, AF5)>, /* SPI1_SCK */
>> -                 <STM32_PINMUX('I', 3, AF5)>; /* SPI1_MOSI */
>> +            pinmux = <STM32_PINMUX('I', 1, AF5)>, /* SPI2_SCK */
>> +                 <STM32_PINMUX('I', 3, AF5)>; /* SPI2_MOSI */

[...]



More information about the linux-arm-kernel mailing list