RE: [PATCH v4 04/11] pwm: pwm-tiecap: Add device-tree binding support for APWM driver
From: Philip, Avinash <hidden>
Date: 2012-11-23 10:35:31
Also in:
linux-arm-kernel, linux-omap, lkml
From: Philip, Avinash <hidden>
Date: 2012-11-23 10:35:31
Also in:
linux-arm-kernel, linux-omap, lkml
On Fri, Nov 23, 2012 at 02:27:33, Thierry Reding wrote:
On Wed, Nov 21, 2012 at 06:41:01PM +0530, Philip, Avinash wrote: [...]quoted
+static const struct of_device_id ecap_of_match[] = { + { + .compatible = "ti,am33xx-ecap", + },Same here, can be shorter by putting it on one line instead of three.
I will correct it Thanks Avinash
Thierry