diff mbox series

[3/4] ARM: dts: imx6sl-tolino-shine2hd: correct console uart pinmux

Message ID 20210112231549.29957-4-andreas@kemnade.info
State Accepted
Commit 035a3e167b094c09bab401b21f32e1d227c78fff
Headers show
Series None | expand

Commit Message

Andreas Kemnade Jan. 12, 2021, 11:15 p.m. UTC
Configuration was correct enough to work with the pre-configuration done by
uboot. While at it, also document the location.

Signed-off-by: Andreas Kemnade <andreas@kemnade.info>
---
 arch/arm/boot/dts/imx6sl-tolino-shine3.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

H. Nikolaus Schaller Jan. 13, 2021, 12:39 p.m. UTC | #1
> Am 13.01.2021 um 00:15 schrieb Andreas Kemnade <andreas@kemnade.info>:

> 

> Configuration was correct enough to work with the pre-configuration done by

> uboot. While at it, also document the location.

> 

> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>

> ---

> arch/arm/boot/dts/imx6sl-tolino-shine3.dts | 2 +-


seems to have a typo (shine2hd vs. shine3) in the patch subject.

> 1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts

> index 27143ea0f0f1..62d2ebda04ff 100644

> --- a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts

> +++ b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts

> @@ -156,7 +156,7 @@

> 	pinctrl_uart1: uart1grp {

> 		fsl,pins = <

> 			MX6SL_PAD_UART1_TXD__UART1_TX_DATA 0x1b0b1

> -			MX6SL_PAD_UART1_RXD__UART1_TX_DATA 0x1b0b1

> +			MX6SL_PAD_UART1_RXD__UART1_RX_DATA 0x1b0b1

> 		>;

> 	};

> 

> -- 

> 2.20.1

> 

> _______________________________________________

> https://projects.goldelico.com/p/gta04-kernel/

> Letux-kernel mailing list

> Letux-kernel@openphoenux.org

> http://lists.goldelico.com/mailman/listinfo.cgi/letux-kernel
Andreas Kemnade Jan. 13, 2021, 1:28 p.m. UTC | #2
please ignore, that was accidentially sent.

On Wed, 13 Jan 2021 00:15:47 +0100
Andreas Kemnade <andreas@kemnade.info> wrote:

> Configuration was correct enough to work with the pre-configuration done by

> uboot. While at it, also document the location.

> 

> Signed-off-by: Andreas Kemnade <andreas@kemnade.info>

> ---

>  arch/arm/boot/dts/imx6sl-tolino-shine3.dts | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts

> index 27143ea0f0f1..62d2ebda04ff 100644

> --- a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts

> +++ b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts

> @@ -156,7 +156,7 @@

>  	pinctrl_uart1: uart1grp {

>  		fsl,pins = <

>  			MX6SL_PAD_UART1_TXD__UART1_TX_DATA 0x1b0b1

> -			MX6SL_PAD_UART1_RXD__UART1_TX_DATA 0x1b0b1

> +			MX6SL_PAD_UART1_RXD__UART1_RX_DATA 0x1b0b1

>  		>;  

>  	};

>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts
index 27143ea0f0f1..62d2ebda04ff 100644
--- a/arch/arm/boot/dts/imx6sl-tolino-shine3.dts
+++ b/arch/arm/boot/dts/imx6sl-tolino-shine3.dts
@@ -156,7 +156,7 @@ 
 	pinctrl_uart1: uart1grp {
 		fsl,pins = <
 			MX6SL_PAD_UART1_TXD__UART1_TX_DATA 0x1b0b1
-			MX6SL_PAD_UART1_RXD__UART1_TX_DATA 0x1b0b1
+			MX6SL_PAD_UART1_RXD__UART1_RX_DATA 0x1b0b1
 		>;
 	};