diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-01-16 14:28:03 +0000 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-02-28 10:20:04 +0100 |
commit | c63ecf5998c91eedfb6efe04da60af3d15804aba (patch) | |
tree | f46ef9726d413998fca71071d7ad6fc188c19553 | |
parent | 9ad2eed7ab07a6f42eea6cac63c328f0af22b7f6 (diff) | |
download | linux-stericsson-c63ecf5998c91eedfb6efe04da60af3d15804aba.tar.gz |
ARM: ux500: allow Snowball access to the AB8500 GPIO pinsux500-dt-fixes-3.9
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>
-rw-r--r-- | arch/arm/boot/dts/snowball.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index 27f31a5fa494..b095e85d93c8 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -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"; |