From 1afdbd475adc609d829e560389d33eb90501660f Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 14 Mar 2023 08:17:23 -0300 Subject: [PATCH] dt-bindings: display: seiko,43wvf1g: Add the 'enable-gpios' property Add an optional 'enable-gpios' property that can be used to turn on/off the display. Signed-off-by: Fabio Estevam Acked-by: Krzysztof Kozlowski Signed-off-by: Neil Armstrong Link: https://patchwork.freedesktop.org/patch/msgid/20230314111724.1520178-1-festevam@denx.de --- Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml b/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml index cfaa50c..a542658 100644 --- a/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml +++ b/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml @@ -25,6 +25,8 @@ properties: avdd-supply: description: 5v analog regulator + enable-gpios: true + required: - compatible - dvdd-supply -- 2.7.4