On 03/11/2015 14:29, Lee Jones wrote:
On Tue, 03 Nov 2015, Sebastien Jan wrote:
Signed-off-by: Sebastien Jan <sjan@xxxxxxxxxxxx>
---
drivers/mfd/arizona-core.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c
index 44cfdbb..23a0f93 100644
--- a/drivers/mfd/arizona-core.c
+++ b/drivers/mfd/arizona-core.c
@@ -814,6 +814,11 @@ static int arizona_of_get_core_pdata(struct arizona *arizona)
count++;
}
+ arizona->pdata.irq_gpio = of_get_named_gpio(arizona->dev->of_node,
+ "wlf,irq_gpio", 0);
+ if (arizona->pdata.irq_gpio < 0)
+ arizona->pdata.irq_gpio = 0;
This is wrong on a number of levels.
Firstly, all properties must be documented. Secondly, underscores
aren't allowed in DT. Thirdly, this is a generic binding -- no need
for the vendor prefix. And lastly, GPIO bindings already have a
format -- it should be simply 'irq-gpios'.
Thanks Lee, I'll post a v2 with these changes (and updated bindings
document).
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel