Skip to content

Commit d37ed16

Browse files
taniyadas20Komal-Bajaj
authored andcommitted
FROMLIST: arm64: dts: qcom: Add gp_mn pin state for GP M/N clock output
Add pinctrl states for the GP M/N divider clock output pin across multiple Qualcomm SoCs: wire it to the GP M/N clock controller node via pinctrl-0. - kodiak (sa8775p): Add gp_mn_active state on gpio35 (gp_mn function). - lemans (sa8775p): Add gp_mn_active state on gpio35 (gp_mn function). - monaco (qcs8300): Add gp_mn_active state on gpio32 (gp_mn function). Link: https://lore.kernel.org/r/20260602-pdm_clk_gp_mnd_v1-v1-4-1522662b6c53@oss.qualcomm.com Signed-off-by: Taniya Das <taniya.das@oss.qualcomm.com>
1 parent 965645d commit d37ed16

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/kodiak.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5901,6 +5901,13 @@
59015901
function = "edp_hot";
59025902
};
59035903

5904+
gp_mn_active: gp_mn_active-state {
5905+
pins = "gpio35";
5906+
function = "gp_mn";
5907+
drive-strength = <2>;
5908+
bias-disable;
5909+
};
5910+
59045911
mi2s0_data0: mi2s0-data0-state {
59055912
pins = "gpio98";
59065913
function = "mi2s0_data0";

arch/arm64/boot/dts/qcom/lemans.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5692,6 +5692,13 @@
56925692
bias-disable;
56935693
};
56945694

5695+
gp_mn_active: gp_mn_active-state {
5696+
pins = "gpio35";
5697+
function = "gp_mn";
5698+
drive-strength = <2>;
5699+
bias-disable;
5700+
};
5701+
56955702
hs0_mi2s_active: hs0-mi2s-active-state {
56965703
pins = "gpio114", "gpio115", "gpio116", "gpio117";
56975704
function = "hs0_mi2s";

arch/arm64/boot/dts/qcom/monaco.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6472,6 +6472,13 @@
64726472
bias-disable;
64736473
};
64746474

6475+
gp_mn_active: gp_mn_active-state {
6476+
pins = "gpio32";
6477+
function = "gp_mn";
6478+
drive-strength = <2>;
6479+
bias-disable;
6480+
};
6481+
64756482
hs0_mi2s_active: hs0-mi2s-active-state {
64766483
pins = "gpio106", "gpio107", "gpio108", "gpio109";
64776484
function = "hs0_mi2s";

0 commit comments

Comments
 (0)