diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-06-18 04:51:57 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-21 08:48:15 -0400 |
commit | 348f3bc6e92e95aa153e9dc413755aaee892b139 (patch) | |
tree | 6e340b1559372b6601d07bbaa35a10a95c06bfbc /arch/arm/boot/dts/dbx5x0.dtsi | |
parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b (diff) |
ARM: ux500: Provide a AB8500 GPIO Device Tree node
Here we're adding a node for the AB8500 GPIO device. This will allow
other DT:ed components to obtain GPIOs for use within their drivers.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/dbx5x0.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dbx5x0.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi index b6bc4ff17f26..544824b512e1 100644 --- a/arch/arm/boot/dts/dbx5x0.dtsi +++ b/arch/arm/boot/dts/dbx5x0.dtsi | |||
@@ -326,6 +326,11 @@ | |||
326 | interrupt-controller; | 326 | interrupt-controller; |
327 | #interrupt-cells = <2>; | 327 | #interrupt-cells = <2>; |
328 | 328 | ||
329 | ab8500_gpio: ab8500-gpio { | ||
330 | gpio-controller; | ||
331 | #gpio-cells = <2>; | ||
332 | }; | ||
333 | |||
329 | ab8500-rtc { | 334 | ab8500-rtc { |
330 | compatible = "stericsson,ab8500-rtc"; | 335 | compatible = "stericsson,ab8500-rtc"; |
331 | interrupts = <17 0x4 | 336 | interrupts = <17 0x4 |