From patchwork Fri Apr 8 10:41:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Allen-KH Cheng X-Patchwork-Id: 12806418 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 C735DC433EF for ; Fri, 8 Apr 2022 10:42:39 +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=In6wr84B/LmhanmipUxQXtBwlJTcNfPwAHItoFsR6fA=; b=J3+RT35fwEhOno H/5CVVABN4PK7Svs6bbm621P8FP4b+FF/nmX+D6wbSmQPQ+/EB/Eh/jQT3DoozAnUBnLu4sWvz4BP wbbsSVT30SQVOyNYIdYGD6XjkOz1xTepNWAcjrdJNTdsSCwQqlorXTKQIh9E0jjGJJwk/4EwKDK6O FfwnLJ7Fa/i/bb0lVvCKmd+KZjd0W0h/Stehoa11qa7Sy9Ug38kvVaSVfQp0RyIlh6hOGMePty1Tb tjfnvwqVObAl8o2RXkZOwHUeEetLHrg6nlHFa4g3vvSAuQ9O47Ttws+XrCCFF6LiAs2+ZyskH3X+h qplQXRBCaJhL5YDaLkCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ncm3j-00GQJ8-D0; Fri, 08 Apr 2022 10:41:43 +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 1ncm3f-00GQGw-K2; Fri, 08 Apr 2022 10:41:40 +0000 X-UUID: ce5e5235cf59488daaed21cd61f08eb8-20220408 X-UUID: ce5e5235cf59488daaed21cd61f08eb8-20220408 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 558230993; Fri, 08 Apr 2022 03:41:29 -0700 Received: from mtkmbs10n1.mediatek.inc (172.21.101.34) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Fri, 8 Apr 2022 03:41:27 -0700 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Fri, 8 Apr 2022 18:41:26 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Fri, 8 Apr 2022 18:41:26 +0800 From: Allen-KH Cheng To: Matthias Brugger , Rob Herring , Krzysztof Kozlowski CC: , , , , , Chen-Yu Tsai , Ryder Lee , "Hui Liu" , Allen-KH Cheng Subject: [PATCH 0/1] arm64: dts: mt8192: Add vcodec lat and core nodes Date: Fri, 8 Apr 2022 18:41:23 +0800 Message-ID: <20220408104124.31395-1-allen-kh.cheng@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-20220408_034139_686751_AC2D14B2 X-CRM114-Status: UNSURE ( 8.52 ) 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 Take vcodec lat and core nodes patch from series 20220330133816.30806-1-allen-kh.cheng@mediatek.com/ This patch is based on matthias.bgg/linux.git, v5.18-next/dts64 We add vcodec lat and core nodes for cell sizes of 2 cells for "dt-bindings: media: mediatek,vcodec: Fix addressing cell sizes, commit a50e431bbc6". change history from previous series, - remove the comment - vcodec: correct the clk names (remove vdec- prefix) - vcodec: use ranges for regs of subnodes - vcodec lat and core: use '-' instead of '_' in the node name, fix indentation and set mtk-vcodec-lat and mtk-vcodec-core as subnodes of vcodec-dec Allen-KH Cheng (1): arm64: dts: mt8192: Add vcodec lat and core nodes arch/arm64/boot/dts/mediatek/mt8192.dtsi | 60 ++++++++++++++++++++++++ 1 file changed, 60 insertions(+)