Hi Robert, Great, I've got that working (without hacking the main device table) based on your example - much appreciated. I'd tried something similar but had slipped up by putting the aliases definition at the top level, instead of inside an __overlay__ within its own fragment.
I'd be happy to create a pull request if you think it would be useful? Tim. On 11/09/17 22:47, Robert Nelson wrote: > Bingo, got it: > > dmeroot@beaglebone:~# dmesg | grep rtc > [ 1.981906] omap_rtc 44e3e000.rtc: already running > [ 1.982366] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as > rtc1 > [ 2.186792] rtc-pcf8523 2-0068: rtc core: registered rtc-pcf8523 as rtc0 > [ 2.229750] PM: bootloader does not support rtc-only! > [ 2.231877] rtc-pcf8523 2-0068: setting system clock to 2017-09-11 > 21:41:08 UTC (1505166068) > > Just missed a "0" on the 32bit register value: > > https://github.com/RobertCNelson/bb.org-overlays/commit/946359cdf5fc6d2a0e1cbf04541116d6d0757848 -- South East Open Source Solutions Limited Registered in England and Wales with company number 06134732. Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ VAT number: 900 6633 53 http://seoss.co.uk/ +44-(0)1273-808309 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/df0daac8-ae9a-b2d3-3fcc-3bee644fca72%40seoss.co.uk. For more options, visit https://groups.google.com/d/optout.
