Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: vc4: dpi: Fix panel warning

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: 094536003e06 ("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

-10
-10
Documentation/devicetree/bindings/display/brcm,bcm2835-dpi.yaml
··· 45 45 - | 46 46 #include <dt-bindings/clock/bcm2835.h> 47 47 48 - panel: panel { 49 - compatible = "ontat,yx700wv03", "simple-panel"; 50 - 51 - port { 52 - panel_in: endpoint { 53 - remote-endpoint = <&dpi_out>; 54 - }; 55 - }; 56 - }; 57 - 58 48 dpi: dpi@7e208000 { 59 49 compatible = "brcm,bcm2835-dpi"; 60 50 reg = <0x7e208000 0x8c>;