From patchwork Wed Jun 16 01:15:49 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chun-Jie Chen X-Patchwork-Id: 12323637 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93886C48BE8 for ; Wed, 16 Jun 2021 01:20:00 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 62AD6610A0 for ; Wed, 16 Jun 2021 01:20:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 62AD6610A0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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=M9eLxjnNtA7/MNIxUyPltURj+xN0oJzjm3jeCluEkvA=; b=goHz7av3Vl9UWu xfhH3o9qOgEKojDiQua2yo0anHISI05P8eMvbS2yMO3InegCHTYZppij6paWBPsADJIEMJPozrpjS UFm0uJ8KN+uoDX2rRrYkfCD5DbWvtdFbYNrWDvHppk/Iqy7kcwsD50ZCVds6BKznVv6g86wH56VJq qa2U2iu0TdZ/PuFhS5uHzR+D1+G6x8+GREGrysn6NMegUmMy6xVVb4SEYLgm3y1NurNB9ct9C1T7L XF43d9nHWzRQ1YCkA261G7WjyCPYxO8wqh3r9w4/8Cr2t6Z2cWqiyARMBeR62B0oXBr/8vHUh+Ogs xU20Io0Rn7I7Mm/R3BoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltKBm-004L4t-0g; Wed, 16 Jun 2021 01:17:54 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltKBi-004L3m-Jc; Wed, 16 Jun 2021 01:17:52 +0000 X-UUID: 5ea9bb17eafc40d0978700be2bdcd940-20210615 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=KSi5YSUORaKRQWl4lD12saDg+BlnRwFnUDDP4aVQb9k=; b=FML/LqtHf48NeTkwTmqCJxBTbieHKraMm6XViCD9EGWtT38VG/hJB3mj6xxcl7Nh96ou1G89POOriTN/3PFWWs0cZFzGX7g5NVKfytDyxOrqcz4/AmZDzFeLrcNYZmRdKi9h45B40C8ALvHbnIqcBR+ExCVcOupXaOjx+nacs9M=; X-UUID: 5ea9bb17eafc40d0978700be2bdcd940-20210615 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1076249745; Tue, 15 Jun 2021 18:17:39 -0700 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 15 Jun 2021 18:17:37 -0700 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 16 Jun 2021 09:17:35 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 16 Jun 2021 09:17:35 +0800 From: Chun-Jie Chen To: Matthias Brugger , Rob Herring , Nicolas Boichat CC: , , , , , Subject: [PATCH v4 0/2] Add MediaTek MT8192 clock provider device nodes Date: Wed, 16 Jun 2021 09:15:49 +0800 Message-ID: <20210616011551.29654-1-chun-jie.chen@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-20210615_181750_998245_6B17821A X-CRM114-Status: UNSURE ( 8.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This series is based on v5.13-rc3 and depend on [1]. change since v3: - change functional clock to pure clock controller (depends on patch 3 in [1]) [1] https://patchwork.kernel.org/project/linux-mediatek/cover/20210616003643.28648-1-chun-jie.chen@mediatek.com/ Chun-Jie Chen (2): arm64: dts: mediatek: Add mt8192 clock controllers arm64: dts: mediatek: Correct UART0 bus clock of MT8192 arch/arm64/boot/dts/mediatek/mt8192.dtsi | 165 ++++++++++++++++++++++- 1 file changed, 164 insertions(+), 1 deletion(-) --- 2.18.0