On Mon, Jun 29, 2020 at 07:13:26PM -0300, Fabio Estevam wrote: > 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 There's already a fix for this from Maxime which just removes the example as it doesn't add much value. > > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> > --- > 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 >