Skip to content

Commit cf3dcd8

Browse files
André Apitzschandersson
authored andcommitted
arm64: dts: qcom: msm8976: Add sdc2 GPIOs
Downstream vendor code for reference: https://git.codelinaro.org/clo/la/kernel/msm-3.10/-/blob/LA.BR.1.3.7.c26/arch/arm/boot/dts/qcom/msm8976-pinctrl.dtsi#L223-263 Signed-off-by: André Apitzsch <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 3440c6d commit cf3dcd8

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,42 @@
782782
bias-disable;
783783
};
784784

785+
sdc2_default: sdc2-default-state {
786+
clk-pins {
787+
pins = "sdc2_clk";
788+
bias-disable;
789+
drive-strength = <16>;
790+
};
791+
cmd-pins {
792+
pins = "sdc2_cmd";
793+
bias-pull-up;
794+
drive-strength = <10>;
795+
};
796+
data-pins {
797+
pins = "sdc2_data";
798+
bias-pull-up;
799+
drive-strength = <10>;
800+
};
801+
};
802+
803+
sdc2_sleep: sdc2-sleep-state {
804+
clk-pins {
805+
pins = "sdc2_clk";
806+
bias-disable;
807+
drive-strength = <2>;
808+
};
809+
cmd-pins {
810+
pins = "sdc2_cmd";
811+
bias-pull-up;
812+
drive-strength = <2>;
813+
};
814+
data-pins {
815+
pins = "sdc2_data";
816+
bias-pull-up;
817+
drive-strength = <2>;
818+
};
819+
};
820+
785821
wcss_wlan_default: wcss-wlan-default-state {
786822
wcss-wlan2-pins {
787823
pins = "gpio40";

0 commit comments

Comments
 (0)