From patchwork Thu Oct 15 13:46:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 7406171 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A6D2CBEEA4 for ; Thu, 15 Oct 2015 13:49:46 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DC81A207B5 for ; Thu, 15 Oct 2015 13:49:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DE3772077C for ; Thu, 15 Oct 2015 13:49:44 +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 1Zmiss-0001yi-EX; Thu, 15 Oct 2015 13:47:54 +0000 Received: from mail-lf0-f42.google.com ([209.85.215.42]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zmisc-0001oy-Td for linux-arm-kernel@lists.infradead.org; Thu, 15 Oct 2015 13:47:39 +0000 Received: by lffv3 with SMTP id v3so27959337lff.0 for ; Thu, 15 Oct 2015 06:47:17 -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:in-reply-to :references; bh=G2mtoSq16KcFdTl0wNImO6ugcvvRVI6WTfc413mHKvI=; b=EGPZXBfCuD4GnT3XTb6NfK0ELGj/I5zs4ewFvfgwIOXGUtdCTnK7BiwoozrR9jmiXm m3YhvJ2+IuA0f3W5ps1uxRVvfv8WyXDhSfi5TIoMokfglGOR/9t8OZwIMOrC9qAEzbQh fk5wuZX6aAkYaESxgA915cDb3zmF0eQyfqk+TCHnoDw2y3y3B9DMjge2HxvPnhKEMsI0 DTbybgd65BL5QZZpPoCcfCW5JC6EpK2BYgkug74ggDBdIWj4IE0l6J3iapYzcS01X7Wi GWRdpz2E1Hp7XCNy8U/Sv6PqhlKztwhnvNkx7awwJdsvcXh1+1M5JuR6YKgk3bi5c4UV Wznw== X-Gm-Message-State: ALoCoQkIxjHpYEpWv6JilJvuKS95FNZ3loiDrLzeEppIC8TkQ1VuTO8VzyGV7tGZCFjeSdRgOwKq X-Received: by 10.25.166.20 with SMTP id p20mr448868lfe.51.1444916836936; Thu, 15 Oct 2015 06:47:16 -0700 (PDT) Received: from localhost.localdomain ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id ug9sm2056977lbb.22.2015.10.15.06.47.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 15 Oct 2015 06:47:16 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Russell King Subject: [PATCH 02/13] ARM: add DT bindings for the ARM11MPCore CPU cluster Date: Thu, 15 Oct 2015 15:46:42 +0200 Message-Id: <1444916813-31024-3-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1444916813-31024-1-git-send-email-linus.walleij@linaro.org> References: <1444916813-31024-1-git-send-email-linus.walleij@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151015_064739_200718_0DCC94D5 X-CRM114-Status: GOOD ( 14.58 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , Pawel Moll , Marc Zyngier , Linus Walleij , Will Deacon 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=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The ARM11MPCore has a Snoop Control Unit, but references to it were missing from the DT specification. Define a compatible string for this unit. Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/arm/scu.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/scu.txt b/Documentation/devicetree/bindings/arm/scu.txt index c447680519bb..08a587875996 100644 --- a/Documentation/devicetree/bindings/arm/scu.txt +++ b/Documentation/devicetree/bindings/arm/scu.txt @@ -10,10 +10,13 @@ References: Revision r2p0 - Cortex-A5: see DDI0434B Cortex-A5 MPCore Technical Reference Manual Revision r0p1 +- ARM11 MPCore: see DDI0360F ARM 11 MPCore Processor Technical Reference + Manial Revision r2p0 - compatible : Should be: "arm,cortex-a9-scu" "arm,cortex-a5-scu" + "arm,arm11mp-scu" - reg : Specify the base address and the size of the SCU register window.