-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
add a configurable i2c address to an RTC? #2611
Comments
Go for it. |
Cool...will sort something and then post back here |
A PR would be better. |
See PiSupply/PiJuice#166 comment by @hemingchen for a work-around using |
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See 1fa2579. |
@pelwell Thanks for the quick implementaton. |
It varies from hours to days, but is rarely longer than a week. In the meantime you can build your own:
|
@pelwell Thanks again. Just tried the build and it works as expected. |
See: raspberrypi/linux#2614 kernel: vc4: DPI support See: raspberrypi/linux#2429 kernel: spi: Make GPIO CSs honour the SPI_NO_CS flag See: raspberrypi/linux#2169 kernel: overlays: Add addr parameter to i2c-rtc (& -gpio) See: raspberrypi/linux#2611 userland: mmal: Remove unused mmal_metadata header file
See: raspberrypi/linux#2614 kernel: vc4: DPI support See: raspberrypi/linux#2429 kernel: spi: Make GPIO CSs honour the SPI_NO_CS flag See: raspberrypi/linux#2169 kernel: overlays: Add addr parameter to i2c-rtc (& -gpio) See: raspberrypi/linux#2611 userland: mmal: Remove unused mmal_metadata header file
Last night's firmware release includes the patched i2c-rtc (and i2c-rtc-gpio) overlay(s). |
@pelwell Thanks Phil for the heads-up |
Thanks @pelwell @tvoverbeek |
@shawaj Please close if you feel the issue has been resolved. |
See: raspberrypi#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi/linux#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi/linux#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi/linux#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: raspberrypi#2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
See: #2611 Signed-off-by: Phil Elwell <phil@raspberrypi.org>
On PiJuice (https://github.com/PiSupply/PiJuice) we are using an emulated ds1339 RTC running on the STM32 MCU.
However, to avoid hardware clashes we are offering the possibility for users to change the i2c address of the RTC.
We would like to add support for changing of the address using the overlay. Would this be acceptable if we submitted a PR?
See this issue for further discussion also - PiSupply/PiJuice#166 (comment)
Thanks
The text was updated successfully, but these errors were encountered: