diff options
author | Rob Herring (Arm) <robh@kernel.org> | 2025-02-26 00:03:15 +0300 |
---|---|---|
committer | Rob Herring (Arm) <robh@kernel.org> | 2025-03-06 20:54:54 +0300 |
commit | eeb237f7970f7ed1df4f27cf28bed015e506f441 (patch) | |
tree | da5af7cc6b098b72e2fac1e32d677e8f714ed695 | |
parent | 4d662659b272b2586abc77def528c08d28b608b4 (diff) | |
download | linux-eeb237f7970f7ed1df4f27cf28bed015e506f441.tar.xz |
dt-bindings: display: mitsubishi,aa104xd12: Adjust allowed and required properties
The Mitsubishi aa104xd12 panel requires an external backlight driver
circuit, so allow the "backlight" property.
There are users of this panel without a vcc-supply, so it shouldn't be
required.
Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250225210316.3043357-2-robh@kernel.org
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml index 2c92d81caaaf..96621b89ae9e 100644 --- a/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml +++ b/Documentation/devicetree/bindings/display/panel/mitsubishi,aa104xd12.yaml @@ -43,6 +43,7 @@ properties: height-mm: const: 158 + backlight: true panel-timing: true port: true @@ -50,7 +51,6 @@ additionalProperties: false required: - compatible - - vcc-supply - data-mapping - width-mm - height-mm |