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

dt-bindings: display: panel: Move flip properties to panel-common

The flip properties were used by "samsung,s6e8aa0.yaml" only so far. By
introducing "samsung,s6e88a0-ams427ap24.yaml" they become more common.

Signed-off-by: Jakob Hauser <jahau@rocketmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/e4edd8fc07b89006207f5f8962a816ff7f8f4601.1730070570.git.jahau@rocketmail.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://patchwork.freedesktop.org/patch/msgid/e4edd8fc07b89006207f5f8962a816ff7f8f4601.1730070570.git.jahau@rocketmail.com

authored by

Jakob Hauser and committed by
Neil Armstrong
3c0ecd83 904bc547

+10 -8
+8
Documentation/devicetree/bindings/display/panel/panel-common.yaml
··· 51 51 $ref: /schemas/types.yaml#/definitions/uint32 52 52 enum: [0, 90, 180, 270] 53 53 54 + flip-horizontal: 55 + description: boolean to flip image horizontally 56 + type: boolean 57 + 58 + flip-vertical: 59 + description: boolean to flip image vertically 60 + type: boolean 61 + 54 62 # Display Timings 55 63 panel-timing: 56 64 description:
+2 -8
Documentation/devicetree/bindings/display/panel/samsung,s6e8aa0.yaml
··· 21 21 22 22 reset-gpios: true 23 23 display-timings: true 24 + flip-horizontal: true 25 + flip-vertical: true 24 26 25 27 vdd3-supply: 26 28 description: core voltage supply ··· 47 45 48 46 panel-height-mm: 49 47 description: physical panel height [mm] 50 - 51 - flip-horizontal: 52 - description: boolean to flip image horizontally 53 - type: boolean 54 - 55 - flip-vertical: 56 - description: boolean to flip image vertically 57 - type: boolean 58 48 59 49 required: 60 50 - compatible