Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313350
b: refs/heads/master
c: 612e1d5
h: refs/heads/master
v: v3
  • Loading branch information
Lee Jones committed Jul 13, 2012
1 parent 32c521e commit 9cc79cd
Show file tree
Hide file tree
Showing 3 changed files with 3 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: ddb3b99c532930c9f891e97af5ef4e6691076c16
refs/heads/master: 612e1d5f1c192996889038598fb82ea03fb01573
2 changes: 1 addition & 1 deletion trunk/Documentation/devicetree/bindings/gpio/gpio-nmk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Example:
#gpio-cells = <2>;
gpio-controller;
interrupt-controller;
supports-sleepmode;
st,supports-sleepmode;
gpio-bank = <1>;
};
2 changes: 1 addition & 1 deletion trunk/drivers/pinctrl/pinctrl-nomadik.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ static int __devinit nmk_gpio_probe(struct platform_device *dev)
if (!pdata)
return -ENOMEM;

if (of_get_property(np, "supports-sleepmode", NULL))
if (of_get_property(np, "st,supports-sleepmode", NULL))
pdata->supports_sleepmode = true;

if (of_property_read_u32(np, "gpio-bank", &dev->id)) {
Expand Down

0 comments on commit 9cc79cd

Please sign in to comment.