From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15713CA9EAF for ; Thu, 24 Oct 2019 14:44:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E2D7C20679 for ; Thu, 24 Oct 2019 14:44:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2409365AbfJXOov (ORCPT ); Thu, 24 Oct 2019 10:44:51 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:45780 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726838AbfJXOov (ORCPT ); Thu, 24 Oct 2019 10:44:51 -0400 Received: from ramsan ([84.195.182.253]) by michel.telenet-ops.be with bizsmtp id HSkp210095USYZQ06SkprT; Thu, 24 Oct 2019 16:44:49 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1iNeM5-0006kY-3X; Thu, 24 Oct 2019 16:44:49 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1iNeM5-0007EU-1v; Thu, 24 Oct 2019 16:44:49 +0200 From: Geert Uytterhoeven To: Shawn Guo , Sascha Hauer , Rob Herring , Mark Rutland , Jiri Kosina Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH trivial] ARM: dts: imx53: Spelling s/configration/configuration/ Date: Thu, 24 Oct 2019 16:44:43 +0200 Message-Id: <20191024144443.27761-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix misspelling of "configuration". Signed-off-by: Geert Uytterhoeven --- 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