Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts

From: David Lechner
Date: Mon Oct 24 2016 - 15:50:48 EST


On 10/24/2016 10:50 AM, David Lechner wrote:
On 10/24/2016 06:58 AM, Sekhar Nori wrote:
On Saturday 22 October 2016 12:06 AM, David Lechner wrote:

+&ehrpwm1 {
+ status = "disabled";

Hmm, disabled? Can you add this node when you actually use it?

Not sure why I have this disabled. Like the gpios, the pwms can be used
via sysfs, so I would like to leave them.


Now I remember why these are disabled. The clock matching is broken. Only the first ehrpwm and the first ecap get clocks. The others fail.

I can change these to "okay". It will just result in a kernel error message until the clocks are fixed.