From patchwork Tue Feb 2 23:25:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin S Cooper Jr X-Patchwork-Id: 61050 Delivered-To: patch@linaro.org Received: by 10.112.130.2 with SMTP id oa2csp1037433lbb; Tue, 2 Feb 2016 15:25:06 -0800 (PST) X-Received: by 10.98.33.131 with SMTP id o3mr40009522pfj.97.1454455505508; Tue, 02 Feb 2016 15:25:05 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id kv12si4620956pab.194.2016.02.02.15.25.05; Tue, 02 Feb 2016 15:25:05 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754626AbcBBXZE (ORCPT + 6 others); Tue, 2 Feb 2016 18:25:04 -0500 Received: from mail-ob0-f195.google.com ([209.85.214.195]:32974 "EHLO mail-ob0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754136AbcBBXZD (ORCPT ); Tue, 2 Feb 2016 18:25:03 -0500 Received: by mail-ob0-f195.google.com with SMTP id n6so240636obv.0 for ; Tue, 02 Feb 2016 15:25:02 -0800 (PST) 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=cFipJ5kNJCiG8Yu1jI1J61OfS8c1BprBnPMnx/1fHYs=; b=mdIlbHPVRQQlhpbjkjYicddNMyeG4RyVYtG005bh+aaheh4uvhhoOXH5MS4yUgSbIV IGqsTduU9v0T24LLKKIHaEr4dn6cT8gYP4RAOc/g9BPSQEvWmbr7nq+qZA/pU157qP/M jWiZUaZE8zmdDOkcom01f7M3hBB/Qw14/mJreNf8NjVVwsyEnQ93V/hisUllLPDS1WEt zC0UQF7mKm0IeABfKYItILpa4U60Z854KObNUc3cpn1H1Vi31d2uRv3S+WFFYBsyHV0+ 2k5D7XAbwsLUg/oIuqd4fTtwS7xaCpSvtg3hdALAJiQ8XKbWi3R9OxtKwDZZocZvNLRO 1QKA== X-Gm-Message-State: AG10YOT5rCyGYh+KfeQwj/Wgr7UXUCOlO7tLk3UYOPrCraeKNJnsTh57N1byHPyrJi17Rw== X-Received: by 10.182.102.226 with SMTP id fr2mr25639409obb.54.1454455501974; Tue, 02 Feb 2016 15:25:01 -0800 (PST) Received: from localhost.localdomain (pool-71-164-206-129.dllstx.fios.verizon.net. [71.164.206.129]) by smtp.gmail.com with ESMTPSA id q8sm1944657oep.2.2016.02.02.15.25.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 02 Feb 2016 15:25:01 -0800 (PST) From: Franklin S Cooper Jr To: nm@ti.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, ssantosh@kernel.org Cc: Franklin S Cooper Jr Subject: [PATCH 1/3] ARM: keystone: Create new binding for K2G SoC Date: Tue, 2 Feb 2016 17:25:15 -0600 Message-Id: <1454455517-7360-2-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454455517-7360-1-git-send-email-fcooper@ti.com> References: <1454455517-7360-1-git-send-email-fcooper@ti.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Nishanth Menon K2G SoC family is the newest version of the Keystone family of processors. The technical reference manual for K2G can be found here: http://www.ti.com/lit/ug/spruhy8/spruhy8.pdf Add new bindings for K2G and the K2G evm. Also document these new bindings. Signed-off-by: Nishanth Menon Signed-off-by: Franklin S Cooper Jr --- Documentation/devicetree/bindings/arm/keystone/keystone.txt | 5 +++++ arch/arm/mach-keystone/keystone.c | 1 + 2 files changed, 6 insertions(+) -- 2.7.0 -- 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/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt index 3090a8a..48f6703 100644 --- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt +++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt @@ -22,6 +22,8 @@ SoCs: compatible = "ti,k2l", "ti,keystone" - Keystone 2 Edison compatible = "ti,k2e", "ti,keystone" +- K2G + compatible = "ti,k2g", "ti,keystone" Boards: - Keystone 2 Hawking/Kepler EVM @@ -32,3 +34,6 @@ Boards: - Keystone 2 Edison EVM compatible = "ti,k2e-evm", "ti,k2e", "ti,keystone" + +- K2G EVM + compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone" diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index c279293..55cb199 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c @@ -100,6 +100,7 @@ static const char *const keystone_match[] __initconst = { "ti,k2hk", "ti,k2e", "ti,k2l", + "ti,k2g", "ti,keystone", NULL, };