Mainline:Broadcom Kona/BCM590xx/RTC: Difference between revisions

No edit summary
No edit summary
Line 26: Line 26:
|3
|3
|Weekday (<code>WD</code>)
|Weekday (<code>WD</code>)
|Day of week; 0 is Monday, 6 is Sunday. {{speculation|todo, verify}}
|Day of week, from 0 to 6. {{speculation|Appears to roll over whenever the day changes; the hardware does not enforce a specific start.}} Sets itself to 0 on reset. {{speculation|The day of month sets itself to 0 on reset, which should be an invalid value, but would suggest that the range is 0 -> Sunday, 6 -> Monday, but there is no downstream code to confirm this.}}
|-
|-
|4
|4
|Day of month (<code>DT</code>)
|Day of month (<code>DT</code>)
|Day of month, starting from 0.
|Day of month, starting from 1. {{speculation|Sets itself to 0 on reset.}}
|-
|-
|5
|5