On Tue, Jun 23, 2026 at 03:57:53PM +0200, Luca Leonardo Scorcia wrote: > The HDMI CEC driver for both mt7623 and mt8167 is actually the same as > mt8173-cec and the mt7623n.dtsi board include file already uses mt8173-cec > compatible as a fallback, but the documentation lists them as separate > entries. Correct the binding by adding the correct fallback. > > This change fixes a dtbs_check error.
which one? here you paste it (can be trimmed a bit) > > Signed-off-by: Luca Leonardo Scorcia <[email protected]> > --- > .../bindings/display/mediatek/mediatek,cec.yaml | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > > diff --git > a/Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > b/Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > index 080cf321209e..4d741ba415e8 100644 > --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,cec.yaml > @@ -15,10 +15,13 @@ description: | > > properties: > compatible: > - enum: > - - mediatek,mt7623-cec > - - mediatek,mt8167-cec > - - mediatek,mt8173-cec > + oneOf: > + - const: mediatek,mt8173-cec > + - items: > + - enum: "This change fixes a dtbs_check error." ... and introduces new other errors, so error count stays the same. Not great. It does not look like you tested the bindings, at least after quick look. Please run 'make dt_binding_check' (see Documentation/devicetree/bindings/writing-schema.rst for instructions). Maybe you need to update your dtschema and yamllint. Don't rely on distro packages for dtschema and be sure you are using the latest released dtschema. Best regards, Krzysztof
