Searched refs:pcf8523 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/rtc/ |
H A D | rtc-pcf8523.c | 50 struct pcf8523 { struct 55 static int pcf8523_load_capacitance(struct pcf8523 *pcf8523, struct device_node *node) in pcf8523_load_capacitance() argument 64 dev_warn(&pcf8523->rtc->dev, "Unknown quartz-load-femtofarads value: %d. Assuming 12500", in pcf8523_load_capacitance() 74 return regmap_update_bits(pcf8523->regmap, PCF8523_REG_CONTROL1, in pcf8523_load_capacitance() 80 struct pcf8523 *pcf8523 = dev_id; in pcf8523_irq() local 84 err = regmap_read(pcf8523->regmap, PCF8523_REG_CONTROL2, &value); in pcf8523_irq() 90 regmap_write(pcf8523->regmap, PCF8523_REG_CONTROL2, value); in pcf8523_irq() 91 rtc_update_irq(pcf8523->rtc, 1, RTC_IRQF | RTC_AF); in pcf8523_irq() 101 struct pcf8523 *pcf8523 = dev_get_drvdata(dev); in pcf8523_rtc_read_time() local 105 err = regmap_bulk_read(pcf8523->regmap, PCF8523_REG_CONTROL1, regs, in pcf8523_rtc_read_time() [all …]
|
H A D | Makefile | 125 obj-$(CONFIG_RTC_DRV_PCF8523) += rtc-pcf8523.o
|
H A D | Kconfig | 461 will be called rtc-pcf8523.
|
/openbmc/linux/Documentation/devicetree/bindings/rtc/ |
H A D | nxp,pcf8523.txt | 4 - compatible: Should contain "nxp,pcf8523". 14 pcf8523: rtc@68 { 15 compatible = "nxp,pcf8523";
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-h100.dts | 174 rtc: pcf8523@68 { 175 compatible = "nxp,pcf8523";
|
H A D | imx6qdl-hummingboard2.dtsi | 223 pcf8523: rtc@68 { label 224 compatible = "nxp,pcf8523";
|
H A D | imx6qdl-cubox-i.dtsi | 145 compatible = "nxp,pcf8523";
|
H A D | imx6q-novena.dts | 268 rtc: pcf8523@68 { 269 compatible = "nxp,pcf8523";
|
H A D | imx6qdl-hummingboard.dtsi | 191 compatible = "nxp,pcf8523";
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-opp-lanyang.dts | 204 compatible = "nxp,pcf8523";
|
H A D | aspeed-bmc-opp-zaius.dts | 215 compatible = "nxp,pcf8523";
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mq-mnt-reform2.dts | 129 compatible = "nxp,pcf8523";
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |