From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 672F73101DF; Tue, 23 Sep 2025 21:48:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758664116; cv=none; b=pPCaZiJF4AJQaCd5KXIpssD61TMyDHtVyQ6qE1iIKYZnUHGsKfsy4QcWOMeUucxW594eVrTdDtIbWeshH7OYIzTtJk3ZqVZ2K0WIYYto9TaNoCIyLkXMs2WVHDtfwPue4wHNIggN3GC/Os8I+8GU9KQDsuw4O7qGQAFDE+UNAEc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758664116; c=relaxed/simple; bh=ynSU1sjv/APhbJJAUkW92GPfKCAkcMDj27Y78DB5+JA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=DLEAptKn1blAZ14XCaG1/zINag3OEYY9yQFCarRjch0zZaLT91bD344H2sXHNb1vDQO/3G1kmD4xR+Y47rxVj1a2KTXO6hjhNtVC96fRekh/nnokIRu8NiMd/5DaHeMnueTV9nwvNILfGLO5ezpjQPQY0X2k9ZLSDLjIvX5Np7E= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gPtHV0im; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gPtHV0im" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B63F5C4CEF7; Tue, 23 Sep 2025 21:48:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1758664115; bh=ynSU1sjv/APhbJJAUkW92GPfKCAkcMDj27Y78DB5+JA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gPtHV0imNsUTP1wQzviVh4zQi3BxZ5/9R0MrNEIhtqcEaB/XUpHIKkKeRanyeehY0 ievQlqwU2fZZUxcrIHQrV7w6FvObgnmnDdd72mY1KwpPiDV5r/F0fQ9+ksRhi/Xr8F uWlhIVqm6YSkGT2vYircLvEly2pCXJIHPJF6FMjpkEzH1H2herK4Njygc3EfE0lrL3 ozpyW40XNqKw7fH7eq/7gsEIlJFf2Vr/ijD2RX5ii7SfLIKdyN2mPOP4BKWK/XqoB6 yAYE6NoqRCOrl51Qu9pWtpQJ6IvHxKM1uhTLUVw8OMgZxIgorvSJ1zgyjRohNZMKx1 8GX+dWpLaH69g== Date: Tue, 23 Sep 2025 16:48:34 -0500 From: Rob Herring To: Ariel D'Alessandro Cc: airlied@gmail.com, amergnat@baylibre.com, andrew+netdev@lunn.ch, andrew-ct.chen@mediatek.com, angelogioacchino.delregno@collabora.com, broonie@kernel.org, chunkuang.hu@kernel.org, conor+dt@kernel.org, davem@davemloft.net, dmitry.torokhov@gmail.com, edumazet@google.com, flora.fu@mediatek.com, heiko@sntech.de, houlong.wei@mediatek.com, jeesw@melfas.com, kernel@collabora.com, krzk+dt@kernel.org, kuba@kernel.org, lgirdwood@gmail.com, linus.walleij@linaro.org, louisalexis.eyraud@collabora.com, luiz.dentz@gmail.com, maarten.lankhorst@linux.intel.com, marcel@holtmann.org, matthias.bgg@gmail.com, mchehab@kernel.org, minghsiu.tsai@mediatek.com, mripard@kernel.org, p.zabel@pengutronix.de, pabeni@redhat.com, sean.wang@kernel.org, simona@ffwll.ch, support.opensource@diasemi.com, tiffany.lin@mediatek.com, tzimmermann@suse.de, yunfei.dong@mediatek.com, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-bluetooth@vger.kernel.org, linux-gpio@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-sound@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v2 00/12] MediaTek dt-bindings sanitization (MT8173) Message-ID: <20250923214834.GC91441-robh@kernel.org> References: <20250911151001.108744-1-ariel.dalessandro@collabora.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250911151001.108744-1-ariel.dalessandro@collabora.com> On Thu, Sep 11, 2025 at 12:09:49PM -0300, Ariel D'Alessandro wrote: > This patch series continues the effort to address Device Tree validation > warnings for MediaTek platforms, with a focus on MT8173. It follows the > initial cleanup series by Angelo [0]. > > Similarly to the ongoing MT8183 work done by Julien Massot, this patchset > eliminates several of the remaining warnings by improving or converting DT > bindings to YAML, adding missing properties, and updating device tree files > accordingly. > > [0] https://www.spinics.net/lists/kernel/msg5780177.html > > Changes in v2: > * Wrapped commit messages to 75 columns line wrap. > * Replaced "YAML" by "DT schema" in patches subject and content. > * mt8173-mdp: Fixed properties: compatible, clocks, iommus and > mediatek,vpu. > * mt8173-vpu: Fixed line wrap. Dropped memory-region property description. > * mediatek,mmsys: Dropped patch as it's not a binding issue. > * mediatek,od: Rewrote commit log with details on DT schema users missing > the related property. Rewrote mediatek,gce-client-reg property. > * mediatek,ufoe: Rewrote commit log with details on DT schema users missing > the related property. Rewrote mediatek,gce-client-reg property. > * marvell,sd8897-bt: Moved to net/bluetooth/. Added missing ref to > bluetooth-controller.yaml. Dropped example. Updated reference in another > file. Minor fixes in properties. > * mediatek,mt8173-rt5650: Dropped unnecessary quotes and unused label. > * dlg,da9211: Dropped enable-gpios description. Rewrote generic example > node names. Minor fixes in properties. > * melfas,mip4_ts: Dropped unnecessary quotes. Added "active high" to > ce-gpios property description. > * mediatek,jpeg: Dropped patch as it doesn't apply. > > Signed-off-by: Ariel D'Alessandro > > Ariel D'Alessandro (12): > dt-bindings: media: Convert MediaTek mt8173-mdp bindings to DT schema > dt-bindings: media: Convert MediaTek mt8173-vpu bindings to DT schema > dt-bindings: net: Convert Marvell 8897/8997 bindings to DT schema > dt-bindings: ASoC: Convert MediaTek RT5650 codecs bindings to DT > schema > dt-bindings: display: mediatek,od: Add mediatek,gce-client-reg > property > dt-bindings: display: mediatek,ufoe: Add mediatek,gce-client-reg > property > arm64: dts: mediatek: mt8173: Fix mt8173-pinctrl node names > dt-bindings: pinctrl: mt65xx: Allow gpio-line-names > dt-bindings: regulator: Convert Dialog DA9211 Regulators to DT schema > arm64: dts: mediatek: mt8173-elm: Drop unused bank supply > dt-bindings: soc: mediatek: pwrap: Add power-domains property > dt-bindings: input: Convert MELFAS MIP4 Touchscreen to DT schema As we're close to the merge window, I applied patches 2, 8, and 11. Rob