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

dt-bindings: display: panel: Make reset-gpio as optional for Raydium RM67200

Although the datasheet of the panel module describes that it has a
reset pin, in the actual hardware design, we often use an RC circuit
to control the reset, and rarely use GPIO to control the reset. This
is the way it is done on our numerous development boards (such as RK3568,
RK3576 EVB).
So make the reset-gpio optional.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250616070536.670519-1-andyshrk@163.com

authored by

Andy Yan and committed by
Neil Armstrong
7513437b df401fa1

-1
-1
Documentation/devicetree/bindings/display/panel/raydium,rm67200.yaml
··· 42 42 - compatible 43 43 - port 44 44 - reg 45 - - reset-gpios 46 45 47 46 additionalProperties: false 48 47