Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4913aee authored by Maxime Ripard's avatar Maxime Ripard Committed by Rob Herring
Browse files

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: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 5b19b6c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;