Re: [PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-17 Thread Neil Armstrong
Le 16/03/2019 23:14, Martin Blumenstingl a écrit : > Hi Neil, > > On Sat, Mar 16, 2019 at 3:35 PM Neil Armstrong > wrote: > [...] + uart_ao_a_c_pins: uart_ao_a_c { + mux { +

Re: [PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-16 Thread Martin Blumenstingl
Hi Neil, On Sat, Mar 16, 2019 at 3:35 PM Neil Armstrong wrote: [...] > >> + uart_ao_a_c_pins: uart_ao_a_c { > >> + mux { > >> + groups = > >> "uart_ao_a_rx_c"

Re: [PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-16 Thread Neil Armstrong
Le 15/03/2019 22:24, Martin Blumenstingl a écrit : > Hi Neil, > > On Thu, Mar 7, 2019 at 4:15 PM Neil Armstrong wrote: >> >> This patch adds the 2 UART nodes in the EE power domain with the >> corresponding >> pinctrl nodes. > there are 3 UART controllers in the EE power domain Good catch !

Re: [PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-15 Thread Martin Blumenstingl
Hi Neil, On Thu, Mar 7, 2019 at 4:15 PM Neil Armstrong wrote: > > This patch adds the 2 UART nodes in the EE power domain with the corresponding > pinctrl nodes. there are 3 UART controllers in the EE power domain > Signed-off-by: Neil Armstrong > --- > arch/arm64/boot/dts/amlogic/meson-g12a.d

Re: [PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-12 Thread Kevin Hilman
Kevin Hilman writes: > Neil Armstrong writes: > >> This patch adds the 2 UART nodes in the EE power domain with the >> corresponding >> pinctrl nodes. >> >> Signed-off-by: Neil Armstrong > > Similar to PATCH 4/9, are you wanting to move this to the board series? Nevermind, I misunderstood how

Re: [PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-12 Thread Kevin Hilman
Neil Armstrong writes: > This patch adds the 2 UART nodes in the EE power domain with the corresponding > pinctrl nodes. > > Signed-off-by: Neil Armstrong Similar to PATCH 4/9, are you wanting to move this to the board series? Kevin > --- > arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 82 ++

[PATCH 6/9] arm64: dts: meson: g12a: Add UART A, B & C nodes and pins

2019-03-07 Thread Neil Armstrong
This patch adds the 2 UART nodes in the EE power domain with the corresponding pinctrl nodes. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 82 + 1 file changed, 82 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/ar