2019-10-25 14:02:43

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH trivial] ARM: dts: imx53: Spelling s/configration/configuration/

Fix misspelling of "configuration".

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
arch/arm/boot/dts/imx53-usbarmory.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx53-usbarmory.dts b/arch/arm/boot/dts/imx53-usbarmory.dts
index ee6263d1c2d3ddf4..f34993a490ee86cb 100644
--- a/arch/arm/boot/dts/imx53-usbarmory.dts
+++ b/arch/arm/boot/dts/imx53-usbarmory.dts
@@ -120,7 +120,7 @@
};

/*
- * UART mode pin header configration
+ * UART mode pin header configuration
* 3 - GPIO5[26], pull-down 100K
* 4 - GPIO5[27], pull-down 100K
* 5 - TX, pull-up 100K
--
2.17.1


2019-10-28 20:00:19

by Shawn Guo

[permalink] [raw]
Subject: Re: [PATCH trivial] ARM: dts: imx53: Spelling s/configration/configuration/

On Thu, Oct 24, 2019 at 04:44:43PM +0200, Geert Uytterhoeven wrote:
> Fix misspelling of "configuration".
>
> Signed-off-by: Geert Uytterhoeven <[email protected]>

Applied, thanks.