Remove "reset-gpio" property from required properties list and make it optional.When interfaced with some boards where reset line is not populated it leads to driver probe issues. Signed-off-by: Manikandan Muralidharan <manikandan.m@xxxxxxxxxxxxx> --- .../devicetree/bindings/display/panel/himax,hx8394.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml index 644387e4fb6f..017cb19ed64f 100644 --- a/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml +++ b/Documentation/devicetree/bindings/display/panel/himax,hx8394.yaml @@ -46,7 +46,6 @@ properties: required: - compatible - reg - - reset-gpios - backlight - port - vcc-supply -- 2.25.1