mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
arm64: dts: qcom: sdm845-axolotl: Drop redundant VSYNC pin state
The active and suspend pin state of VSYNC is exactly the same, so just use one node for both states. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Link: https://lore.kernel.org/r/20260310-qcom-dts-redundant-pins-v1-3-98e2ef430717@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
c0f7cd7b14
commit
6143662888
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user