Searched +full:lcdc1 +full:- +full:supply (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/power/rockchip-io-domain.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Heiko Stuebner <heiko@sntech.de>42 to report their voltage. The IO Voltage Domain for any non-specified48 - rockchip,px30-io-voltage-domain49 - rockchip,px30-pmu-io-voltage-domain50 - rockchip,rk3188-io-voltage-domain51 - rockchip,rk3228-io-voltage-domain[all …]
1 // SPDX-License-Identifier: GPL-2.0-only26 * - If the voltage on a rail is above the "1.8" voltage (1.98V) we'll tell the28 * - If the voltage on a rail is above the "3.3" voltage (3.6V) we'll consider75 int (*write)(struct rockchip_iodomain_supply *supply, int uV);83 int (*write)(struct rockchip_iodomain_supply *supply, int uV);86 static int rk3568_iodomain_write(struct rockchip_iodomain_supply *supply, int uV) in rk3568_iodomain_write() argument88 struct rockchip_iodomain *iod = supply->iod; in rk3568_iodomain_write()93 switch (supply->idx) { in rk3568_iodomain_write()97 b = supply->idx; in rk3568_iodomain_write()99 b = supply->idx + 4; in rk3568_iodomain_write()[all …]