diff options
author | H. Nikolaus Schaller <hns@goldelico.com> | 2018-07-31 09:11:15 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-09-07 10:10:54 -0700 |
commit | ebd4fc999e07693c1ec79dfd7357befb20d2bec3 (patch) | |
tree | 8fd0e7d274b5ed6a4e6583950c2dec465ec10bac /arch | |
parent | 1ae00833e30c9b4af5cbfda65d75b1de12f74013 (diff) | |
download | linux-ebd4fc999e07693c1ec79dfd7357befb20d2bec3.tar.bz2 |
ARM: dts: omap3-gta04: add a comment how to reference the tca6507 gpio
Make clear how to use the wifi_reset since it is not obvious.
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-gta04.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index 45d4b080341b..1145cfaa06d6 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -436,7 +436,7 @@ reg = <0x4>; }; - wifi_reset: wifi_reset@6 { + wifi_reset: wifi_reset@6 { /* reference as <&tca_gpios 0 0> since it is currently the only GPIO */ reg = <0x6>; compatible = "gpio"; }; |