diff options
author | Marek Belisko <[email protected]> | 2014-07-22 21:30:16 +0200 |
---|---|---|
committer | Tony Lindgren <[email protected]> | 2014-07-23 01:58:16 -0700 |
commit | e51c6beaefe3e2fc7490064b7a4a5f70cd861cde (patch) | |
tree | 5ef7d60a3c9c53d105c1734bf4d10b5e1bae8d8f | |
parent | 9edc57af01a22f227c30ae1261cf232ab8673cbf (diff) |
ARM: dts: omap3-gta04: Add wifi reset node
Define gpio node in tca6507 which will be used as
wifi reset pin.
Signed-off-by: Marek Belisko <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dts b/arch/arm/boot/dts/omap3-gta04.dts index 406749573e35..0c44827da259 100644 --- a/arch/arm/boot/dts/omap3-gta04.dts +++ b/arch/arm/boot/dts/omap3-gta04.dts @@ -196,6 +196,9 @@ #size-cells = <0>; reg = <0x45>; + gpio-controller; + #gpio-cells = <2>; + gta04_led0: red_aux@0 { label = "gta04:red:aux"; reg = <0x0>; @@ -216,6 +219,11 @@ label = "gta04:green:power"; reg = <0x4>; }; + + wifi_reset: wifi_reset@6 { + reg = <0x6>; + compatible = "gpio"; + }; }; /* compass aka magnetometer */ |