diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-03-26 18:54:22 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-03-29 22:34:47 +0300 |
commit | dd049e8f7616e74cb9c3c2f8e88aac0ac20dd8af (patch) | |
tree | 927f08e868f97002b6195e07376487de74cec1f0 /Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml | |
parent | 331b569fd21755bb9acd2ee021addf689b5a07f4 (diff) | |
download | linux-dd049e8f7616e74cb9c3c2f8e88aac0ac20dd8af.tar.xz |
dt-bindings: display: panel-simple-dsi: allow vddio variant
Few panels like Samsung s6e3fc2x01 and sofef00 use vddio-supply instead
of power-supply (in DTS and Linux driver), so allow it to fix:
sdm845-oneplus-enchilada.dtb: panel@0: 'power-supply' is a required property
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230326155425.91181-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml index 2c00813f5d20..90c04cff8281 100644 --- a/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml +++ b/Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml @@ -19,9 +19,6 @@ description: | If the panel is more advanced a dedicated binding file is required. -allOf: - - $ref: panel-common.yaml# - properties: compatible: @@ -67,12 +64,31 @@ properties: reset-gpios: true port: true power-supply: true + vddio-supply: true + +allOf: + - $ref: panel-common.yaml# + - if: + properties: + compatible: + enum: + - samsung,s6e3fc2x01 + - samsung,sofef00 + then: + properties: + power-supply: false + required: + - vddio-supply + else: + properties: + vddio-supply: false + required: + - power-supply additionalProperties: false required: - compatible - - power-supply - reg examples: |