From patchwork Fri Oct 23 22:15:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 55509 Delivered-To: patch@linaro.org Received: by 10.112.59.35 with SMTP id w3csp1487087lbq; Fri, 23 Oct 2015 15:16:12 -0700 (PDT) X-Received: by 10.68.88.165 with SMTP id bh5mr7706889pbb.160.1445638572106; Fri, 23 Oct 2015 15:16:12 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id fk5si26366690pbd.33.2015.10.23.15.16.11; Fri, 23 Oct 2015 15:16:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751628AbbJWWQK (ORCPT + 6 others); Fri, 23 Oct 2015 18:16:10 -0400 Received: from mail-lf0-f53.google.com ([209.85.215.53]:36243 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751212AbbJWWQJ (ORCPT ); Fri, 23 Oct 2015 18:16:09 -0400 Received: by lffz202 with SMTP id z202so98242735lff.3 for ; Fri, 23 Oct 2015 15:16:08 -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=BCh/6+wivtibm9G6SAgL4yLGfx/irts/2GCP2vKpXuk=; b=eyhsUGC9L06ZAwRSXXpseLfAybWyilEiDQksD1ynuzWCFDSYYjlXLoByS5aSr0cr/z ZXkrWJ59bR3HQ92UtTO5laLJkBzGrP7y4J7eXTDc2NawSuo1rKnwMHu4sXWgrrM07Gpa tUhhZVbnwbS1qdwDdPgf4+Qh1E8IepbJC/E6kDc98Q8iciKHkmh+PiyRyVRoe7oOam0j vNGDE59w8dG3JDe1GTu+jrxri3js8XpuNlvtJVecKXdI9CA5b/xcoTm+p+8XeWTgn+V0 32DsrbMBpdJtla1s7/KZREupXMh7BcbY/9nga0ytL6TTnjr7VYPAzAep5TEVOkRYX6Ix SdhA== X-Gm-Message-State: ALoCoQnI6LbD0KZy5vouEoPu/L3mXsylJFHckaRSDBVSyAWXarcHxb284TO8xEX4flV4vjSbV06T X-Received: by 10.112.154.7 with SMTP id vk7mr12213223lbb.48.1445638567935; Fri, 23 Oct 2015 15:16:07 -0700 (PDT) Received: from localhost.localdomain.localdomain (c-297471d5.01-192-6c756e10.cust.bredbandsbolaget.se. [213.113.116.41]) by smtp.gmail.com with ESMTPSA id f77sm3062710lfi.3.2015.10.23.15.16.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Oct 2015 15:16:06 -0700 (PDT) From: Linus Walleij To: Thomas Gleixner , Jason Cooper , Marc Zyngier Cc: linux-kernel@vger.kernel.org, Linus Walleij , devicetree@vger.kernel.org Subject: [PATCH 1/3] irqchip/gic: fix ARM11MPCore GIC bindings Date: Sat, 24 Oct 2015 00:15:51 +0200 Message-Id: <1445638553-8825-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 2.4.3 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The GIC bindings for the ARM11MPCore need to differentiate between the GIC on the Test Chip and the one on the evaluation baseboard. Split the binding in two and define new compatible-strings. Cc: Thomas Gleixner Cc: Jason Cooper Cc: Marc Zyngier Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Make this a pure devicetree bindings patch. - Keep the old binding arm,arm11mp-gic for the "normal" GIC on the PB11MPCore as it is probably similar to other ARM11MPCore systems. - Broke out this irqchip stuff from the rest of the series so as not to stress the irqchip maintainers. It has no dependencies on the other patches anyways, and can be merged stand-alone. --- Documentation/devicetree/bindings/arm/gic.txt | 1 + 1 file changed, 1 insertion(+) -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Acked-by: Rob Herring diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt index 2da059a4790c..0ffa69755d5e 100644 --- a/Documentation/devicetree/bindings/arm/gic.txt +++ b/Documentation/devicetree/bindings/arm/gic.txt @@ -16,6 +16,7 @@ Main node required properties: "arm,cortex-a9-gic" "arm,cortex-a7-gic" "arm,arm11mp-gic" + "arm,tc11mp-gic" "brcm,brahma-b15-gic" "arm,arm1176jzf-devchip-gic" "qcom,msm-8660-qgic"