drm/bridge: tc358775: make standby GPIO optional
authorMichael Walle <mwalle@kernel.org>
Sun, 25 Feb 2024 06:19:34 +0000 (08:19 +0200)
committerRobert Foss <rfoss@kernel.org>
Tue, 23 Apr 2024 15:32:53 +0000 (17:32 +0200)
commit733daaebe2504e0261f5249d11f4796d0614539d
tree6b24d0594911c45e8b2b77a296a1ca01bcae082c
parent30ea09a182cb37c4921b9d477ed18107befe6d78
drm/bridge: tc358775: make standby GPIO optional

The stby pin is optional. It is only needed for power-up and down
sequencing. It is not needed, if the power rails cannot by dynamically
enabled.

Because the GPIO is now optional, remove the error message.

Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240225062008.33191-6-tony@atomide.com
drivers/gpu/drm/bridge/tc358775.c