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>
This commit is contained in:
parent
963e65dbfd
commit
1368516948
1 changed files with 7 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue