[PATCH 5/7] dt-bindings: display: st7789v: Add the edt, et028013dma panel compatible
Miquel Raynal
miquel.raynal at bootlin.com
Fri Jun 9 14:59:49 UTC 2023
The ST7789V LCD controller is also embedded in the ET028013DMA panel. In
fact, "sitronix,st7789v" might not be totally relevant alone as most of
the time -if not all- the LCD controller will always be packaged into a
display with its own physical properties.
Let's keep "sitronix,st7789v" valid alone for backward compatibility,
but we should definitely provide two compatibles to fully describe such
panel, so let's expect to have both when describing a panel such as the
EDT ET028013DMA.
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
.../bindings/display/panel/sitronix,st7789v.yaml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
index d984b59daa4a..d4c8af9a973d 100644
--- a/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
+++ b/Documentation/devicetree/bindings/display/panel/sitronix,st7789v.yaml
@@ -15,7 +15,12 @@ allOf:
properties:
compatible:
- const: sitronix,st7789v
+ oneOf:
+ - items:
+ - enum:
+ - edt,et028013dma
+ - const: sitronix,st7789v
+ - const: sitronix,st7789v
reg: true
reset-gpios: true
--
2.34.1
More information about the dri-devel
mailing list