···1515 - reg: the I2C slave address of the device16161717Optional properties:1818+ - interrupts: interrupt mapping for IRQ1919+ See Documentation/devicetree/bindings/interrupt-controller/interrupts.txt1820 - system-power-controller:1921 See Documentation/devicetree/bindings/power/power-controller.txt2022···3432 pmic@32 {3533 compatible = "ricoh,rn5t618";3634 reg = <0x32>;3535+ interrupt-parent = <&gpio5>;3636+ interrupts = <11 IRQ_TYPE_EDGE_FALLING>;3737 system-power-controller;38383939 regulators {
+10
drivers/iio/adc/Kconfig
···783783 To compile this driver as a module, choose M here: the784784 module will be called rcar-gyroadc.785785786786+config RN5T618_ADC787787+ tristate "ADC for the RN5T618/RC5T619 family of chips"788788+ depends on MFD_RN5T618789789+ help790790+ Say yes here to build support for the integrated ADC inside the791791+ RN5T618/619 series PMICs:792792+793793+ This driver can also be built as a module. If so, the module794794+ will be called rn5t618-adc.795795+786796config ROCKCHIP_SARADC787797 tristate "Rockchip SARADC driver"788798 depends on ARCH_ROCKCHIP || (ARM && COMPILE_TEST)
···591591 This driver can also be built as a module. If so, the module592592 will be called rtc-rc5t583.593593594594+config RTC_DRV_RC5T619595595+ tristate "RICOH RC5T619 RTC driver"596596+ depends on MFD_RN5T618597597+ help598598+ If you say yes here you get support for the RTC on the599599+ RICOH RC5T619 chips.600600+601601+ This driver can also be built as a module. If so, the module602602+ will be called rtc-rc5t619.603603+594604config RTC_DRV_S35390A595605 tristate "Seiko Instruments S-35390A"596606 select BITREVERSE