From patchwork Wed Jun 18 10:31:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 361424 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 C346F140091 for ; Wed, 18 Jun 2014 20:32:45 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965771AbaFRKco (ORCPT ); Wed, 18 Jun 2014 06:32:44 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:35074 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965620AbaFRKco (ORCPT ); Wed, 18 Jun 2014 06:32:44 -0400 Received: by mail-ie0-f173.google.com with SMTP id y20so519347ier.4 for ; Wed, 18 Jun 2014 03:32:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=y89mfp1Ezw+QvOi1iWo6Z/nhQhrwjXRigyQTunxD55I=; b=Ex5URKMK1pbFWXojOUV8+oYZqtd4Io50l4C+t+zASKGZWMVLFpWj4pVF3V9Fe5vpE6 malMMFYfyiE97Y9T02rAgqFQLm3etrQNXKlBjHscsu7h3gvU5tXYbgcbpmEw2uGGnfXM 5YxdD3NO8QeNCJnLWE1l2OHKbgdahf/KgAJIPsbq/iFoUcvQglYQG1xuBTAqQHbC8k8e pcV2kjyf0yv0aflenChhJY+quvJhZeG8t7LHFc+/4g1zoRev6yWTcm9e4HMbzcsQZ8KV yoYZpw3b3aQqMsprR4m1k9dNldBDYKHwze/VN9Qkuu2DVEmIM9KuOIUz4OlccEUiVrCg uFFw== X-Gm-Message-State: ALoCoQmDs3kx3twMKGHB4kGG32FPPfE6KXmi2RxlDrXC9dlhYSTme4XPgZcw6/XlY/MKDH3mABYo X-Received: by 10.42.15.70 with SMTP id k6mr1187378ica.53.1403087563703; Wed, 18 Jun 2014 03:32:43 -0700 (PDT) Received: from localhost.localdomain (host109-148-235-194.range109-148.btcentralplus.com. [109.148.235.194]) by mx.google.com with ESMTPSA id w6sm928048igp.0.2014.06.18.03.32.41 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 18 Jun 2014 03:32:43 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: lee.jones@linaro.org, kernel@stlinux.com, maxime.coquelin@st.com, patrice.chotard@st.com, srinivas.kandagatla@gmail.com, devicetree@vger.kernel.org Subject: [PATCH] ARM: stih41x: Rename stih416-b2020-revE.dts to stih416-b2020e.dts Date: Wed, 18 Jun 2014 11:31:48 +0100 Message-Id: <1403087508-6710-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.3.2 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Two reasons for this rename. Firstly, it removes the camel case convention which isn't used by any other platform and secondly it matches the naming convention for the internal kernel, which can become annoying when flipping between the two. Signed-off-by: Lee Jones Acked-by: Maxime Coquelin --- arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename arch/arm/boot/dts/{stih416-b2020-revE.dts => stih416-b2020e.dts} (100%) diff --git a/arch/arm/boot/dts/stih416-b2020-revE.dts b/arch/arm/boot/dts/stih416-b2020e.dts similarity index 100% rename from arch/arm/boot/dts/stih416-b2020-revE.dts rename to arch/arm/boot/dts/stih416-b2020e.dts