diff options
author | Michael Walle <mwalle@kernel.org> | 2024-02-25 09:19:30 +0300 |
---|---|---|
committer | Robert Foss <rfoss@kernel.org> | 2024-04-23 18:28:55 +0300 |
commit | 51debb6d4a2118f6a46dd36b84a82a5a73fa8236 (patch) | |
tree | 2a6616ab1c67c7345b31a33e9e9913b3b9e48192 /Documentation/devicetree/bindings/display/bridge | |
parent | e95752752eaf06c860811ac5ddf9badf6c1b43ca (diff) | |
download | linux-51debb6d4a2118f6a46dd36b84a82a5a73fa8236.tar.xz |
dt-bindings: display: bridge: tc358775: make stby gpio optional
For a normal operation, the stby GPIO is not needed.
The reset pin is required because once the PPI (PHY protocol interface)
is started, it can only be stopped by asserting the reset pin.
Signed-off-by: Michael Walle <mwalle@kernel.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[tony@atomide.com: dropped regulator related changes]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240225062008.33191-2-tony@atomide.com
Diffstat (limited to 'Documentation/devicetree/bindings/display/bridge')
-rw-r--r-- | Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml index d879c700594a..026496b1e59c 100644 --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358775.yaml @@ -70,7 +70,6 @@ required: - reg - vdd-supply - vddio-supply - - stby-gpios - reset-gpios - ports |