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 Cooper X-Patchwork-Id: 8196481 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 508129F38B for ; Tue, 2 Feb 2016 23:27:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 721DA202D1 for ; Tue, 2 Feb 2016 23:27:35 +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 8EDA520279 for ; Tue, 2 Feb 2016 23:27:34 +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 1aQkKC-0001fe-9j; Tue, 02 Feb 2016 23:25:32 +0000 Received: from mail-ob0-f196.google.com ([209.85.214.196]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1aQkK2-0000Vk-PC for linux-arm-kernel@lists.infradead.org; Tue, 02 Feb 2016 23:25:23 +0000 Received: by mail-ob0-f196.google.com with SMTP id wg8so232529obc.3 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=WvlaCDhty2RnkuooNyCey7E5myyfd58XGZcBezJurS8cInJS7H312oaPVRv9Rnx4qb E7NN42nAAADNpB1TrnPq4XIEPIqEqRpYHpvzmcSKiZQhuyKY+AKTD4DxVVl15nvZeXpY clqYegI45faX1uoArqeqfj9vetkWqO8BUuFjEl8KGcRVFbz7iaAoU99nDzhv1+csdgAM 9J5z+Ku+XEe8c41TUKCE0ZfFKCCfsYA8OJCSbAYp96msig31hWuAqX0TfY8CI5PuYpOX FV7ykbZ72mpmpfZFCpMCvVmv1Nd7L31tXaCsWwPR52U9u1CvJUKnTGyz4EdD0YoucmaJ BzMw== X-Gm-Message-State: AG10YOToqlhsAnAu4UI+/l9cQKXsC0u+Ne0sppzeoHlDFCFQhVhrDktgWaL68/Pl5v/y3w== 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 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160202_152522_870061_A6073624 X-CRM114-Status: GOOD ( 10.12 ) 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: Franklin S Cooper Jr 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.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 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 Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/keystone/keystone.txt | 5 +++++ arch/arm/mach-keystone/keystone.c | 1 + 2 files changed, 6 insertions(+) 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, };