From patchwork Mon Nov 22 12:35:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?U2FtIFNoaWggKOWPsueiqeS4iSk=?= X-Patchwork-Id: 12631861 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2646EC433EF for ; Mon, 22 Nov 2021 12:51:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=xQuXkRt/BoyRaRxhDqH80TNdPtDOPem6+zCRf8nlU1I=; b=OHwWrXzyQqCTnX mF0d0Ap9Ycgymsgp6hL8dqnk6l+omcGfBqJ0/ayttiWf1pQPQ/sJMDSh+SWbDMu44IbX6zSRkJuad wRrnMmRxd5KL3mldN5UZJJDEaj7cO3d/R9yR/V/5ViBKUvNM8FS1KLCuK6ACtWiP0tValnxv3U/0S gyQuwKCP/DSV6fSVr56ev9ku8navAnJgnT4u7WXWVmeXkhBNxJF+YeVhkuxsSCAxINQBU0Otpa6bE cBS0Zi/dbcmmmuoR5JWeiQGruhGq5U/KTsnKeB03mW+72xbNFiH0nWQaswXU0IKma0eMlobB2H8+u sBbMJbxM42Ta2lZMRQHQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mp8nH-00GTze-3M; Mon, 22 Nov 2021 12:51:35 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mp8em-00GQVF-1q; Mon, 22 Nov 2021 12:42:49 +0000 X-UUID: 3262bab2e8df487f91196c6b9e0b64c4-20211122 X-UUID: 3262bab2e8df487f91196c6b9e0b64c4-20211122 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1206234206; Mon, 22 Nov 2021 05:42:42 -0700 Received: from mtkmbs10n2.mediatek.inc (172.21.101.183) by MTKMBS62N1.mediatek.inc (172.29.193.41) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 22 Nov 2021 04:35:58 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n2.mediatek.inc (172.21.101.183) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.3; Mon, 22 Nov 2021 20:35:57 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 22 Nov 2021 20:35:57 +0800 From: Sam Shih To: Matthias Brugger , Rob Herring , , , , CC: John Crispin , Ryder Lee , "Sam Shih" Subject: [PATCH v10 0/2] Mediatek MT7986 pinctrl support Date: Mon, 22 Nov 2021 20:35:50 +0800 Message-ID: <20211122123552.8218-1-sam.shih@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211122_044248_169996_CA8B190F X-CRM114-Status: GOOD ( 11.73 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org This patch series add pinctrl support for mediatek mt7986 SoC series. It is based on patch series "Add basic SoC support for mediatek mt7986" https://lore.kernel.org/all/20211122123222.8016-1-sam.shih@mediatek.com/ This patch series base on the following patches https://lore.kernel.org/all/20211022124036.5291-2-sam.shih@mediatek.com/ https://lore.kernel.org/all/20211022124036.5291-3-sam.shih@mediatek.com/ that have been applied to the pin control tree --- v10: used mt7986b.dtsi to include mt7986a.dtsi to reduce duplicate dts nodes v9: added Acked-by and Reviewed-by tag v8: fixed uart node in yaml dts example v7: separate pinctrl part into a single patch series According to the maintainer’s suggestion, this patch splits the previous thread into independent patch series. This patch include clock driver and device tree update Original thread: https://lore.kernel.org/all/20210914085137.31761-1-sam.shih@mediatek.com/ --- Sam Shih (2): arm64: dts: mediatek: add pinctrl support for mt7986a arm64: dts: mediatek: add pinctrl support for mt7986b arch/arm64/boot/dts/mediatek/Makefile | 1 + arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 20 ++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 21 ++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 29 ++++++++++++++++++++ arch/arm64/boot/dts/mediatek/mt7986b.dtsi | 12 ++++++++ 5 files changed, 83 insertions(+) create mode 100644 arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts create mode 100644 arch/arm64/boot/dts/mediatek/mt7986b.dtsi