Adds rfkill switch information to the device tree of paz00. Signed-off-by: Marc Dietrich <marvin24@xxxxxx> --- arch/arm/boot/dts/tegra-paz00.dts | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts index fc97254..2c99099 100644 --- a/arch/arm/boot/dts/tegra-paz00.dts +++ b/arch/arm/boot/dts/tegra-paz00.dts @@ -130,4 +130,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>; + }; + }; }; -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html