Searched +full:rv1108 +full:- +full:pmu (Results  1 – 6 of 6) sorted by relevance
| /linux/Documentation/devicetree/bindings/power/ | 
| H A D | rockchip-io-domain.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 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-specified 48       - rockchip,px30-io-voltage-domain 49       - rockchip,px30-pmu-io-voltage-domain 50       - rockchip,rk3188-io-voltage-domain 51       - rockchip,rk3228-io-voltage-domain [all …] 
 | 
| /linux/arch/arm/boot/dts/rockchip/ | 
| H A D | rv1108.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/interrupt-controller/irq.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/clock/rv1108-cru.h> 7 #include <dt-bindings/pinctrl/rockchip.h> 8 #include <dt-bindings/thermal/thermal.h> 10 	#address-cells = <1>; 11 	#size-cells = <1>; 13 	compatible = "rockchip,rv1108"; [all …] 
 | 
| /linux/Documentation/devicetree/bindings/soc/rockchip/ | 
| H A D | grf.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Heiko Stuebner <heiko@sntech.de> 15       - items: 16           - enum: 17               - rockchip,rk3288-sgrf 18               - rockchip,rk3528-ioc-grf 19               - rockchip,rk3528-pipe-phy-grf 20               - rockchip,rk3528-vo-grf [all …] 
 | 
| /linux/drivers/soc/rockchip/ | 
| H A D | io-domain.c | 1 // SPDX-License-Identifier: GPL-2.0-only 26  * - If the voltage on a rail is above the "1.8" voltage (1.98V) we'll tell the 28  * - If the voltage on a rail is above the "3.3" voltage (3.6V) we'll consider 88 	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() 102 		regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL2, val0);  in rk3568_iodomain_write() 103 		regmap_write(iod->grf, RK3568_PMU_GRF_IO_VSEL2, val1);  in rk3568_iodomain_write() 113 		b = supply->idx - 1;  in rk3568_iodomain_write() [all …] 
 | 
| /linux/Documentation/devicetree/bindings/pinctrl/ | 
| H A D | rockchip,pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10   - Heiko Stuebner <heiko@sntech.de> 18   Please refer to pinctrl-bindings.txt in this directory for details of the 26   various pad settings such as pull-up, etc. 29   defined as gpio sub-nodes of the pinmux controller. 34       - rockchip,px30-pinctrl 35       - rockchip,rk2928-pinctrl 36       - rockchip,rk3036-pinctrl [all …] 
 | 
| /linux/arch/arm64/boot/dts/rockchip/ | 
| H A D | rk3308.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include <dt-bindings/clock/rk3308-cru.h> 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/interrupt-controller/irq.h> 11 #include <dt-bindings/pinctrl/rockchip.h> 12 #include <dt-bindings/soc/rockchip,boot-mode.h> 13 #include <dt-bindings/thermal/thermal.h> 18 	interrupt-parent = <&gic>; 19 	#address-cells = <2>; [all …] 
 |