Hello!
There are two real time clocks in my DM385 system - omap internal and i2c chip pcf8563.
Linux, when starts, assigns device rtc0 to omap clock and rtc1 to i2c chip.
Where and how is this desided? Can I switch those numbers and make i2c clock to be rtc0?
There are settings in Linux configuration (hctosys) which define from where (rtc0 or rtc1) system loads
time after reset, but can I change devices completely and make i2c chip to be /dev/rtc0 ?
Thanks
German