diff mbox series

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

Message ID 1511941550-10314-1-git-send-email-jagan@amarulasolutions.com
State Rejected
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series [U-Boot] arm64: dts: allwinner: a64: Add uart2-pins | expand

Commit Message

Jagan Teki Nov. 29, 2017, 7:45 a.m. UTC
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(+)

Comments

Maxime Ripard Nov. 29, 2017, 1:30 p.m. UTC | #1
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
Jagan Teki Nov. 29, 2017, 1:43 p.m. UTC | #2
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!
Maxime Ripard Nov. 29, 2017, 3:14 p.m. UTC | #3
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
diff mbox series

Patch

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 {