From patchwork Wed Aug 13 23:29:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 4721191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A7A5C9F375 for ; Wed, 13 Aug 2014 23:33:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E8642201CE for ; Wed, 13 Aug 2014 23:33:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 305BD201CD for ; Wed, 13 Aug 2014 23:33:20 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHi0k-0000Go-C2; Wed, 13 Aug 2014 23:31:18 +0000 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XHi0X-000090-4i for linux-arm-kernel@lists.infradead.org; Wed, 13 Aug 2014 23:31:05 +0000 Received: by mail-pd0-f177.google.com with SMTP id p10so502207pdj.22 for ; Wed, 13 Aug 2014 16:30:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=K2xRs4P+AXTwS6fTI7mRyuJuu06npKQuWoqtEydx8Hw=; b=wo3xn/iUGiwDq1nBxGxrgJgrfKbeSD+apJ0cqZUfXz+ORf1HCObjwt+VRb2syMm3Px F9PByWUbkBou3gXTFWsMtxJVxujiLb0rPozJ7NeKXhNIGnVtZO2eFwXhCCR1Fs03CHel /xo3RJWsmh6hLgg4A7YAoy2ZiafhiMJM0IDlmFCVBZgLbMlV5RK0ei/FlBRililZOwwV Zx3eujA9y7S9fnC8a3/ss/9MTS5eRCglbt4a+yqMdOoTz70ISUe+6KGNPsIB23LWqAc0 mowWiiEEwklnJ+bCCRTIWJRBhWMLwntOqoSekobnn/kO1C9miizUIswr0+NoK07majNv WZag== X-Received: by 10.68.175.99 with SMTP id bz3mr887855pbc.112.1407972644327; Wed, 13 Aug 2014 16:30:44 -0700 (PDT) Received: from fainelli-desktop.broadcom.com (5520-maca-inet1-outside.broadcom.com. [216.31.211.11]) by mx.google.com with ESMTPSA id ln10sm3232392pbc.96.2014.08.13.16.30.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 13 Aug 2014 16:30:43 -0700 (PDT) From: Florian Fainelli To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/3] ARM: l2c: order optional properties in alphabetical order Date: Wed, 13 Aug 2014 16:29:30 -0700 Message-Id: <1407972571-8986-3-git-send-email-f.fainelli@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1407972571-8986-1-git-send-email-f.fainelli@gmail.com> References: <1407972571-8986-1-git-send-email-f.fainelli@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140813_163105_231293_60E34348 X-CRM114-Status: GOOD ( 11.62 ) X-Spam-Score: -0.8 (/) Cc: thomas.petazzoni@free-electrons.com, devicetree@vger.kernel.org, Florian Fainelli , linux@arm.linux.org.uk, arnd@arndb.de, pawel.moll@arm.com, mark.rutland@arm.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Re-order the Level 2 cache controller binding optional properties into alphabetical order. Signed-off-by: Florian Fainelli --- Documentation/devicetree/bindings/arm/l2cc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/l2cc.txt b/Documentation/devicetree/bindings/arm/l2cc.txt index af527ee111c2..b265ef25e55d 100644 --- a/Documentation/devicetree/bindings/arm/l2cc.txt +++ b/Documentation/devicetree/bindings/arm/l2cc.txt @@ -43,9 +43,9 @@ Optional properties: - arm,io-coherent : indicates that the system is operating in an hardware I/O coherent mode. Valid only when the arm,pl310-cache compatible string is used. -- interrupts : 1 combined interrupt. - cache-id-part: cache id part number to be used if it is not present on hardware +- interrupts : 1 combined interrupt. - wt-override: If present then L2 is forced to Write through mode Example: