From: Guido Günther Date: Tue, 13 Oct 2020 10:32:48 +0000 (+0200) Subject: dt-binding: display: Require two resets on mantix panel X-Git-Tag: accepted/tizen/unified/20230118.172025~6402^2~28^2~1628 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c902de389ff7cd6495e6a51e04b49ab00fca7d3;p=platform%2Fkernel%2Flinux-rpi.git dt-binding: display: Require two resets on mantix panel We need to reset both for the panel to show an image. Signed-off-by: Guido Günther Signed-off-by: Sam Ravnborg Link: https://patchwork.freedesktop.org/patch/msgid/15d3dc7eb4e031f380be1298ed3ac9085626f26b.1602584953.git.agx@sigxcpu.org --- diff --git a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml index 937323c..51f4232 100644 --- a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml +++ b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml @@ -37,6 +37,9 @@ properties: reset-gpios: true + 'mantix,tp-rstn-gpios': + description: second reset line that triggers DSI config load + backlight: true required: @@ -63,6 +66,7 @@ examples: avee-supply = <®_avee>; vddi-supply = <®_1v8_p>; reset-gpios = <&gpio1 29 GPIO_ACTIVE_LOW>; + mantix,tp-rstn-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; backlight = <&backlight>; }; };