Message ID | 1541567060-5671-1-git-send-email-j-keerthy@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-omap-owner@kernel.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 506AE15E9 for <patchwork-linux-omap@patchwork.kernel.org>; Wed, 7 Nov 2018 05:04:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3F1F529010 for <patchwork-linux-omap@patchwork.kernel.org>; Wed, 7 Nov 2018 05:04:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 305E6292BC; Wed, 7 Nov 2018 05:04:52 +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=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI 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 5B0DA29010 for <patchwork-linux-omap@patchwork.kernel.org>; Wed, 7 Nov 2018 05:04:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730603AbeKGOdc (ORCPT <rfc822;patchwork-linux-omap@patchwork.kernel.org>); Wed, 7 Nov 2018 09:33:32 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:59450 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730386AbeKGOdc (ORCPT <rfc822;linux-omap@vger.kernel.org>); Wed, 7 Nov 2018 09:33:32 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id wA754g5u041514; Tue, 6 Nov 2018 23:04:42 -0600 Received: from DLEE100.ent.ti.com (dlee100.ent.ti.com [157.170.170.30]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wA754gvI114122 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 6 Nov 2018 23:04:42 -0600 Received: from DLEE110.ent.ti.com (157.170.170.21) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Tue, 6 Nov 2018 23:04:41 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Tue, 6 Nov 2018 23:04:41 -0600 Received: from ula0393675.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id wA754djX014128; Tue, 6 Nov 2018 23:04:39 -0600 From: Keerthy <j-keerthy@ti.com> To: <tony@atomide.com> CC: <robh+dt@kernel.org>, <mark.rutland@arm.com>, <linux-omap@vger.kernel.org>, <devicetree@vger.kernel.org>, <d-gerlach@ti.com>, <t-kristo@ti.com>, <j-keerthy@ti.com> Subject: [PATCH 0/6] ARM: dts: am437x-gp-evm: Add pinctrl nodes Date: Wed, 7 Nov 2018 10:34:14 +0530 Message-ID: <1541567060-5671-1-git-send-email-j-keerthy@ti.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: <linux-omap.vger.kernel.org> X-Mailing-List: linux-omap@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
ARM: dts: am437x-gp-evm: Add pinctrl nodes
|
expand
|
* Keerthy <j-keerthy@ti.com> [181106 21:04]: > The series adds pinctrl nodes for unused, debug, vtt, beeper > pins. > > Tested on am437x-gp-evm for DS0. Applying into omap-for-v4.21/dt thanks. Tony