[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f71cf3c7-9e1d-12ba-035f-70c63510d44a@linaro.org>
Date: Thu, 18 Aug 2022 11:22:54 +0300
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Dario Binacchi <dario.binacchi@...rulasolutions.com>,
linux-kernel@...r.kernel.org
Cc: Alexandre Torgue <alexandre.torgue@...s.st.com>,
Amarula patchwork <linux-amarula@...rulasolutions.com>,
michael@...rulasolutions.com,
Marc Kleine-Budde <mkl@...gutronix.de>,
Dario Binacchi <dariobin@...ero.it>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-stm32@...md-mailman.stormreply.com
Subject: Re: [RFC PATCH 3/4] ARM: dts: stm32: add pin map for CAN controller
on stm32f4
On 17/08/2022 17:35, Dario Binacchi wrote:
> Add pin configurations for using CAN controller on stm32f469-disco
> board. They are located on the Arduino compatible connector CN5 (CAN1)
> and on the extension connector CN12 (CAN2).
>
> +
> + can2_pins_b: can2-1 {
> + pins1 {
> + pinmux = <STM32_PINMUX('B', 13, AF9)>; /* CAN2_TX */
> +
> + };
> + pins2 {
> + pinmux = <STM32_PINMUX('B', 12, AF9)>; /* CAN2_RX */
> + bias-pull-up;
> + };
> + };
> +
No need for blank line.
Best regards,
Krzysztof
Powered by blists - more mailing lists