/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-rk805.txt | 1 Pincontrol driver for RK805 Power management IC. 3 RK805 has 2 pins which can be configured as GPIO output only. 29 First 2 properties must be added in the RK805 PMIC node, documented in 47 rk805: rk805@18 { 48 compatible = "rockchip,rk805";
|
/linux/drivers/input/misc/ |
H A D | rk805-pwrkey.c | 3 * Rockchip RK805 PMIC Power Key driver 50 pwr->name = "rk805 pwrkey"; in rk805_pwrkey_probe() 96 .name = "rk805-pwrkey", 101 MODULE_ALIAS("platform:rk805-pwrkey"); 103 MODULE_DESCRIPTION("RK805 PMIC Power Key driver");
|
H A D | Makefile | 78 obj-$(CONFIG_INPUT_RK805_PWRKEY) += rk805-pwrkey.o
|
H A D | Kconfig | 628 tristate "Rockchip RK805 PMIC power key support" 631 Select this option to enable power key driver for RK805.
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3328-roc-cc.dts | 98 gpios = <&rk805 1 GPIO_ACTIVE_LOW>; 105 gpios = <&rk805 0 GPIO_ACTIVE_LOW>; 183 rk805: pmic@18 { label 184 compatible = "rockchip,rk805"; 189 clock-output-names = "xin32k", "rk805-clkout2";
|
H A D | rk3328-rock64.dts | 73 gpios = <&rk805 1 GPIO_ACTIVE_LOW>; 78 gpios = <&rk805 0 GPIO_ACTIVE_LOW>; 173 rk805: pmic@18 { label 174 compatible = "rockchip,rk805"; 179 clock-output-names = "xin32k", "rk805-clkout2";
|
H A D | rk3328-evb.dts | 113 rk805: pmic@18 { label 114 compatible = "rockchip,rk805"; 119 clock-output-names = "xin32k", "rk805-clkout2";
|
H A D | rk3328-orangepi-r1-plus.dts | 144 rk805: pmic@18 { label 145 compatible = "rockchip,rk805"; 150 clock-output-names = "xin32k", "rk805-clkout2";
|
H A D | rk3328-nanopi-r2s.dts | 173 rk805: pmic@18 { label 174 compatible = "rockchip,rk805"; 179 clock-output-names = "xin32k", "rk805-clkout2";
|
H A D | rk3328-rock-pi-e.dts | 241 rk805: pmic@18 { label 242 compatible = "rockchip,rk805"; 247 clock-output-names = "xin32k", "rk805-clkout2";
|
H A D | rk3328-roc-pc.dts | 88 &rk805 {
|
H A D | rk3328-a1.dts | 156 compatible = "rockchip,rk805";
|
/linux/drivers/mfd/ |
H A D | rk8xx-core.c | 62 { .name = "rk805-pinctrl", }, 68 { .name = "rk805-pwrkey", 75 { .name = "rk805-pinctrl", }, 78 .name = "rk805-pwrkey", 95 { .name = "rk805-pinctrl", }, 99 .name = "rk805-pwrkey", 114 .name = "rk805-pwrkey", 535 .name = "rk805",
|
H A D | rk8xx-i2c.c | 3 * Rockchip RK805/RK808/RK816/RK817/RK818 Core (I2C) driver 227 { .compatible = "rockchip,rk805", .data = &rk805_data },
|
H A D | Kconfig | 1252 tristate "Rockchip RK805/RK808/RK809/RK816/RK817/RK818 Power Management Chip" 1259 If you say yes here you get support for the RK805, RK808, RK809,
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rv1108-elgin-r1.dts | 69 rk805: pmic@18 { label 70 compatible = "rockchip,rk805";
|
H A D | rv1108-evb.dts | 82 rk805: pmic@18 { label 83 compatible = "rockchip,rk805";
|
/linux/drivers/pinctrl/ |
H A D | Kconfig | 453 tristate "Pinctrl and GPIO driver for RK805 PMIC" 459 This selects the pinctrl driver for RK805.
|
H A D | Makefile | 48 obj-$(CONFIG_PINCTRL_RK805) += pinctrl-rk805.o
|
/linux/drivers/clk/ |
H A D | Kconfig | 84 tristate "Clock driver for RK805/RK808/RK809/RK817/RK818" 87 This driver supports RK805, RK809 and RK817, RK808 and RK818 crystal oscillator clock.
|
/linux/drivers/regulator/ |
H A D | Kconfig | 1156 tristate "Rockchip RK805/RK808/RK809/RK817/RK818 Power regulators" 1160 PMIC RK805,RK809&RK817,RK808 and RK818.
|
/linux/drivers/rtc/ |
H A D | Kconfig | 410 tristate "Rockchip RK805/RK808/RK809/RK817/RK818 RTC" 414 RTC of RK805, RK809 and RK817, RK808 and RK818 PMIC.
|