From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 82AB2C4332F for ; Mon, 30 Oct 2023 09:50:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232882AbjJ3JuZ (ORCPT ); Mon, 30 Oct 2023 05:50:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232515AbjJ3Jtm (ORCPT ); Mon, 30 Oct 2023 05:49:42 -0400 Received: from mailgw01.mediatek.com (unknown [60.244.123.138]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D603010C6; Mon, 30 Oct 2023 02:48:47 -0700 (PDT) X-UUID: 82cc5748770911eea33bb35ae8d461a2-20231030 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=qlsxU4ZooKcN6eVk2EdmfuYn54VZr8B5QvuOjrY8Ego=; b=OpaTu8zA/MLhv4Yko5W6dUUtMjb+f+XMWNIz9ay6iIX/F9nrKPJ8EtLx8VrsAcLDo7rDCm4aUcnMhhhvxfT7gDqErM1Mr8D8iJTCuOm+mVvgIFK9X8lqUeOkvzgKTafPOrM4al7mFrJXeQ0YC8ZBgJreGw93sN5EnnvQVnbgAqU=; X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.32,REQID:1cb61265-ce68-4c1d-9bb2-ba695e02825d,IP:0,U RL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,BULK:0,RULE:Release_Ham,ACTION :release,TS:-5 X-CID-META: VersionHash:5f78ec9,CLOUDID:3ceeeefb-4a48-46e2-b946-12f04f20af8c,B ulkID:nil,BulkQuantity:0,Recheck:0,SF:102,TC:nil,Content:0,EDM:-3,IP:nil,U RL:1,File:nil,Bulk:nil,QS:nil,BEC:nil,COL:0,OSI:0,OSA:0,AV:0,LES:1,SPR:NO, DKR:0,DKP:0,BRR:0,BRE:0 X-CID-BVR: 0,NGT X-CID-BAS: 0,NGT,0,_ X-CID-FACTOR: TF_CID_SPAM_SNR,TF_CID_SPAM_ULS X-UUID: 82cc5748770911eea33bb35ae8d461a2-20231030 Received: from mtkmbs13n2.mediatek.inc [(172.21.101.108)] by mailgw01.mediatek.com (envelope-from ) (Generic MTA with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 1891174666; Mon, 30 Oct 2023 17:48:42 +0800 Received: from mtkmbs13n1.mediatek.inc (172.21.101.193) by mtkmbs13n2.mediatek.inc (172.21.101.108) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.26; Mon, 30 Oct 2023 17:48:41 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkmbs13n1.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.2.1118.26 via Frontend Transport; Mon, 30 Oct 2023 17:48:41 +0800 From: Moudy Ho To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno CC: "Nancy . Lin" , , , , , Moudy Ho Subject: [PATCH v8 0/3] Add support for MT8195 MDP3 Date: Mon, 30 Oct 2023 17:48:37 +0800 Message-ID: <20231030094840.2479-1-moudy.ho@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Changes since v7: - Rebase on linux-next. - To align with the display naming conventions, change the compatible name of padding from 'mediatek,mt8195-mdp3-pad' to 'mediatek,mt8195-mdp3-padding'. Changes since v6: - Rebase on v6.6-rc5. - Add SoC-specific compatible string to the nodes inherited from MT8183, such as RSZ and WROT. - Add required property to PAD (padding) for its integration into the existing binding under display folder. - Add patch to standardiized DMA related node names, such as VDOSYS RDMA. Changes since v5: - Rebase on v6.6-rc2 - Add the required property - interrupts in components AAL, COLOR and OVL. Hi, The purpose of this patch is to separate the MDP3-related dtsi from the original mailing list mentioned below: https://lore.kernel.org/all/20230912075805.11432-2-moudy.ho@mediatek.com/ Introducing more components for MDP3 in MT8195. Moudy Ho (3): arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes arm64: dts: mediatek: mt8195: revise VDOSYS RDMA node name arm64: dts: mediatek: mt8195: add MDP3 nodes arch/arm64/boot/dts/mediatek/mt8183.dtsi | 6 +- arch/arm64/boot/dts/mediatek/mt8195.dtsi | 416 ++++++++++++++++++++++- 2 files changed, 412 insertions(+), 10 deletions(-) -- 2.18.0