Skip to content

Commit 7806a88

Browse files
docs: Update RTC sysfs paths for Raspberry Pi 5
Fixes #4205 Updated outdated sysfs paths for Raspberry Pi 5 RTC from: - soc/soc:rpi_rtc To: - soc@107c000000/soc@107c000000:rpi_rtc This resolves the issue where the documentation referenced incorrect paths that no longer exist on Raspberry Pi 5.
1 parent acf7d09 commit 7806a88

File tree

1 file changed

+3
-3
lines changed
  • documentation/asciidoc/computers/raspberry-pi

1 file changed

+3
-3
lines changed

documentation/asciidoc/computers/raspberry-pi/rtc.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ The RTC is equipped with a constant-current (3mA) constant-voltage charger.
5858
Charging of the battery is disabled by default. There are `sysfs` files that show the charging voltage and limits:
5959

6060
----
61-
/sys/devices/platform/soc/soc:rpi_rtc/rtc/rtc0/charging_voltage:0
62-
/sys/devices/platform/soc/soc:rpi_rtc/rtc/rtc0/charging_voltage_max:4400000
63-
/sys/devices/platform/soc/soc:rpi_rtc/rtc/rtc0/charging_voltage_min:1300000
61+
/sys/devices/platform/soc@107c000000/soc@107c000000:rpi_rtc/rtc/rtc0/charging_voltage:0
62+
/sys/devices/platform/soc@107c000000/soc@107c000000:rpi_rtc/rtc/rtc0/charging_voltage_max:4400000
63+
/sys/devices/platform/soc@107c000000/soc@107c000000:rpi_rtc/rtc/rtc0/charging_voltage_min:1300000
6464
----
6565

6666
To charge the battery at a set voltage, add https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README#L279[`rtc_bbat_vchg`] to `/boot/firmware/config.txt`:

0 commit comments

Comments
 (0)