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 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 F020ACCF9E0 for ; Fri, 24 Oct 2025 13:17:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=z97N0nvig8VQv1fl07JtA/y5utH7Z66UA6NeoFpj+7Y=; b=2xkH5Axgz6yS0kUWm4E4L51iyT usorz29OML0wZVOSbbwedymEaBPXzNUmidLMjbwxsIGSWc1968xmutCwCUWi4OGx3VxMf8bF+S6f7 UvFSZlbtVVpCFd8bQ5CCDVD1bK8WadjS+FTyKp544dDi64BzbAXpmB1WS75v60dzU3xtlnzIiEpI/ yARWS1OBL5G+j+AQ2dK4YJhbP9wKsthkUt5XgWRodS9182uI/XFdMM3BInRl28UARfnTEb3xlHvPc 7n5qF7kRVYhdTan7CVsZRNrP6SZzbJ4st/aHqeMO4mpMng1X6Y3SdM9p7uXJ150XCHCPjQWqvAtKf JxA74Wbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vCHfO-00000009VeU-3vbO; Fri, 24 Oct 2025 13:17:14 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vCHfM-00000009Vdg-40M1; Fri, 24 Oct 2025 13:17:13 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 5F90960496; Fri, 24 Oct 2025 13:17:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA46BC4CEF1; Fri, 24 Oct 2025 13:17:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761311832; bh=A2BnR2YHSryVqsKA9P+YQyFmh/9l8BRKmmWfe/NlsaE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aZtXvucm/CfsW7ZEu9pDdtzSjZjO5nS5yODdFkvQeRrlKFUKNtzshAe7d0sflUwTy wmMAsC3Q/5aspelec9kXuFJC8WY8P1zDgKS8uNTWZFIKGPBatu1IjmhEt6oBILk1cu CR1ZubmRc6Frirymaa1FDOREXiQXlH/67KI4Iyt+UF7e6Ay0F0H1I4VOyM2kkMGCzX WIYBVY7gi5SQdBo4v/6kTn5ut0Siw6V84sdLKa6GnP9W/SF3RPT2v6d8yKkgseEn3L QUyeXJxcDbLwlwse1OvnqYF/2F5ThD7UID+ak3DWfxbhkw0G2MIh8AH6gsXb93oDLq 4yeu1u+XB2H4Q== Date: Fri, 24 Oct 2025 08:17:10 -0500 From: Rob Herring To: Ariel D'Alessandro Cc: andrew-ct.chen@mediatek.com, angelogioacchino.delregno@collabora.com, conor+dt@kernel.org, houlong.wei@mediatek.com, krzk+dt@kernel.org, matthias.bgg@gmail.com, mchehab@kernel.org, minghsiu.tsai@mediatek.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH v3] dt-bindings: media: Convert MediaTek mt8173-mdp bindings to DT schema Message-ID: <20251024131710.GA1563195-robh@kernel.org> References: <20251001183115.83111-1-ariel.dalessandro@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20251001183115.83111-1-ariel.dalessandro@collabora.com> 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 On Wed, Oct 01, 2025 at 03:31:15PM -0300, Ariel D'Alessandro wrote: > Convert the existing text-based DT bindings for MediaTek MT8173 Media Data > Path to a DT schema. > > Signed-off-by: Ariel D'Alessandro > Reviewed-by: AngeloGioacchino Del Regno > --- > .../bindings/media/mediatek,mt8173-mdp.yaml | 169 ++++++++++++++++++ > .../bindings/media/mediatek-mdp.txt | 96 ---------- > 2 files changed, 169 insertions(+), 96 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/mediatek,mt8173-mdp.yaml > delete mode 100644 Documentation/devicetree/bindings/media/mediatek-mdp.txt Since the media folks haven't picked this up yet, I applied it. I hope to see some more Mediatek fixes this cycle. Rob