dt-bindings: display: Fix simple-framebuffer example

The simple-framebuffer binding has a compatible that isn't one of the valid
options. Since an Allwinner pipeline is being described, let's add the
matching compatible.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Maxime Ripard 2019-07-03 11:55:10 +02:00 committed by Rob Herring
parent 5b19b6c31c
commit f4913aeed7
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ examples:
#size-cells = <1>;
stdout-path = "display0";
framebuffer0: framebuffer@1d385000 {
compatible = "simple-framebuffer";
compatible = "allwinner,simple-framebuffer", "simple-framebuffer";
reg = <0x1d385000 3840000>;
width = <1600>;
height = <1200>;