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.

Dm365 + SPI + PWM Issue

Hi all,

i am using DM365 processor and DaVinci-PSP-SDK-03.21.00.04 kernel on it, i wanted SPI support so i came to this kernel but what really happened is i cant touch PWM registers,

i tried with devmem <PWM REG ADRESS> 32 <VAL to be SET>

its not setting my required value

all address are just showing 0x00000000

and also i tried through using ioremap inside my own driver this is also not able to set (even see) the values,all registers are just showing 0x00000000

 

But when i was using  linux-2.6.18_pro500 kernel on my DM365 all these above things to access tp PWM were working...But SPI1 support was not there...

 

pls help me

Thanks in Advance

Hari