[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <175771595983.1528737.3645378655142592974.robh@kernel.org>
Date: Fri, 12 Sep 2025 17:37:52 -0500
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Ariel D'Alessandro <ariel.dalessandro@...labora.com>
Cc: luiz.dentz@...il.com, kuba@...nel.org, airlied@...il.com,
mripard@...nel.org, angelogioacchino.delregno@...labora.com,
linux-arm-kernel@...ts.infradead.org,
maarten.lankhorst@...ux.intel.com, tiffany.lin@...iatek.com,
houlong.wei@...iatek.com, minghsiu.tsai@...iatek.com,
lgirdwood@...il.com, louisalexis.eyraud@...labora.com,
linus.walleij@...aro.org, devicetree@...r.kernel.org,
linux-input@...r.kernel.org, yunfei.dong@...iatek.com,
edumazet@...gle.com, linux-bluetooth@...r.kernel.org,
tzimmermann@...e.de, broonie@...nel.org, andrew+netdev@...n.ch,
kernel@...labora.com, chunkuang.hu@...nel.org,
amergnat@...libre.com, conor+dt@...nel.org, matthias.bgg@...il.com,
support.opensource@...semi.com, linux-rockchip@...ts.infradead.org,
davem@...emloft.net, andrew-ct.chen@...iatek.com,
krzk+dt@...nel.org, p.zabel@...gutronix.de, sean.wang@...nel.org,
linux-kernel@...r.kernel.org, simona@...ll.ch,
linux-mediatek@...ts.infradead.org, marcel@...tmann.org,
dmitry.torokhov@...il.com, dri-devel@...ts.freedesktop.org,
pabeni@...hat.com, jeesw@...fas.com, mchehab@...nel.org,
linux-media@...r.kernel.org, flora.fu@...iatek.com,
linux-gpio@...r.kernel.org, heiko@...ech.de,
linux-sound@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH v2 05/12] dt-bindings: display: mediatek,od: Add
mediatek,gce-client-reg property
On Thu, 11 Sep 2025 12:09:54 -0300, Ariel D'Alessandro wrote:
> Currently, users of Mediatek OD (display overdrive) DT bindings set
> mediatek,gce-client-reg node property, which is missing from the DT schema.
>
> For example, device tree arch/arm64/boot/dts/mediatek/mt8173.dtsi is
> causing the following dtb check error:
>
> ```
> $ make CHECK_DTBS=y mediatek/mt8173-elm.dtb
> SCHEMA Documentation/devicetree/bindings/processed-schema.json
> DTC [C] arch/arm64/boot/dts/mediatek/mt8173-elm.dtb
> [...]
> arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: od@...23000
> (mediatek,mt8173-disp-od): 'mediatek,gce-client-reg' does not match
> any of the regexes: '^pinctrl-[0-9]+$'
> ```
>
> This commit adds the missing node property in the DT schema and updates the
> example as well.
>
> Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@...labora.com>
> ---
> .../bindings/display/mediatek/mediatek,od.yaml | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
I fixed up the commit msg with Krzysztof's comments and applied both
display patches. Thanks!
Rob
Powered by blists - more mailing lists