[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175571287488.265851.15813545781419111729.robh@kernel.org>
Date: Wed, 20 Aug 2025 13:57:03 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ariel D'Alessandro <ariel.dalessandro@...labora.com>
Cc: linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
jmassot@...labora.com, amergnat@...libre.com, chunkuang.hu@...nel.org,
mchehab@...nel.org, conor+dt@...nel.org, support.opensource@...semi.com,
maarten.lankhorst@...ux.intel.com, angelogioacchino.delregno@...labora.com,
linux-arm-kernel@...ts.infradead.org, kernel@...labora.com,
airlied@...il.com, davem@...emloft.net, mripard@...nel.org,
andrew+netdev@...n.ch, krzk+dt@...nel.org, linus.walleij@...aro.org,
tiffany.lin@...iatek.com, linux-media@...r.kernel.org,
linux-input@...r.kernel.org, yunfei.dong@...iatek.com, kuba@...nel.org,
kyrie.wu@...iatek.corp-partner.google.com, sean.wang@...nel.org,
dri-devel@...ts.freedesktop.org, edumazet@...gle.com, flora.fu@...iatek.com,
minghsiu.tsai@...iatek.com, dmitry.torokhov@...il.com, jeesw@...fas.com,
linux-clk@...r.kernel.org, louisalexis.eyraud@...labora.com,
andrew-ct.chen@...iatek.com, p.zabel@...gutronix.de,
devicetree@...r.kernel.org, matthias.bgg@...il.com, ck.hu@...iatek.com,
broonie@...nel.org, linux-gpio@...r.kernel.org, pabeni@...hat.com,
lgirdwood@...il.com, simona@...ll.ch, linux-mediatek@...ts.infradead.org,
houlong.wei@...iatek.com, linux-sound@...r.kernel.org, tzimmermann@...e.de
Subject: Re: [PATCH v1 00/14] MediaTek dt-bindings sanitization (MT8173)
On Wed, 20 Aug 2025 14:12:48 -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 (https://www.spinics.net/lists/kernel/msg5780177.html)
>
> 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.
>
> Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@...labora.com>
>
> Ariel D'Alessandro (14):
> media: dt-bindings: Convert MediaTek mt8173-mdp bindings to YAML
> media: dt-bindings: Convert MediaTek mt8173-vpu bindings to YAML
> dt-bindings: arm: mediatek: mmsys: Add assigned-clocks/rates
> properties
> net: dt-bindings: Convert Marvell 8897/8997 bindings to YAML
> sound: dt-bindings: Convert MediaTek RT5650 codecs bindings to YAML
> 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: mediatek,mt65xx-pinctrl: Allow gpio-line-names
> regulator: dt-bindings: Convert Dialog Semiconductor DA9211 Regulators
> to YAML
> arm64: dts: mediatek: mt8173-elm: Drop unused bank supply
> dt-bindings: soc: mediatek: pwrap: Add power-domains property
> dt-bindings: input/touchscreen: Convert MELFAS MIP4 Touchscreen to
> YAML
> dt-bindings: media: mediatek,jpeg: Fix jpeg encoder/decoder ranges
>
> .../bindings/arm/mediatek/mediatek,mmsys.yaml | 9 +
> .../display/mediatek/mediatek,od.yaml | 10 +
> .../display/mediatek/mediatek,ufoe.yaml | 11 +
> .../input/touchscreen/melfas,mip4_ts.yaml | 55 +++++
> .../input/touchscreen/melfas_mip4.txt | 20 --
> .../bindings/media/mediatek,mt8173-mdp.yaml | 174 +++++++++++++++
> .../bindings/media/mediatek,mt8173-vpu.yaml | 76 +++++++
> .../media/mediatek,mt8195-jpegdec.yaml | 31 +--
> .../media/mediatek,mt8195-jpegenc.yaml | 15 +-
> .../bindings/media/mediatek-mdp.txt | 95 --------
> .../bindings/media/mediatek-vpu.txt | 31 ---
> .../bindings/net/marvell,sd8897-bt.yaml | 91 ++++++++
> .../bindings/net/marvell-bt-8xxx.txt | 83 -------
> .../pinctrl/mediatek,mt65xx-pinctrl.yaml | 2 +
> .../devicetree/bindings/regulator/da9211.txt | 205 ------------------
> .../bindings/regulator/dlg,da9211.yaml | 104 +++++++++
> .../bindings/soc/mediatek/mediatek,pwrap.yaml | 15 ++
> .../sound/mediatek,mt8173-rt5650.yaml | 73 +++++++
> .../bindings/sound/mt8173-rt5650.txt | 31 ---
> .../boot/dts/mediatek/mt8173-elm-hana.dtsi | 2 +-
> arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 31 ++-
> arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 14 +-
> arch/arm64/boot/dts/mediatek/mt8173.dtsi | 14 +-
> 23 files changed, 672 insertions(+), 520 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas,mip4_ts.yaml
> delete mode 100644 Documentation/devicetree/bindings/input/touchscreen/melfas_mip4.txt
> create mode 100644 Documentation/devicetree/bindings/media/mediatek,mt8173-mdp.yaml
> create mode 100644 Documentation/devicetree/bindings/media/mediatek,mt8173-vpu.yaml
> delete mode 100644 Documentation/devicetree/bindings/media/mediatek-mdp.txt
> delete mode 100644 Documentation/devicetree/bindings/media/mediatek-vpu.txt
> create mode 100644 Documentation/devicetree/bindings/net/marvell,sd8897-bt.yaml
> delete mode 100644 Documentation/devicetree/bindings/net/marvell-bt-8xxx.txt
> delete mode 100644 Documentation/devicetree/bindings/regulator/da9211.txt
> create mode 100644 Documentation/devicetree/bindings/regulator/dlg,da9211.yaml
> create mode 100644 Documentation/devicetree/bindings/sound/mediatek,mt8173-rt5650.yaml
> delete mode 100644 Documentation/devicetree/bindings/sound/mt8173-rt5650.txt
>
> --
> 2.50.1
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: attempting to guess base-commit...
Base: tags/next-20250820 (exact match)
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/mediatek/' for 20250820171302.324142-1-ariel.dalessandro@...labora.com:
arch/arm64/boot/dts/mediatek/mt8173-evb.dtb: da9211@68 (dlg,da9211): 'oneOf' conditional failed, one must be fixed:
'interrupts' is a required property
'interrupts-extended' is a required property
from schema $id: http://devicetree.org/schemas/regulator/dlg,da9211.yaml#
arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r2.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r2.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8395-kontron-3-5-sbc-i1200.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8395-kontron-3-5-sbc-i1200.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8195-demo.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8195-demo.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8195-evb.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8195-evb.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-dojo-r1.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-dojo-r1.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8183-kukui-katsu-sku32.dtb: pinctrl@...05000 (mediatek,mt8183-pinctrl): mmc1-pins-uhs:pins-clk:mediatek,pull-down-adv: 10 is not one of [0, 1, 2, 3]
from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt8183-pinctrl.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r3.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r3.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r1.dtb: jpgdec-master (mediatek,mt8195-jpgdec): 'jpgdec@...40000', 'jpgdec@...50000', 'jpgdec@...40000' do not match any of the regexes: '^jpgdec@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegdec.yaml#
arch/arm64/boot/dts/mediatek/mt8195-cherry-tomato-r1.dtb: jpgenc-master (mediatek,mt8195-jpgenc): 'jpgenc@...30000', 'jpgenc@...30000' do not match any of the regexes: '^jpgenc@[0-9],[0-9a-f]+$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/media/mediatek,mt8195-jpegenc.yaml#
Powered by blists - more mailing lists