From patchwork Tue Feb 23 09:10:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 62680 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp1723029lbl; Tue, 23 Feb 2016 01:10:31 -0800 (PST) X-Received: by 10.66.102.106 with SMTP id fn10mr45167490pab.60.1456218631496; Tue, 23 Feb 2016 01:10:31 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s63si38634953pfs.86.2016.02.23.01.10.31; Tue, 23 Feb 2016 01:10:31 -0800 (PST) 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; dkim=neutral (body hash did not verify) header.i=@linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757598AbcBWJKU (ORCPT + 6 others); Tue, 23 Feb 2016 04:10:20 -0500 Received: from mail-lf0-f49.google.com ([209.85.215.49]:34299 "EHLO mail-lf0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757591AbcBWJKQ (ORCPT ); Tue, 23 Feb 2016 04:10:16 -0500 Received: by mail-lf0-f49.google.com with SMTP id j78so110858331lfb.1 for ; Tue, 23 Feb 2016 01:10:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=RiveZiVvg7O+UnNxdt+cSHorZW/N8UUhrGhbM5OOdwI=; b=DLhWoq40Pji4A22xkCLPwdKtvc2Tbl5MRByMcZBphkoffJfAqa0ZpaW/H1u/0qnirZ i2UPdim/J/kQoKFqb6dIehf/CTUfDcmwkpllDP2QSryn3gqdChrftZYiBfSFX1zQYygX /Ee2bVET+32+DHjPZxyng6ofRdnpUszSvIXt0= 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=RiveZiVvg7O+UnNxdt+cSHorZW/N8UUhrGhbM5OOdwI=; b=PWyqhwk4SQS28wyFZ5G5loV+Qq/dQHHXlYSAd6ruYBOUFAFXu8O5axQf2sRsZXtCEE pFda/IPlp5veRVEmrAoFN5vbSLRC2u9zVftAAzrmg5i0/dAbMLdSAwLOSMbfH+tZAXsL U8mpNEAHpKR6RzkV3rh0quPXODfgCfkPbKENmtf4e8aXZbCmZj5kEFIcZsToH8dnG7mv LcN5EkzFrgX2MsuT3V+lGfoVcB/dlonqU9twqg7QOzrCtLf2m8syMgdAyo+JLtASzz/G 8ll2oZwtvT1k1xIrugLmSklwGQFZ3fwY/dUXjsM0bSmK45OeRNTx3s5IgFSdVRjQp2hi I2CA== X-Gm-Message-State: AG10YOQx5Opxmd/3B5DPODyxuzVpvgDsCqIRUCrqDPKEkQRu1abY2fWpqBK04uvm4lw+0CeO X-Received: by 10.25.163.76 with SMTP id m73mr9458112lfe.39.1456218615423; Tue, 23 Feb 2016 01:10:15 -0800 (PST) Received: from localhost.localdomain ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id i66sm3991559lfg.4.2016.02.23.01.10.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Feb 2016 01:10:13 -0800 (PST) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Arnd Bergmann Cc: Pawel Moll , Mark Rutland , Marc Zyngier , Will Deacon , Rob Herring , Russell King , Linus Walleij , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH] ARM: realview: add EB syscon variants to bindings Date: Tue, 23 Feb 2016 10:10:06 +0100 Message-Id: <1456218606-3749-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 There are two distinct RealView EB system controller that we need to detect and handle because their register layout differ slightly. Cc: Rob Herring Cc: devicetree@vger.kernel.org Signed-off-by: Linus Walleij --- Documentation/devicetree/bindings/arm/arm-boards | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 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: Arnd Bergmann diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index 2daeabc519de..7b05fc936d23 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -131,7 +131,9 @@ Required nodes: - syscon: some subnode of the RealView SoC node must be a system controller node pointing to the control registers, - with the compatible string set to one of these tuples: + with the compatible string set to one of these: + "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon" + "arm,realview-eb11mp-revc-syscon", "arm,realview-eb-syscon", "syscon" "arm,realview-eb-syscon", "syscon" "arm,realview-pb1176-syscon", "syscon" "arm,realview-pb11mp-syscon", "syscon"