Skip to content

Commit 9b5461d

Browse files
committed
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. - sc7280 (sc7280): 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 293ecaa commit 9b5461d

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5646,6 +5646,13 @@
56465646
bias-disable;
56475647
};
56485648

5649+
gp_mn_active: gp_mn_active-state {
5650+
pins = "gpio35";
5651+
function = "gp_mn";
5652+
drive-strength = <2>;
5653+
bias-disable;
5654+
};
5655+
56495656
hs0_mi2s_active: hs0-mi2s-active-state {
56505657
pins = "gpio114", "gpio115", "gpio116", "gpio117";
56515658
function = "hs0_mi2s";

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6269,6 +6269,13 @@
62696269
bias-disable;
62706270
};
62716271

6272+
gp_mn_active: gp_mn_active-state {
6273+
pins = "gpio32";
6274+
function = "gp_mn";
6275+
drive-strength = <2>;
6276+
bias-disable;
6277+
};
6278+
62726279
hs0_mi2s_active: hs0-mi2s-active-state {
62736280
pins = "gpio106", "gpio107", "gpio108", "gpio109";
62746281
function = "hs0_mi2s";

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5852,6 +5852,13 @@
58525852
function = "edp_hot";
58535853
};
58545854

5855+
gp_mn_active: gp_mn_active-state {
5856+
pins = "gpio35";
5857+
function = "gp_mn";
5858+
drive-strength = <2>;
5859+
bias-disable;
5860+
};
5861+
58555862
mi2s0_data0: mi2s0-data0-state {
58565863
pins = "gpio98";
58575864
function = "mi2s0_data0";

0 commit comments

Comments
 (0)