From patchwork Mon Apr 24 20:22:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Franklin Cooper X-Patchwork-Id: 9697171 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 48F4D601E9 for ; Mon, 24 Apr 2017 20:23:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3D7AE28066 for ; Mon, 24 Apr 2017 20:23:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3251C28419; Mon, 24 Apr 2017 20:23:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.4 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C6DE228066 for ; Mon, 24 Apr 2017 20:23:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Z+L+keg+LS7YwtAy7ndBatprB5EKRQGUpCE518afDY8=; b=c/z6q/o+iSq8qv dE4RpS5gVEWrho51ljov7f854MHbX0oH/dhTAryiQA6bhA9yAQXp9RZ1qNm/Cg0P6ArrKnPbNASV+ Zmdgo/GjshIEMZwmewxHARMvTXqpKP0/04Rj26MUuGRWS4EOiPyffNp3yTAUmvgeYPS0A4hD/CMet 8vHvIj7/xilCM4WN9fA76sIuGlY3SNnecRgu+Hq3R2oEhQFN5P7ndFHe9DvD1/cR1qb0eXW75WHA0 KszBUstrjpeFT8AtL9asAEYNRuuQP0JoPdvAbwggfACd5tHS9KBCJS1IPu7ORUmomc1fAEreiC00q 9kLPnh7dmDesvo9DNmOw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1d2kWS-0001K4-B1; Mon, 24 Apr 2017 20:23:48 +0000 Received: from fllnx209.ext.ti.com ([198.47.19.16]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1d2kW3-0000Ud-1x for linux-arm-kernel@lists.infradead.org; Mon, 24 Apr 2017 20:23:25 +0000 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v3OKMQFg031701; Mon, 24 Apr 2017 15:22:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1493065346; bh=/4NG2qgWxBfuH6ofGzzrUoWn31SKwpYTruf2nUU0+5k=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=mg38TsLH8bXiyg3vaA90SwMPkk6yZdWQjRAmLdW18ddg8ce9sYakeaPz0QLfNzvpT ni8OSNCVVNVbCwWowqfUSIM5sI98u2nG8LLfn8ptmFGmtXzqMQWgUmvUtg+eqmvZa6 zEmK+qh7SYmx8TIH2Dr+xQg/SEQS8BSJ0ej0iNbQ= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3OKMKxb018694; Mon, 24 Apr 2017 15:22:20 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 24 Apr 2017 15:22:20 -0500 Received: from dbdmail01.india.ti.com (dbdmail01.india.ti.com [172.24.162.206]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v3OKMJGL015903; Mon, 24 Apr 2017 15:22:20 -0500 Received: from udb0273011.dhcp.ti.com (udb0273011.dhcp.ti.com [128.247.59.33]) by dbdmail01.india.ti.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id v3OKM8VK019584; Tue, 25 Apr 2017 01:52:17 +0530 From: Franklin S Cooper Jr To: , , , , , Subject: [PATCH v2 3/4] ARM: keystone: Create new binding for K2G ICE evm Date: Mon, 24 Apr 2017 15:22:03 -0500 Message-ID: <20170424202204.24170-4-fcooper@ti.com> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20170424202204.24170-1-fcooper@ti.com> References: <20170424202204.24170-1-fcooper@ti.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20170424_132323_358635_99E89DDF X-CRM114-Status: UNSURE ( 5.93 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Franklin S Cooper Jr Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add a new binding for the new K2G Industrial Communication Engine evm. Signed-off-by: Franklin S Cooper Jr Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/keystone/keystone.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/keystone/keystone.txt b/Documentation/devicetree/bindings/arm/keystone/keystone.txt index 48f6703..f310bad 100644 --- a/Documentation/devicetree/bindings/arm/keystone/keystone.txt +++ b/Documentation/devicetree/bindings/arm/keystone/keystone.txt @@ -37,3 +37,6 @@ Boards: - K2G EVM compatible = "ti,k2g-evm", "ti,k2g", "ti-keystone" + +- K2G Industrial Communication Engine EVM + compatible = "ti,k2g-ice", "ti,k2g", "ti-keystone"