Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: panel: s6e3fc2x01: Sort and remove unnecessary properties

Properties are now sorted, reset-gpio and port property dropped because
they are already accepted here as part of panel-common and usage of
unevaluatedProperties.

Suggested-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patch.msgid.link/20251106-dt-s6e3fc2x01-v2-1-deb87727152e@ixit.cz

authored by

David Heidelberg and committed by
Neil Armstrong
2c966890 20de1b00

+8 -12
+8 -12
Documentation/devicetree/bindings/display/panel/samsung,s6e3fc2x01.yaml
··· 6 6 7 7 title: Samsung S6E3FC2X01 AMOLED DDIC 8 8 9 - description: The S6E3FC2X01 is display driver IC with connected panel. 10 - 11 9 maintainers: 12 10 - David Heidelberg <david@ixit.cz> 11 + 12 + description: The S6E3FC2X01 is display driver IC with connected panel. 13 13 14 14 allOf: 15 15 - $ref: panel-common.yaml# ··· 25 25 reg: 26 26 maxItems: 1 27 27 28 - reset-gpios: true 29 - 30 - port: true 31 - 32 - vddio-supply: 33 - description: VDD regulator 28 + poc-supply: 29 + description: POC regulator 34 30 35 31 vci-supply: 36 32 description: VCI regulator 37 33 38 - poc-supply: 39 - description: POC regulator 34 + vddio-supply: 35 + description: VDD regulator 40 36 41 37 required: 42 38 - compatible 43 39 - reset-gpios 44 - - vddio-supply 45 - - vci-supply 46 40 - poc-supply 41 + - vci-supply 42 + - vddio-supply 47 43 48 44 unevaluatedProperties: false 49 45