Searched +full:vdd +full:- +full:cdc +full:- +full:io +full:- +full:supply (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/sound/qcom,pm8916-wcd-analog-codec.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Konrad Dybcio <konradybcio@kernel.org>17 const: qcom,pm8916-wcd-analog-codec25 interrupt-names:27 - const: cdc_spk_cnp_int28 - const: cdc_spk_clip_int29 - const: cdc_spk_ocp_int[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * msm8916-pm8916.dtsi describes common properties (e.g. regulator connections)6 * were rarely re-used for different purposes. Devices that deviate from the8 * the necessary properties in the board-specific device tree.15 vdda-supply = <&pm8916_l2>;19 vdda-supply = <&pm8916_l2>;20 vddio-supply = <&pm8916_l6>;24 vddio-supply = <&pm8916_l6>;28 pll-supply = <&pm8916_l7>;32 vdd-cdc-io-supply = <&pm8916_l5>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * msm8939-pm8916.dtsi describes common properties (e.g. regulator connections)6 * were rarely re-used for different purposes. Devices that deviate from the8 * the necessary properties in the board-specific device tree.15 vdda-supply = <&pm8916_l2>;16 vddio-supply = <&pm8916_l6>;20 vddio-supply = <&pm8916_l6>;24 vdda-supply = <&pm8916_l2>;25 vddio-supply = <&pm8916_l6>;29 vddio-supply = <&pm8916_l6>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * msm8929-pm8916.dtsi describes common properties (e.g. regulator connections)6 * were rarely re-used for different purposes. Devices that deviate from the8 * the necessary properties in the board-specific device tree.15 vdda-supply = <&pm8916_l2>;16 vddio-supply = <&pm8916_l6>;20 vddio-supply = <&pm8916_l6>;24 vdda-supply = <&pm8916_l2>;25 vddio-supply = <&pm8916_l6>;29 vddio-supply = <&pm8916_l6>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * drivers/mmc/host/sdhci-msm.c - Qualcomm SDHCI Platform driver5 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.23 #include "sdhci-cqhci.h"24 #include "sdhci-pltfm.h"123 #define INVALID_TUNING_PHASE -1137 /* Max load for eMMC Vdd supply */140 /* Max load for eMMC Vdd-io supply */143 /* Max load for SD Vdd supply */146 /* Max load for SD Vdd-io supply */[all …]
1 // SPDX-License-Identifier: GPL-2.03 #include <dt-bindings/input/input.h>4 #include <dt-bindings/input/gpio-keys.h>5 #include <dt-bindings/mfd/max77620.h>6 #include <dt-bindings/pinctrl/pinctrl-tegra.h>16 stdout-path = "serial0:115200n8";26 pinctrl-names = "boot";27 pinctrl-0 = <&state_boot>;35 nvidia,enable-input = <TEGRA_PIN_DISABLE>;36 nvidia,open-drain = <TEGRA_PIN_DISABLE>;[all …]
1 // SPDX-License-Identifier: GPL-2.0109 #define MICB_VOLTAGE_REGVAL(v) (((v - MICB_MIN_VAL)/MICB_STEP_SIZE) << 3)283 "vdd-cdc-io",284 "vdd-cdc-tx-rx-cx",358 if (wcd->micbias_mv) { in pm8916_wcd_analog_micbias_enable()361 MICB_VOLTAGE_REGVAL(wcd->micbias_mv)); in pm8916_wcd_analog_micbias_enable()366 if (wcd->micbias_mv >= 2700) in pm8916_wcd_analog_micbias_enable()394 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in pm8916_wcd_analog_enable_micbias_int()411 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in pm8916_wcd_analog_enable_micbias1()415 wcd->micbias1_cap_mode); in pm8916_wcd_analog_enable_micbias1()[all …]