Home
last modified time | relevance | path

Searched +full:regulator +full:- +full:name (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dmt6359-regulator.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/mt6359-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MT6359 Regulator from MediaTek Integrated
10 - Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
14 according to its regulator type, buck_<name> and ldo_<name>.
20 $ref: "regulator.yaml#"
23 regulator-name:
30 $ref: "regulator.yaml#"
[all …]
Dmt6358-regulator.txt1 MediaTek MT6358 Regulator
4 subnodes of the MT6358 regulators node. Each regulator is named according
5 to its regulator type, buck_<name> and ldo_<name>. The definition for each
7 Documentation/devicetree/bindings/regulator/regulator.txt.
27 compatible = "mediatek,mt6358-regulator";
30 regulator-compatible = "buck_vdram1";
31 regulator-name = "vdram1";
32 regulator-min-microvolt = <500000>;
33 regulator-max-microvolt = <2087500>;
34 regulator-ramp-delay = <12500>;
[all …]
Dmediatek,mt6331-regulator.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6331-regulator.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: MT6331 Regulator from MediaTek Integrated
10 - AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
14 and nodes are named according to the regulator type:
15 buck-<name> and ldo-<name>.
19 "^buck-v(core2|io18|dvfs11|dvfs12|dvfs13|dvfs14)$":
21 $ref: "regulator.yaml#"
[all …]
Dmt6323-regulator.txt1 Mediatek MT6323 Regulator
5 PMIC's node. Each regulator is named according to its regulator type,
6 buck_<name> and ldo_<name>. The definition for each of these nodes is defined
8 Documentation/devicetree/bindings/regulator/regulator.txt.
24 regulator-name = "vproc";
25 regulator-min-microvolt = < 700000>;
26 regulator-max-microvolt = <1350000>;
27 regulator-ramp-delay = <12500>;
28 regulator-always-on;
29 regulator-boot-on;
[all …]
Dmt6397-regulator.txt1 Mediatek MT6397 Regulator
4 - compatible: "mediatek,mt6397-regulator"
5 - mt6397regulator: List of regulators provided by this controller. It is named
6 according to its regulator type, buck_<name> and ldo_<name>.
8 for regulators at Documentation/devicetree/bindings/regulator/regulator.txt.
19 BUCK regulators can set regulator-initial-mode and regulator-allowed-modes to
20 values specified in dt-bindings/regulator/mediatek,mt6397-regulator.h
27 compatible = "mediatek,mt6397-regulator";
30 regulator-compatible = "buck_vpca15";
31 regulator-name = "vpca15";
[all …]
Dpv88060.txt1 * Powerventure Semiconductor PV88060 Voltage Regulator
4 - compatible: "pvs,pv88060".
5 - reg: I2C slave address, usually 0x49.
6 - interrupts: the interrupt outputs of the controller
7 - regulators: A node that houses a sub-node for each regulator within the
8 device. Each sub-node is identified using the node's name, with valid
9 values listed below. The content of each sub-node is defined by the
10 standard binding for regulators; see regulator.txt.
15 - Any optional property defined in regulator.txt
22 interrupt-parent = <&gpio>;
[all …]
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt6359.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
9 interrupt-controller;
10 #interrupt-cells = <2>;
17 regulator-name = "vs1";
18 regulator-min-microvolt = <800000>;
19 regulator-max-microvolt = <2200000>;
20 regulator-enable-ramp-delay = <0>;
21 regulator-always-on;
24 regulator-name = "vgpu11";
25 regulator-min-microvolt = <400000>;
[all …]
Dmt6358.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
5 #include <dt-bindings/input/input.h>
10 interrupt-controller;
11 interrupt-parent = <&pio>;
13 #interrupt-cells = <2>;
16 compatible = "mediatek,mt6358-sound";
17 mediatek,dmic-mode = <0>; /* two-wires */
21 compatible = "mediatek,mt6358-regulator";
24 regulator-name = "vdram1";
25 regulator-min-microvolt = <500000>;
[all …]
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dapq8096-ifc6640.dts1 // SPDX-License-Identifier: BSD-3-Clause
3 /dts-v1/;
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h>
14 compatible = "inforce,ifc6640", "qcom,apq8096-sbc", "qcom,apq8096";
16 qcom,msm-id = <291 0x00030001>;
17 qcom,board-id = <0x00010018 0>;
24 stdout-path = "serial0:115200n8";
27 v1p05: v1p05-regulator {
[all …]
Dsm8450-qrd.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
13 compatible = "qcom,sm8450-qrd", "qcom,sm8450";
20 stdout-path = "serial0:115200n8";
23 vph_pwr: vph-pwr-regulator {
24 compatible = "regulator-fixed";
25 regulator-name = "vph_pwr";
26 regulator-min-microvolt = <3700000>;
27 regulator-max-microvolt = <3700000>;
[all …]
Dsm8250-hdk.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
16 compatible = "qcom,sm8250-hdk", "qcom,sm8250";
23 stdout-path = "serial0:115200n8";
26 vph_pwr: vph-pwr-regulator {
27 compatible = "regulator-fixed";
28 regulator-name = "vph_pwr";
29 regulator-min-microvolt = <3700000>;
30 regulator-max-microvolt = <3700000>;
[all …]
Dsm8450-hdk.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
13 compatible = "qcom,sm8450-hdk", "qcom,sm8450";
20 stdout-path = "serial0:115200n8";
23 vph_pwr: vph-pwr-regulator {
24 compatible = "regulator-fixed";
25 regulator-name = "vph_pwr";
26 regulator-min-microvolt = <3700000>;
27 regulator-max-microvolt = <3700000>;
[all …]
Dsm8350-microsoft-surface-duo2.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
19 compatible = "microsoft,surface-duo2", "qcom,sm8350";
20 chassis-type = "handset";
27 stdout-path = "serial0:115200n8";
30 vph_pwr: vph-pwr-regulator {
31 compatible = "regulator-fixed";
32 regulator-name = "vph_pwr";
33 regulator-min-microvolt = <3700000>;
[all …]
Dsm8350-mtp.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
19 compatible = "qcom,sm8350-mtp", "qcom,sm8350";
26 stdout-path = "serial0:115200n8";
29 vph_pwr: vph-pwr-regulator {
30 compatible = "regulator-fixed";
31 regulator-name = "vph_pwr";
32 regulator-min-microvolt = <3700000>;
33 regulator-max-microvolt = <3700000>;
[all …]
Dsm8450-sony-xperia-nagara-pdx223.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
11 /delete-node/ &adsp_mem;
12 /delete-node/ &rmtfs_mem;
13 /delete-node/ &video_mem;
18 chassis-type = "handset";
25 stdout-path = "serial0:115200n8";
28 reserved-memory {
31 no-map;
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dexynos5420-galaxy-tab-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
10 /dts-v1/;
12 #include "exynos5420-cpus.dtsi"
13 #include <dt-bindings/input/input.h>
14 #include <dt-bindings/gpio/gpio.h>
15 #include <dt-bindings/clock/samsung,s2mps11.h>
18 chassis-type = "tablet";
24 * The same hack is also needed to boot exynos4412-i9300 with
27 * https://lore.kernel.org/all/1355276466-18295-1-git-send-email-arve@android.com
[all …]
Dmt6323.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2017-2018 MediaTek Inc.
12 interrupt-parent = <&pio>;
14 interrupt-controller;
15 #interrupt-cells = <2>;
18 compatible = "mediatek,mt6323-led";
19 #address-cells = <1>;
20 #size-cells = <0>;
25 compatible = "mediatek,mt6323-regulator";
28 regulator-name = "vproc";
[all …]
Dmt8135-evbp1.dts1 // SPDX-License-Identifier: GPL-2.0
8 /dts-v1/;
13 compatible = "mediatek,mt8135-evbp1", "mediatek,mt8135";
26 compatible = "mediatek,mt6397-regulator";
29 regulator-name = "vpca15";
30 regulator-min-microvolt = < 850000>;
31 regulator-max-microvolt = <1350000>;
32 regulator-ramp-delay = <12500>;
33 regulator-always-on;
37 regulator-name = "vpca7";
[all …]
Dexynos5420-smdk5420.dts1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
11 #include "exynos5420-cpus.dtsi"
12 #include <dt-bindings/clock/samsung,s2mps11.h>
13 #include <dt-bindings/gpio/gpio.h>
26 stdout-path = "serial2:115200n8";
29 fixed-rate-clocks {
31 compatible = "samsung,exynos5420-oscclk";
32 clock-frequency = <24000000>;
36 vdd: regulator-0 {
[all …]
Dexynos5420-arndale-octa.dts1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
11 #include "exynos5420-cpus.dtsi"
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-bindings/interrupt-controller/irq.h>
14 #include <dt-bindings/input/input.h>
15 #include <dt-bindings/clock/samsung,s2mps11.h>
19 compatible = "insignal,arndale-octa", "samsung,exynos5420", "samsung,exynos5";
27 stdout-path = "serial3:115200n8";
31 compatible = "samsung,secure-firmware";
[all …]
Dexynos4412-itop-scp-core.dtsi1 // SPDX-License-Identifier: GPL-2.0
13 #include <dt-bindings/clock/samsung,s2mps11.h>
14 #include <dt-bindings/gpio/gpio.h>
15 #include <dt-bindings/input/input.h>
17 #include "exynos4412-ppmu-common.dtsi"
18 #include "exynos-mfc-reserved-memory.dtsi"
27 compatible = "samsung,secure-firmware";
31 fixed-rate-clocks {
33 compatible = "samsung,clock-xxti";
34 clock-frequency = <0>;
[all …]
Dimx53-qsrb.dts1 // SPDX-License-Identifier: GPL-2.0+
6 /dts-v1/;
8 #include "imx53-qsb-common.dtsi"
11 model = "Freescale i.MX53 Quick Start-R Board";
12 compatible = "fsl,imx53-qsrb", "fsl,imx53";
16 imx53-qsrb {
28 pinctrl-names = "default";
29 pinctrl-0 = <&pinctrl_pmic>;
31 interrupt-parent = <&gpio5>;
35 regulator-name = "SW1";
[all …]
Dexynos4412-origen.dts1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
12 /dts-v1/;
14 #include <dt-bindings/clock/samsung,s2mps11.h>
15 #include <dt-bindings/gpio/gpio.h>
16 #include <dt-bindings/input/input.h>
17 #include "exynos-mfc-reserved-memory.dtsi"
29 stdout-path = "serial2:115200n8";
33 compatible = "samsung,secure-firmware";
37 mmc_reg: regulator-0 {
[all …]
Dtegra114-tn7.dts1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include <dt-bindings/input/input.h>
15 linux,initrd-start = <0x82000000>;
16 linux,initrd-end = <0x82800000>;
24 trusted-foundations {
25 compatible = "tlm,trusted-foundations";
26 tlm,version-major = <2>;
27 tlm,version-minor = <8>;
40 avdd-dsi-csi-supply = <&vdd_1v2_ap>;
[all …]
/Linux-v6.1/arch/arm64/boot/dts/exynos/
Dexynos7-espresso.dts1 // SPDX-License-Identifier: GPL-2.0
9 /dts-v1/;
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/clock/samsung,s2mps11.h>
13 #include <dt-bindings/gpio/gpio.h>
17 compatible = "samsung,exynos7-espresso", "samsung,exynos7";
26 stdout-path = &serial_2;
34 usb30_vbus_reg: regulator-usb30 {
35 compatible = "regulator-fixed";
36 regulator-name = "VBUS_5V";
[all …]

12345678910>>...44