diff options
author | Maxime Ripard <maxime@cerno.tech> | 2020-10-26 13:18:18 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-10-26 13:42:58 +0300 |
commit | 053703666136b99cc6ab0b6ba31c490994bda2fc (patch) | |
tree | 487ac1f5476ee167cfb2558f424477e275757124 /Documentation | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff) | |
parent | 2580a493a97da4a302cb66251b558bfc04c16e68 (diff) | |
download | linux-053703666136b99cc6ab0b6ba31c490994bda2fc.tar.xz |
Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixes
We have a few leftovers from the merge window period in
drm-misc-next-fixes, let's bring them into drm-misc-fixes
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml b/Documentation/devicetree/bindings/display/panel/mantix,mlaf057we51-x.yaml index 937323cc9aaa..51f423297ec8 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>; }; }; |