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/AM5728: DSP fails when RTC added to device tree

Part Number: AM5728

Tool/software: Linux

I added the RTC to DTS file since DS3231 RTC is connected to i2c1 port.

The problem is that DSP doesn’t work when I add the RTC.

 

The attached log as “DSP_LOG_NORMAL.TXT” is DSP log working normally but I can’t find any logs on DSP when I add the RTC.

 

On the file as “am57xx-idk-common.dtsi“, DSP doesn’t work when I add below to i2c1.

/* sootoo23-171201: i2c1 DS3231 RTC Add (Pinmux Define in u-boot)*/

    ds3231_rtc: ds3231_rtc@68 {

        compatible = "dallas,ds3231";

        reg = <0x68>;

    };

 

I think that there is no link between the RTC and DSP so don’t know why DSP doesn’t work.

FYI, there is no source code related to the RTC on DSP.

 

<DSP_LOG_NORMAL.TXT>

3782.DSP_LOG_NORMAL.TXT

 

<ARM_LOG_RTCREMOVE.TXT>

4135.ARM_LOG_RTCREMOVE.TXT

 

<ARM_LOG_RTCADD.TXT>

7840.ARM_LOG_RTCADD.TXT

 

<am57xx-idk-common.dtsi>

am57xx-idk-common-dtsi.zip

 

<dra7-evm.dts>

dra7-evm-dts.zip