From patchwork Tue Jul 18 19:54:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lokesh Vutla X-Patchwork-Id: 9849389 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 8E6D3602A7 for ; Tue, 18 Jul 2017 19:55:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 72D331FFCA for ; Tue, 18 Jul 2017 19:55:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 67C121FFDB; Tue, 18 Jul 2017 19:55:15 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A44E720090 for ; Tue, 18 Jul 2017 19:55:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751815AbdGRTzM (ORCPT ); Tue, 18 Jul 2017 15:55:12 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:19680 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751513AbdGRTzJ (ORCPT ); Tue, 18 Jul 2017 15:55:09 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v6IJt59U001372; Tue, 18 Jul 2017 14:55:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1500407705; bh=m2w3okmZex4zih6zuN1LutHUWPdFxPrMItBxKASbFjM=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=VqrEzB/0SapL+xFmiU4pDJCNmbfr6VP4+gNR36W79EJR/QrGaRtLFUZoSDnD4tXZX RFx0BdpZQ5rpaGIYWCS/dDYcj8LqIitWVWMPagghzqW6lQ/mPJZN4CUs7nhvB7Lr5Z JERLhLENT2IyIroVqFlwd6LMrEtHXuH3e7PRyGzU= Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v6IJt5YS007497; Tue, 18 Jul 2017 14:55:05 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Tue, 18 Jul 2017 14:55:05 -0500 Received: from a0131933vb.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v6IJt5YD004344; Tue, 18 Jul 2017 14:55:05 -0500 From: Lokesh Vutla To: Tony Lindgren , Linux OMAP Mailing List CC: Tero Kristo , Sekhar Nori , Device Tree Mailing List , Rob Herring , Vignesh R , Keerthy , Praneeth Bajjuri , Lokesh Vutla Subject: [PATCH 1/8] ARM: OMAP2+: board-generic: add support for dra76x family Date: Wed, 19 Jul 2017 01:24:56 +0530 Message-ID: <20170718195503.1700-2-lokeshvutla@ti.com> X-Mailer: git-send-email 2.13.0 In-Reply-To: <20170718195503.1700-1-lokeshvutla@ti.com> References: <20170718195503.1700-1-lokeshvutla@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Adding board generic support for dra76 family. Signed-off-by: Lokesh Vutla --- Documentation/devicetree/bindings/arm/omap/omap.txt | 3 +++ arch/arm/mach-omap2/board-generic.c | 1 + 2 files changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index 8219b2c6bb29..ffe02755a285 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -80,6 +80,9 @@ SoCs: - OMAP5432 compatible = "ti,omap5432", "ti,omap5" +- DRA762 + compatible = "ti,dra76", "ti,dra7" + - DRA742 compatible = "ti,dra742", "ti,dra74", "ti,dra7" diff --git a/arch/arm/mach-omap2/board-generic.c b/arch/arm/mach-omap2/board-generic.c index dc9e34e670a2..e5d9d769a76e 100644 --- a/arch/arm/mach-omap2/board-generic.c +++ b/arch/arm/mach-omap2/board-generic.c @@ -312,6 +312,7 @@ MACHINE_END #ifdef CONFIG_SOC_DRA7XX static const char *const dra74x_boards_compat[] __initconst = { + "ti,dra76", "ti,am5728", "ti,am5726", "ti,dra742",