From patchwork Wed Jun 20 12:56:48 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 9499 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 20ABB23E1B for ; Wed, 20 Jun 2012 12:57:22 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id E46BDA182F0 for ; Wed, 20 Jun 2012 12:57:21 +0000 (UTC) Received: by mail-yw0-f52.google.com with SMTP id p61so6181466yhp.11 for ; Wed, 20 Jun 2012 05:57:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Vzn2CIWPr9L8/8IFfX4XOECjLiHLIV22Grsbrc5TqRo=; b=ofhEhtqLnaZ/nIE4vRFb/ashwoIHna9/NUCQPFvv5QzW6jiDR/ONhy7iBGeeSGa55W l/5Lre94nn7Nxb66bysbFXzrCXPJFn+E7/oDgWHKnyze+ufqXTihPYqmD7/RMRueTcAg iEe2HN+P84deqTEGZNNI4qxpHjs/rwuLyjUpyD6k6cqGlLAa/+4i5x5MSMFXVgq9i+tM 1g5GOSuIX1gsBROwLjVyPUNQ7TMyWx11WlILCqrJVYIsnfN2O2QA/XOxEhAnNRI18Ouf Cqmc9zYyk9HsR6GsHsw93XbIVc2Y16MDApjqH8fX6t71ulP5ybD2bvH0QKry1azlaexI jTJg== Received: by 10.50.193.196 with SMTP id hq4mr4327473igc.57.1340197041533; Wed, 20 Jun 2012 05:57:21 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.24.148 with SMTP id v20csp178557ibb; Wed, 20 Jun 2012 05:57:20 -0700 (PDT) Received: by 10.180.83.168 with SMTP id r8mr11907070wiy.22.1340197040384; Wed, 20 Jun 2012 05:57:20 -0700 (PDT) Received: from mail-we0-f178.google.com (mail-we0-f178.google.com [74.125.82.178]) by mx.google.com with ESMTPS id n13si28848410wee.108.2012.06.20.05.57.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jun 2012 05:57:20 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.178 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-we0-f178.google.com with SMTP id f13so5152523wer.37 for ; Wed, 20 Jun 2012 05:57:19 -0700 (PDT) Received: by 10.180.24.193 with SMTP id w1mr11942621wif.5.1340197039864; Wed, 20 Jun 2012 05:57:19 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id gc6sm38878374wib.0.2012.06.20.05.57.18 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jun 2012 05:57:19 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org Cc: linus.walleij@stericsson.com, arnd@arndb.de, grant.likely@secretlab.ca, linux@arm.linux.org.uk, broonie@opensource.wolfsonmicro.com, Lee Jones Subject: [PATCH 12/15] ARM: ux500: Ensure vendor specific properties have the vendor's identifier Date: Wed, 20 Jun 2012 13:56:48 +0100 Message-Id: <1340197011-5435-13-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1340197011-5435-1-git-send-email-lee.jones@linaro.org> References: <1340197011-5435-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlzKnevoYpVVA5/JpQOqm6KWMCawiCCKyEOALdAPwwr41LAGqq/1E5vq1dlzxlyivHFuecb Any non-standard property should contain the vendor's identifier which should be perpended onto the property name followed by a comma. This aids in name-space collision prevention. Signed-off-by: Lee Jones --- arch/arm/boot/dts/db8500.dtsi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index d89b88d..7279165 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -60,7 +60,7 @@ interrupts = <0 119 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <0>; @@ -73,7 +73,7 @@ interrupts = <0 120 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <1>; @@ -86,7 +86,7 @@ interrupts = <0 121 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <2>; @@ -99,7 +99,7 @@ interrupts = <0 122 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <3>; @@ -112,7 +112,7 @@ interrupts = <0 123 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <4>; @@ -125,7 +125,7 @@ interrupts = <0 124 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <5>; @@ -138,7 +138,7 @@ interrupts = <0 125 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <6>; @@ -151,7 +151,7 @@ interrupts = <0 126 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <7>; @@ -164,7 +164,7 @@ interrupts = <0 127 0x4>; interrupt-controller; #interrupt-cells = <2>; - supports-sleepmode; + st,supports-sleepmode; gpio-controller; #gpio-cells = <2>; gpio-bank = <8>;