Skip to content

Commit

Permalink
dt-bindings: display: vc4: dpi: Fix panel warning
Browse files Browse the repository at this point in the history
The example used in the DPI binding before the conversion to YAML had a
simple-panel example that got carried over to the YAML binding.

However, that example doesn't match the simple-panel binding and results in
validation errors. Since it's only marginally helpful, let's remove that
part of the example entirely.

Fixes: 0945360 ("dt-bindings: display: Convert VC4 bindings to schemas")
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20200626121131.127192-1-maxime@cerno.tech
  • Loading branch information
Maxime Ripard committed Jun 30, 2020
1 parent 1a6922e commit e9d636a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ examples:
- |
#include <dt-bindings/clock/bcm2835.h>
panel: panel {
compatible = "ontat,yx700wv03", "simple-panel";
port {
panel_in: endpoint {
remote-endpoint = <&dpi_out>;
};
};
};
dpi: dpi@7e208000 {
compatible = "brcm,bcm2835-dpi";
reg = <0x7e208000 0x8c>;
Expand Down

0 comments on commit e9d636a

Please sign in to comment.