Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342297
b: refs/heads/master
c: ab7b51f
h: refs/heads/master
i:
  342295: 5175f38
v: v3
  • Loading branch information
Tomasz Figa authored and Kukjin Kim committed Nov 7, 2012
1 parent 4915c37 commit de1d725
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86666adc1e594a3e98407da21f5f2bac587ff0cf
refs/heads/master: ab7b51ff9e3713995fb5f5a2ded22af06aed2847
7 changes: 5 additions & 2 deletions trunk/arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -997,11 +997,14 @@ static int __init exynos_init_irq_eint(void)
* platforms switch over to using the pinctrl driver, the wakeup
* interrupt support code here can be completely removed.
*/
static const struct of_device_id exynos_pinctrl_ids[] = {
{ .compatible = "samsung,pinctrl-exynos4210", },
{ .compatible = "samsung,pinctrl-exynos4x12", },
};
struct device_node *pctrl_np, *wkup_np;
const char *pctrl_compat = "samsung,pinctrl-exynos4210";
const char *wkup_compat = "samsung,exynos4210-wakeup-eint";

for_each_compatible_node(pctrl_np, NULL, pctrl_compat) {
for_each_matching_node(pctrl_np, exynos_pinctrl_ids) {
if (of_device_is_available(pctrl_np)) {
wkup_np = of_find_compatible_node(pctrl_np, NULL,
wkup_compat);
Expand Down

0 comments on commit de1d725

Please sign in to comment.