public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: display: vc4: dpi: Remove unneeded 'simple-panel' property
@ 2020-06-29 22:13 Fabio Estevam
  2020-06-29 22:13 ` [PATCH 2/2] dt-bindings: display: vc4: dpi: Pass the required 'power-supply' prorperty Fabio Estevam
  2020-06-30  2:04 ` [PATCH 1/2] dt-bindings: display: vc4: dpi: Remove unneeded 'simple-panel' property Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-06-29 22:13 UTC (permalink / raw)
  To: maxime; +Cc: eric, robh+dt, devicetree, Fabio Estevam

Remove the unneeded "simple-panel" property to fix the following warning
seen with 'make dt_binding_check': 

Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.example.dt.yaml: panel: compatible: Additional items are not allowed ('simple-panel' was unexpected)
Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.example.dt.yaml: panel: compatible: ['ontat,yx700wv03', 'simple-panel'] is too long

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml b/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
index 58213c564e03..24119411b007 100644
--- a/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
+++ b/Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
@@ -46,7 +46,7 @@ examples:
     #include <dt-bindings/clock/bcm2835.h>
 
     panel: panel {
-        compatible = "ontat,yx700wv03", "simple-panel";
+        compatible = "ontat,yx700wv03";
 
         port {
             panel_in: endpoint {
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-30  2:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-29 22:13 [PATCH 1/2] dt-bindings: display: vc4: dpi: Remove unneeded 'simple-panel' property Fabio Estevam
2020-06-29 22:13 ` [PATCH 2/2] dt-bindings: display: vc4: dpi: Pass the required 'power-supply' prorperty Fabio Estevam
2020-06-30  2:04 ` [PATCH 1/2] dt-bindings: display: vc4: dpi: Remove unneeded 'simple-panel' property Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox