We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6124cec commit 48ec733Copy full SHA for 48ec733
drivers/pinctrl/qcom/pinctrl-sc8180x.c
@@ -530,10 +530,10 @@ DECLARE_MSM_GPIO_PINS(187);
530
DECLARE_MSM_GPIO_PINS(188);
531
DECLARE_MSM_GPIO_PINS(189);
532
533
-static const unsigned int sdc2_clk_pins[] = { 190 };
534
-static const unsigned int sdc2_cmd_pins[] = { 191 };
535
-static const unsigned int sdc2_data_pins[] = { 192 };
536
-static const unsigned int ufs_reset_pins[] = { 193 };
+static const unsigned int ufs_reset_pins[] = { 190 };
+static const unsigned int sdc2_clk_pins[] = { 191 };
+static const unsigned int sdc2_cmd_pins[] = { 192 };
+static const unsigned int sdc2_data_pins[] = { 193 };
537
538
enum sc8180x_functions {
539
msm_mux_adsp_ext,
0 commit comments