.../devicetree/bindings/display/panel/panel-simple.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
The "data-mapping" property is in use already with the
"yes-optoelectronics,ytc700tlag-05-201c" panel, so allow it in the
schema.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
.../devicetree/bindings/display/panel/panel-simple.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index fc244fbb5a54..e4a5b30ccfc9 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -349,7 +349,9 @@ if:
properties:
compatible:
contains:
- const: innolux,g101ice-l01
+ enum:
+ - innolux,g101ice-l01
+ - yes-optoelectronics,ytc700tlag-05-201c
then:
properties:
data-mapping: false
--
2.51.0
Hi,
On Mon, 05 Jan 2026 13:32:19 -0600, Rob Herring (Arm) wrote:
> The "data-mapping" property is in use already with the
> "yes-optoelectronics,ytc700tlag-05-201c" panel, so allow it in the
> schema.
>
>
Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next)
[1/1] dt-bindings: display: panel-simple: Allow "data-mapping" for "yes-optoelectronics,ytc700tlag-05-201c"
https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/94ccf742309be5373314a865a7d6512b9665eae4
--
Neil
On 1/5/26 20:32, Rob Herring (Arm) wrote: > The "data-mapping" property is in use already with the > "yes-optoelectronics,ytc700tlag-05-201c" panel, so allow it in the > schema. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > .../devicetree/bindings/display/panel/panel-simple.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index fc244fbb5a54..e4a5b30ccfc9 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -349,7 +349,9 @@ if: > properties: > compatible: > contains: > - const: innolux,g101ice-l01 > + enum: > + - innolux,g101ice-l01 > + - yes-optoelectronics,ytc700tlag-05-201c > then: > properties: > data-mapping: false Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Thanks, Neil
© 2016 - 2026 Red Hat, Inc.