From 62b51e4be63cdbfb30d8009f9955ad8d644e930e Mon Sep 17 00:00:00 2001 From: John Keeping Date: Wed, 20 Oct 2021 16:34:28 +0100 Subject: [PATCH] dt-bindings: ili9881c: add missing panel-common inheritance The properties below refer to items in panel-common.yaml, which means that needs to be referenced in the schema. Signed-off-by: John Keeping Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/20211020153432.383845-2-john@metanate.com --- Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml index 07789d554889..032bae7891ad 100644 --- a/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml +++ b/Documentation/devicetree/bindings/display/panel/ilitek,ili9881c.yaml @@ -9,6 +9,9 @@ title: Ilitek ILI9881c based MIPI-DSI panels maintainers: - Maxime Ripard +allOf: + - $ref: panel-common.yaml# + properties: compatible: items: -- 2.11.0