Skip to content
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

raspios: enable RTC overlay for PCF8523T #136

Merged
merged 1 commit into from
Jan 12, 2025

Conversation

gdoffe
Copy link
Contributor

@gdoffe gdoffe commented Jan 8, 2025

This commit adds the i2c-rtc overlay with the pcf8523 parameter to the Raspberry Pi configuration. This enables the RTC functionality for the PCF8523T chip, which is present on the RPi shield.

The Real-Time Clock (RTC) allows the system to maintain accurate timekeeping, even when powered off, using the battery backup provided on the shield.

@gdoffe gdoffe requested review from ecourtois and mlecriva January 8, 2025 20:05
@gdoffe gdoffe linked an issue Jan 8, 2025 that may be closed by this pull request
@gdoffe gdoffe self-assigned this Jan 8, 2025
@gdoffe gdoffe added the raspios label Jan 8, 2025
This commit adds the i2c-rtc overlay with the pcf8523 parameter to the
Raspberry Pi configuration. This enables the RTC functionality for the
PCF8523T chip, which is present on the RPi shield.

The Real-Time Clock (RTC) allows the system to maintain accurate
timekeeping, even when powered off, using the battery backup provided on
the shield.

Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
@ecourtois ecourtois force-pushed the 135-add-rtc-pcf8523t-support branch from 7485d31 to 9b6116f Compare January 11, 2025 16:16
Copy link
Collaborator

@mlecriva mlecriva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ecourtois ecourtois merged commit bdf961c into master Jan 12, 2025
3 checks passed
@ecourtois ecourtois deleted the 135-add-rtc-pcf8523t-support branch January 12, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add RTC PCF8523T support
3 participants