Re: [PATCH 04/19] dt-bindings: bridge: simple: Add corpro,gm7123 compatible
From: Maxime Ripard <hidden>
Date: 2021-01-18 21:35:38
Also in:
linux-devicetree
From: Maxime Ripard <hidden>
Date: 2021-01-18 21:35:38
Also in:
linux-devicetree
Hi Laurent, On Fri, Jan 15, 2021 at 09:16:30AM +0200, Laurent Pinchart wrote:
Thank you for the patch. On Thu, Jan 14, 2021 at 12:35:23PM +0100, Maxime Ripard wrote:quoted
The corpro,gm7123 was in use in a DT but was never properly documented, let's add it. Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Cc: Sam Ravnborg <redacted> Signed-off-by: Maxime Ripard <redacted> --- .../devicetree/bindings/display/bridge/simple-bridge.yaml | 4 ++++ 1 file changed, 4 insertions(+)diff --git a/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml b/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml index 64e8a1c24b40..97ca07b56cbc 100644 --- a/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml +++ b/Documentation/devicetree/bindings/display/bridge/simple-bridge.yaml@@ -22,6 +22,10 @@ properties: - ti,ths8134a - ti,ths8134b - const: ti,ths8134 + - items: + - const: corpro,gm7123 + - const: adi,adv7123Do we need adi,adv7123 ?
I'm not sure: it looks like having both the adv7123 and the dumb-vga-dac compatible was never an option, so we can also change the DT to have corpro,gm7123, dumb-vga-dac Would that work? Maxime