[PATCH 3/3] ARM: dts: NSP: Add PWM Support to DT
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-03-01 20:26:47
Also in:
linux-devicetree, linux-pwm, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-03-01 20:26:47
Also in:
linux-devicetree, linux-pwm, lkml
On Tuesday 01 March 2016 12:42:49 Yendapally Reddy Dhananjaya Reddy wrote:
};
+ pwm: pwm at 31000 {
+ compatible = "brcm,iproc-pwm";
+ reg = <0x31000 0x28>;
+ clocks = <&osc>;
+ #pwm-cells = >;
+ status = "disabled";
+ };Should this also list "brcm,kona-pwm" as compatible? From patch 1, it sounds like that was the original one. Arnd