On Mon, Jan 27, 2025 at 09:46:04AM +0800, Langyan Ye wrote: > Add a new compatible for the panel CSOT PNA957QT1-1. This panel > uses HX83102 IC, so add the compatible to the hx83102 binding files. > > Signed-off-by: Langyan Ye <yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> > --- > .../devicetree/bindings/display/panel/himax,hx83102.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml > index c649fb085833..d876269e1fac 100644 > --- a/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml > +++ b/Documentation/devicetree/bindings/display/panel/himax,hx83102.yaml > @@ -18,6 +18,8 @@ properties: > - enum: > # Boe nv110wum-l60 11.0" WUXGA TFT LCD panel > - boe,nv110wum-l60 > + # CSOT pna957qt1-1 10.95" WUXGA TFT LCD panel > + - csot,pna957qt1-1 You need to add such vendor prefix first. It does not look like you tested the DTS against bindings. Please run 'make dtbs_check W=1' (see Documentation/devicetree/bindings/writing-schema.rst or https://www.linaro.org/blog/tips-and-tricks-for-validating-devicetree-sources-with-the-devicetree-schema/ 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. Point us to your DTS so we can validate that you really tested it. Best regards, Krzysztof