Skip to content

Commit

Permalink
Merge pull request torvalds#214 from vamrs-feng/pr_cm3rpicm4
Browse files Browse the repository at this point in the history
Changes:
  * Radxa CM3 + RPI CM4 IO: add pcf85063 rtc

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen committed Sep 20, 2023
2 parents 641505e + 84d3bc4 commit b319466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-rpi-cm4-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@
pwm-min = <0>;
};
};

pcf85063: pcf85063@51 {
compatible = "nxp,pcf85063";
status = "okay";
reg = <0x51>;
quartz-load-femtofarads = <12500>;
};
};

&threshold {
Expand Down
1 change: 1 addition & 0 deletions arch/arm64/configs/rockchip_linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ CONFIG_LEDS_TRIGGER_NETDEV=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_HYM8563=y
CONFIG_RTC_DRV_RK808=y
CONFIG_RTC_DRV_PCF85063=y
CONFIG_DMADEVICES=y
CONFIG_PL330_DMA=y
CONFIG_SW_SYNC=y
Expand Down

0 comments on commit b319466

Please sign in to comment.