Searched +full:vrf12 +full:- +full:supply (Results 1 – 4 of 4) sorted by relevance
/linux-6.8/Documentation/devicetree/bindings/display/bridge/ |
D | ite,it66121.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Phong LE <ple@baylibre.com> 11 - Neil Armstrong <neil.armstrong@linaro.org> 14 The IT66121 is a high-performance and low-power single channel HDMI 21 - ite,it66121 22 - ite,it6610 27 reset-gpios: 31 vrf12-supply: [all …]
|
/linux-6.8/Documentation/devicetree/bindings/regulator/ |
D | mediatek,mt6358-regulator.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/mediatek,mt6358-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Zhiyong Tao <zhiyong.tao@mediatek.com> 14 All voltage regulators provided by the PMIC are described as sub-nodes of 20 - const: mediatek,mt6358-regulator 21 - items: 22 - const: mediatek,mt6366-regulator 23 - const: mediatek,mt6358-regulator [all …]
|
/linux-6.8/drivers/regulator/ |
D | mt6358-regulator.c | 1 // SPDX-License-Identifier: GPL-2.0 13 #include <linux/regulator/mt6358-regulator.h> 16 #include <dt-bindings/regulator/mediatek,mt6397-regulator.h> 36 #define MT6358_BUCK(match, vreg, supply, min, max, step, \ argument 42 .supply_name = supply, \ 48 .n_voltages = ((max) - (min)) / (step) + 1, \ 65 #define MT6358_LDO(match, vreg, supply, volt_ranges, enreg, enbit, vosel, vosel_mask) \ argument 69 .supply_name = supply, \ 90 #define MT6358_LDO1(match, vreg, supply, min, max, step, \ argument 95 .supply_name = supply, \ [all …]
|
/linux-6.8/arch/arm64/boot/dts/ti/ |
D | k3-am625-beagleplay.dts | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/ 6 * Copyright (C) 2022-2023 Robert Nelson, BeagleBoard.org Foundation 9 /dts-v1/; 11 #include <dt-bindings/leds/common.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/input/input.h> 14 #include "k3-am625.dtsi" 17 compatible = "beagle,am625-beagleplay", "ti,am625"; 32 mdio-gpio0 = &mdio0; [all …]
|