-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
overlays: spi-rtc: Add ds3232 and ds3234 #4292
Conversation
Extend the spi-rtc overlay to support the ds3232 and ds3234 RTCs, as well as adding parameters to select difference SPI controllers and chip selects. N.B. The default CS is now active-low - use the "cs_high" parameter to override this. Signed-off-by: Phil Elwell <[email protected]>
@Kriechi I don't know if you still use the Do you have any comments? |
@pelwell thanks for reaching out - It's been a while since I last used this overlay. I currently have no active project with a pcf2123. There could potentially be a lot of other people and projects using it... so I don't want to claim that this is a safe change. |
There are many routes to install our kernels - rpi-update, apt upgrade, self-build, etc. - and no common mechanism to give such a warning. It is possible to set cs_high for pcf2123 by default and add a |
After some discussion we've opted to go with this version of the overlay. It does mean that existing users of the pcf2123 will find that it stops working, but that should be quick and easy to diagnose and resolve. |
See: raspberrypi/linux#4303 kernel: HDMI support for modes that require the scrambler (4k @ 60Hz, most importantly) See: raspberrypi/linux#4302 kernel: overlays: spi-rtc: Add ds3232 and ds3234 See: raspberrypi/linux#4292 firmware: isp: Ensure the VRF is locked when setting up video colour denoise See: raspberrypi/rpicam-apps#19 firmware: isp: Remove custom EV mappings from camera tunings firmware: Add support for board-type=0xXX conditional filters in bootloader, bootcode and firmware firmware: Two UART1 patches See: #1566
See: raspberrypi/linux#4303 kernel: HDMI support for modes that require the scrambler (4k @ 60Hz, most importantly) See: raspberrypi/linux#4302 kernel: overlays: spi-rtc: Add ds3232 and ds3234 See: raspberrypi/linux#4292 firmware: isp: Ensure the VRF is locked when setting up video colour denoise See: raspberrypi/rpicam-apps#19 firmware: isp: Remove custom EV mappings from camera tunings firmware: Add support for board-type=0xXX conditional filters in bootloader, bootcode and firmware firmware: Two UART1 patches See: raspberrypi/firmware#1566
Extend the spi-rtc overlay to support the ds3232 and ds3234 RTCs, as
well as adding parameters to select difference SPI controllers and
chip selects.
N.B. The default CS is now active-low - use the "cs_high" parameter to
override this.
Signed-off-by: Phil Elwell [email protected]