From patchwork Thu Jun 18 18:19:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: thomas.langer@lantiq.com X-Patchwork-Id: 486469 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id E091E1401F0 for ; Fri, 19 Jun 2015 04:29:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756537AbbFRS3B (ORCPT ); Thu, 18 Jun 2015 14:29:01 -0400 Received: from Smtp2.Lantiq.com ([195.219.66.201]:31727 "EHLO smtp2.lantiq.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756573AbbFRS3A convert rfc822-to-8bit (ORCPT ); Thu, 18 Jun 2015 14:29:00 -0400 X-Greylist: delayed 592 seconds by postgrey-1.27 at vger.kernel.org; Thu, 18 Jun 2015 14:29:00 EDT X-IronPort-AV: E=McAfee;i="5700,7163,7836"; a="575755" Received: from unknown (HELO Extrelay01.lantiq.com) ([10.64.181.189]) by smtp2.lantiq.com with ESMTP; 18 Jun 2015 20:19:07 +0200 Received: from MUCSE037.lantiq.com ([fe80::4c88:ea44:8a04:ec44]) by MUCSVECH044.lantiq.com ([10.64.181.189]) with mapi id 14.03.0195.001; Thu, 18 Jun 2015 20:19:07 +0200 From: To: CC: , Subject: [PATCH] Documentation: DT: Fix a typo in the filename "lantiq,-pinumx.txt" Thread-Topic: [PATCH] Documentation: DT: Fix a typo in the filename "lantiq,-pinumx.txt" Thread-Index: AdCp8r8rprlW3BXCTuqh/qPe7Rmtfg== Date: Thu, 18 Jun 2015 18:19:02 +0000 Message-ID: <593AEF6C47F46446852B067021A273D6FBC08AD6@MUCSE037.lantiq.com> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.64.175.58] x-tm-as-product-ver: SMEX-11.0.0.1191-8.000.1202-21622.002 x-tm-as-result: No--38.302000-0.000000-31 x-tm-as-user-approved-sender: Yes x-tm-as-user-blocked-sender: No MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Thomas Langer To fix it, use the chance to rename according the compatible string, which is "lantiq,pinctrl-falcon" and "lantiq,pinctrl-xway" Signed-off-by: Thomas Langer Cc: John Crispin --- I am not sure who else should be added to Cc: as this is no new binding, only fixing a typo. .../pinctrl/{lantiq,falcon-pinumx.txt => lantiq,pinctrl-falcon.txt} | 0 .../pinctrl/{lantiq,xway-pinumx.txt => lantiq,pinctrl-xway.txt} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/pinctrl/{lantiq,falcon-pinumx.txt => lantiq,pinctrl-falcon.txt} (100%) rename Documentation/devicetree/bindings/pinctrl/{lantiq,xway-pinumx.txt => lantiq,pinctrl-xway.txt} (100%) diff --git a/Documentation/devicetree/bindings/pinctrl/lantiq,falcon-pinumx.txt b/Documentation/devicetree/bindings/pinctrl/lantiq,pinctrl-falcon.txt similarity index 100% rename from Documentation/devicetree/bindings/pinctrl/lantiq,falcon-pinumx.txt rename to Documentation/devicetree/bindings/pinctrl/lantiq,pinctrl-falcon.txt diff --git a/Documentation/devicetree/bindings/pinctrl/lantiq,xway-pinumx.txt b/Documentation/devicetree/bindings/pinctrl/lantiq,pinctrl-xway.txt similarity index 100% rename from Documentation/devicetree/bindings/pinctrl/lantiq,xway-pinumx.txt rename to Documentation/devicetree/bindings/pinctrl/lantiq,pinctrl-xway.txt