From: Luca Weiss Date: Mon, 13 Dec 2021 08:26:10 +0000 (+0100) Subject: dt-bindings: simple-framebuffer: allow standalone compatible X-Git-Tag: v6.6.17~7949^2~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=136851694889a532ab17004d4c5f4e55304dc330;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Rob Herring Signed-off-by: Helge Deller --- diff --git a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml b/Documentation/devicetree/bindings/display/simple-framebuffer.yaml index 44a29d8..27ba432 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: