On Sun, Aug 17, 2014 at 11:16 AM, Chen-Yu Tsai <w...@csie.org> wrote:
> Curious, why did you make a PWM driver when there is one in the works?

Because I didn't know about it.

>
> See: https://lkml.org/lkml/2014/5/19/568
>
> On Sun, Aug 17, 2014 at 4:16 AM, jonsm...@gmail.com <jonsm...@gmail.com> 
> wrote:
>> I attached a PWM driver for the mainline kernel. I think it is working
>> but I don't have access to a scope at my current location. I know it
>> is making pulses, but without a scope I have no idea if they are the
>> correct pulses.
>>
>> I tried this and the audio chip wasn't happy with the pulses. It
>> should have made a 12Mhz clock with a 50% duty cycle.
>> pwms = <&pwm 0 100 0>;
>>
>> This goes into bypass mode and puts 24Mhz on the pin.
>> pwms = <&pwm 0 50 0>;
>>
>> If someone can tell me what's going on with the output pin I can make
>> changes as needed.
>>
>> --
>> Jon Smirl
>> jonsm...@gmail.com
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "linux-sunxi" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to linux-sunxi+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.



-- 
Jon Smirl
jonsm...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to