Home
last modified time | relevance | path

Searched +full:sy8106a +full:- +full:vdd (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dsilergy,sy8106a.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/regulator/silergy,sy8106a.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Silergy SY8106A Voltage Regulator
10 - Ondrej Jirman <megous@megous.com>
13 - $ref: regulator.yaml#
17 const: silergy,sy8106a
22 silergy,fixed-microvolt:
28 - compatible
[all …]
/openbmc/linux/drivers/regulator/
H A Dsy8106a-regulator.c1 // SPDX-License-Identifier: GPL-2.0+
3 // sy8106a-regulator.c - Regulator device driver for SY8106A
6 // Copyright (c) 2017-2018 Icenowy Zheng <icenowy@aosc.io>
44 .name = "SY8106A",
48 .n_voltages = ((SY8106A_MAX_MV - SY8106A_MIN_MV) / SY8106A_STEP_MV) + 1,
55 * H3/H5 boards VDD-CPUX situations.
66 struct device *dev = &i2c->dev; in sy8106a_i2c_probe()
74 error = of_property_read_u32(dev->of_node, "silergy,fixed-microvolt", in sy8106a_i2c_probe()
81 return -EINVAL; in sy8106a_i2c_probe()
90 config.dev = &i2c->dev; in sy8106a_i2c_probe()
[all …]
/openbmc/u-boot/drivers/power/
H A DKconfig19 ---help---
27 ---help---
36 ---help---
45 ---help---
54 ---help---
62 ---help---
67 bool "SY8106A pmic support"
69 ---help---
70 Select this to enable support for the SY8106A pmic found on some
80 ---help---
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-h3-orangepi-pc.dts2 * Copyright (C) 2015 Chen-Yu Tsai <wens@csie.org>
4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-h3.dtsi"
45 #include "sunxi-common-regulators.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/input/input.h>
52 compatible = "xunlong,orangepi-pc", "allwinner,sun8i-h3";
60 stdout-path = "serial0:115200n8";
64 compatible = "hdmi-connector";
[all …]
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-h3-orangepi-pc.dts2 * Copyright (C) 2015 Chen-Yu Tsai <wens@csie.org>
4 * This file is dual-licensed: you can use it either under the terms
43 /dts-v1/;
44 #include "sun8i-h3.dtsi"
45 #include "sunxi-common-regulators.dtsi"
47 #include <dt-bindings/gpio/gpio.h>
48 #include <dt-bindings/input/input.h>
52 compatible = "xunlong,orangepi-pc", "allwinner,sun8i-h3";
60 stdout-path = "serial0:115200n8";
64 compatible = "hdmi-connector";
[all …]
H A Dsun8i-h3-orangepi-plus.dts4 * This file is dual-licensed: you can use it either under the terms
44 #include "sun8i-h3-orangepi-2.dts"
48 compatible = "xunlong,orangepi-plus", "allwinner,sun8i-h3";
54 reg_gmac_3v3: gmac-3v3 {
55 compatible = "regulator-fixed";
56 regulator-name = "gmac-3v3";
57 regulator-min-microvolt = <3300000>;
58 regulator-max-microvolt = <3300000>;
59 startup-delay-us = <100000>;
60 enable-active-high;
[all …]
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h5-orangepi-pc2.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 /dts-v1/;
5 #include "sun50i-h5.dtsi"
6 #include "sun50i-h5-cpu-opp.dtsi"
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
10 #include <dt-bindings/pinctrl/sun4i-a10.h>
14 compatible = "xunlong,orangepi-pc2", "allwinner,sun50i-h5";
17 compatible = "regulator-fixed";
18 regulator-name = "vcc3v3";
[all …]