[PATCH 3/5] arm64: dts: qcom: sdm845-axolotl: Drop redundant VSYNC pin state
From: Krzysztof Kozlowski
Date: Wed Feb 18 2026 - 12:25:01 EST
The active and suspend pin state of VSYNC is exactly the same, so just
use one node for both states.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
index 51b041f91d3e..740eb2255072 100644
--- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
+++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts
@@ -483,8 +483,8 @@ panel@0 {
reset-gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default", "sleep";
- pinctrl-0 = <&sde_dsi_active &sde_te_active>;
- pinctrl-1 = <&sde_dsi_suspend &sde_te_suspend>;
+ pinctrl-0 = <&sde_dsi_active &sde_te>;
+ pinctrl-1 = <&sde_dsi_suspend &sde_te>;
port {
panel_in_0: endpoint {
@@ -623,14 +623,7 @@ sde_dsi_suspend: sde-dsi-suspend-state {
bias-pull-down;
};
- sde_te_active: sde-te-active-state {
- pins = "gpio10";
- function = "mdp_vsync";
- drive-strength = <2>;
- bias-pull-down;
- };
-
- sde_te_suspend: sde-te-suspend-state {
+ sde_te: sde-te-state {
pins = "gpio10";
function = "mdp_vsync";
drive-strength = <2>;
--
2.51.0