Loading arch/arm/boot/dts/qti/msmkrypton-regulator.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ sd_slot_vreg: regulator-isl80101 { compatible = "regulator-fixed"; regulator-name = "sd_2.95"; gpio = <&msmgpio 51 0>; gpio = <&msmgpio 89 0>; startup-delay-us = <1000>; enable-active-high; }; Loading arch/arm/mach-msm/board-krypton-gpiomux.c +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ static struct gpiomux_setting gpio_sd_card_vreg_config = { static struct msm_gpiomux_config msm_sd_card_configs[] __initdata = { { .gpio = 51, /* SD CARD VREG EN GPIO */ .gpio = 89, /* SD CARD VREG EN GPIO */ .settings = { [GPIOMUX_SUSPENDED] = &gpio_sd_card_vreg_config, }, Loading Loading
arch/arm/boot/dts/qti/msmkrypton-regulator.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -247,7 +247,7 @@ sd_slot_vreg: regulator-isl80101 { compatible = "regulator-fixed"; regulator-name = "sd_2.95"; gpio = <&msmgpio 51 0>; gpio = <&msmgpio 89 0>; startup-delay-us = <1000>; enable-active-high; }; Loading
arch/arm/mach-msm/board-krypton-gpiomux.c +1 −1 Original line number Diff line number Diff line Loading @@ -139,7 +139,7 @@ static struct gpiomux_setting gpio_sd_card_vreg_config = { static struct msm_gpiomux_config msm_sd_card_configs[] __initdata = { { .gpio = 51, /* SD CARD VREG EN GPIO */ .gpio = 89, /* SD CARD VREG EN GPIO */ .settings = { [GPIOMUX_SUSPENDED] = &gpio_sd_card_vreg_config, }, Loading