This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3352: Date error

Part Number: AM3352
Other Parts Discussed in Thread: TPS65910

Tool/software: Linux

Hi all,

My linux kernel is :linux-4.14.79+gitAUTOINC+bde58ab01e-gbde58ab01e

PROBLEM :hwclock is ok,date is error.

Why no printf info as below:

omap_rtc omap_rtc: rtc core: registered omap_rtc as rtc0
omap_rtc: already running

My linux config about RTC as below:

CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
CONFIG_RTC_DEBUG=y
CONFIG_RTC_NVMEM=y

CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y

CONFIG_RTC_DRV_DS1307=m
CONFIG_RTC_DRV_DS1307_HWMON=y

CONFIG_RTC_DRV_PALMAS=m
CONFIG_RTC_DRV_TPS6586X=m
CONFIG_RTC_DRV_TPS65910=m

CONFIG_RTC_I2C_AND_SPI=y

CONFIG_RTC_DRV_EFI=m

CONFIG_RTC_DRV_OMAP=y

CONFIG_DMADEVICES=y

My dts:

&rtc{

status=okay;

}

Best regards