diff mbox

[3/3] dt: arm: paz00: add rfkill switch to device tree

Message ID 1e6659a5ec782d64ae24c1bb222fa1474594a447.1328461986.git.marvin24@gmx.de
State Superseded, archived
Headers show

Commit Message

Marc Dietrich Feb. 5, 2012, 5:18 p.m. UTC
Adds rfkill switch information to the device tree of paz00.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
---
 arch/arm/boot/dts/tegra-paz00.dts |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts
index 255851d..28f2c6a 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/arch/arm/boot/dts/tegra-paz00.dts
@@ -131,4 +131,15 @@ 
 			linux,default-trigger = "rfkill0";
 		};
 	};
+
+	rfkill-gpio {
+		compatible = "rfkill-gpio";
+
+		wifi {
+			label = "wifi";
+			reset-gpio = <&gpio 85 0>;
+			shutdown-gpio = <&gpio 25 0>;
+			type = <1>;
+		};
+	};
 };