You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the dts node of rtc is copied from Reterminal DM(plus). We did this because we modify the driver of pcf8563 and renamed it to pcf8563w.Here is the driver souce code of it.
Since you can make it work by changing the name of rtc node. I think you can create a PR to our repo for better compatibility.
Describe the bug
Setting up OpenWRT (kernel 5.15.134) on the R100x using the reComputer-R100x-overlay.dts file, fails to load the RTC driver.
After some trial and error, if I change line 134, from
pcf8563w@51 to pcf8563@51 everything works.
Is there a reason for the additional 'w'?
The text was updated successfully, but these errors were encountered: