On 9/25/25 11:12, David Heidelberg via B4 Relay wrote:
From: David Heidelberg <[email protected]>

Reset GPIO should be active in high state as usually the board doesn't
invert the polarity.

Fixes: 288ef8a42612 ("arm64: dts: sdm845: add oneplus6/6t devices")
Signed-off-by: David Heidelberg <[email protected]>
---
  arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi 
b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
index 
aff5e80c1eba43e830991c2afd53b6322893cd27..7f968f90a83b869395bedd5de510ba96de3c4e94
 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi
@@ -456,7 +456,7 @@ display_panel: panel@0 {
                vci-supply = <&panel_vci_3v3>;
                poc-supply = <&panel_vddi_poc_1p8>;
- reset-gpios = <&tlmm 6 GPIO_ACTIVE_LOW>;
+               reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
                pinctrl-0 = <&panel_reset_pins &panel_te_pin &panel_esd_pin>;


Hi David,

according to the schematics available to me, this GPIO is active low (as on most other Qualcomm phones). I'd suggest dropping this and the driver change.

Best regards,
Jens

Reply via email to