Skip to content

Commit

Permalink
ARM: ux500: allow Snowball access to the AB8500 GPIO pins
Browse files Browse the repository at this point in the history
The AB8500 GPIO driver has been un-BROKEN and rewritten as a pinctrl
driver. Now that it's back in use, let's ensure that it's available
when booting Snowball with Device Tree enabled.

Cc: arm@kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Lee Jones authored and Linus Walleij committed Mar 1, 2013
1 parent d00156e commit 924e82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/snowball.dts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@
};

ab8500@5 {
ab8500-gpio {
compatible = "stericsson,ab8500-gpio";
};

ab8500-regulators {
ab8500_ldo_aux1_reg: ab8500_ldo_aux1 {
regulator-name = "V-DISPLAY";
Expand Down

0 comments on commit 924e82d

Please sign in to comment.