diff options
| author | 2021-12-13 09:26:10 +0100 | |
|---|---|---|
| committer | 2022-01-29 22:24:25 +0100 | |
| commit | 136851694889a532ab17004d4c5f4e55304dc330 (patch) | |
| tree | aabeeebe77c96ef086343060846be26d5308f2fe | |
| parent | video: fbdev: sis: use swap() to make code cleaner (diff) | |
dt-bindings: simple-framebuffer: allow standalone compatible
Qualcomm platforms use "simple-framebuffer" without a more specific
compatible. Allow that in the binding doc.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Helge Deller <deller@gmx.de>
| -rw-r--r-- | Documentation/devicetree/bindings/display/simple-framebuffer.yaml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml index 44a29d813f14..27ba4323d221 100644 --- a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml +++ b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml @@ -52,11 +52,13 @@ description: |+ properties: compatible: - items: - - enum: - - apple,simple-framebuffer - - allwinner,simple-framebuffer - - amlogic,simple-framebuffer + oneOf: + - items: + - enum: + - apple,simple-framebuffer + - allwinner,simple-framebuffer + - amlogic,simple-framebuffer + - const: simple-framebuffer - const: simple-framebuffer reg: |
