Message ID | 20230314111724.1520178-1-festevam@denx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: display: seiko, 43wvf1g: Add the 'enable-gpios' property | expand |
On 14/03/2023 12:17, Fabio Estevam wrote: > Add an optional 'enable-gpios' property that can be used to turn on/off > the display. > > Signed-off-by: Fabio Estevam <festevam@denx.de> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
Hi, On Tue, 14 Mar 2023 08:17:23 -0300, Fabio Estevam wrote: > Add an optional 'enable-gpios' property that can be used to turn on/off > the display. > > Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next-fixes) [1/2] dt-bindings: display: seiko,43wvf1g: Add the 'enable-gpios' property https://cgit.freedesktop.org/drm/drm-misc/commit/?id=1afdbd475adc609d829e560389d33eb90501660f [2/2] drm/panel: seiko-43wvf1g: Add the 'enable-gpios' property https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e2945e6c5111726536c6046eaa1b840636e066a8
diff --git a/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml b/Documentation/devicetree/bindings/display/panel/seiko,43wvf1g.yaml index cfaa50cf5f5d..496a39561db0 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
Add an optional 'enable-gpios' property that can be used to turn on/off the display. Signed-off-by: Fabio Estevam <festevam@denx.de> --- .../devicetree/bindings/display/panel/seiko,43wvf1g.yaml | 2 ++ 1 file changed, 2 insertions(+)