From patchwork Tue Nov 13 06:01:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vignesh Raghavendra X-Patchwork-Id: 10679731 Return-Path: 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 9372413B5 for ; Tue, 13 Nov 2018 06:01:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7EEDB2A3F9 for ; Tue, 13 Nov 2018 06:01:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 730552A41E; Tue, 13 Nov 2018 06:01:58 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 29A262A3F9 for ; Tue, 13 Nov 2018 06:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731614AbeKMP51 (ORCPT ); Tue, 13 Nov 2018 10:57:27 -0500 Received: from lelv0143.ext.ti.com ([198.47.23.248]:35610 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730755AbeKMP50 (ORCPT ); Tue, 13 Nov 2018 10:57:26 -0500 Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id wAD60PTI079103; Tue, 13 Nov 2018 00:00:25 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1542088825; bh=btyIrrrnMU7HQuds2fVhIXB19qa0WUEuo+QcKLP4YeA=; h=From:To:CC:Subject:Date; b=YLkeC/tmOOtpGxpd6CrsjmBt0zoE3qOVUYvbG+R2Hy0u3PwwRIRvDBW6GA4rWGYnT h+S6PCPXdSvkebKrqmjkWQL0wbdWdVJhb+7uSpyCubxYHVFC4qsBcxKJoqhNklYfSS 7uDiQ+5bcVB+KXwmOhAgymPZ5sTiEql1PRrNGpe8= Received: from DLEE103.ent.ti.com (dlee103.ent.ti.com [157.170.170.33]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id wAD60PEv007889 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 13 Nov 2018 00:00:25 -0600 Received: from DLEE106.ent.ti.com (157.170.170.36) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Tue, 13 Nov 2018 00:00:25 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Tue, 13 Nov 2018 00:00:24 -0600 Received: from a0132425.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id wAD60Lu7017811; Tue, 13 Nov 2018 00:00:22 -0600 From: Vignesh R To: Tero Kristo , Rob Herring CC: Nishanth Menon , Mark Rutland , , , , Vignesh R , , Linus Walleij , Tony Lindgren Subject: [PATCH v2 0/4] AM654: Add pinmux support Date: Tue, 13 Nov 2018 11:31:07 +0530 Message-ID: <20181113060111.16374-1-vigneshr@ti.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 Add pinmux definitions and pinctrl regions for AM654 SoCs and enable uart and i2c. v2: Add only minimum needed macros in dt-bindings include file New patches to illustrate pinmux using uart and i2c Tero Kristo (1): arm64: dts: ti: k3-am65: Add pinctrl regions Vignesh R (3): dt-bindings: pinctrl: k3: Introduce pinmux definitions arm64: dts: ti: am654-base-board: Add pinmux for main uart0 arm64: dts: ti: k3-am654-base-board: Add I2C nodes MAINTAINERS | 1 + arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 60 +++++++++++++ arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 11 +++ arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 19 ++++ arch/arm64/boot/dts/ti/k3-am65.dtsi | 7 ++ .../arm64/boot/dts/ti/k3-am654-base-board.dts | 86 +++++++++++++++++++ include/dt-bindings/pinctrl/k3.h | 35 ++++++++ 7 files changed, 219 insertions(+) create mode 100644 include/dt-bindings/pinctrl/k3.h