[U-Boot] [PATCH] arm64: dts: allwinner: a64: Add uart2-pins

Add uart2-pins for A64 SOC.
Signed-off-by: Jagan Teki jagan@amarulasolutions.com --- arch/arm/dts/sun50i-a64.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/arm/dts/sun50i-a64.dtsi b/arch/arm/dts/sun50i-a64.dtsi index 65a344d..93c2d01 100644 --- a/arch/arm/dts/sun50i-a64.dtsi +++ b/arch/arm/dts/sun50i-a64.dtsi @@ -317,6 +317,11 @@ pins = "PG8", "PG9"; function = "uart1"; }; + + uart2_pins: uart2-pins { + pins = "PB0", "PB1"; + function = "uart2"; + }; };
uart0: serial@1c28000 {

Hi Jagan,
On Wed, Nov 29, 2017 at 01:15:50PM +0530, Jagan Teki wrote:
Add uart2-pins for A64 SOC.
Signed-off-by: Jagan Teki jagan@amarulasolutions.com
Usually, we will have the pinctrl node only if it's used by a board in-tree.
Maxime

On Wed, Nov 29, 2017 at 7:00 PM, Maxime Ripard maxime.ripard@free-electrons.com wrote:
Hi Jagan,
On Wed, Nov 29, 2017 at 01:15:50PM +0530, Jagan Teki wrote:
Add uart2-pins for A64 SOC.
Signed-off-by: Jagan Teki jagan@amarulasolutions.com
Usually, we will have the pinctrl node only if it's used by a board in-tree.
Yes, I'm preparing to send the board which is using uart2
thanks!

On Wed, Nov 29, 2017 at 07:13:37PM +0530, Jagan Teki wrote:
On Wed, Nov 29, 2017 at 7:00 PM, Maxime Ripard maxime.ripard@free-electrons.com wrote:
Hi Jagan,
On Wed, Nov 29, 2017 at 01:15:50PM +0530, Jagan Teki wrote:
Add uart2-pins for A64 SOC.
Signed-off-by: Jagan Teki jagan@amarulasolutions.com
Usually, we will have the pinctrl node only if it's used by a board in-tree.
Yes, I'm preparing to send the board which is using uart2
Then please send it at the same time, thanks! Maxime
participants (2)
-
Jagan Teki
-
Maxime Ripard