Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308374
b: refs/heads/master
c: c44e438
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren committed May 14, 2012
1 parent c597901 commit 5973327
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f9eb26a4e11c63bba2fb71b58dff5ed6f33091f9
refs/heads/master: c44e438a7ff53b14d0fc433258b93948e1884f22
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
reg = <0x7000C500 0x100>;
interrupts = <0 92 0x04>;
clock-frequency = <80000>;
request-gpios = <&gpio 170 0>;
request-gpios = <&gpio 170 0>; /* gpio PV2 */
slave-addr = <138>;
};

Expand Down Expand Up @@ -343,7 +343,7 @@

wifi {
label = "wifi-led";
gpios = <&gpio 24 0>;
gpios = <&gpio 24 0>; /* gpio PD0 */
linux,default-trigger = "rfkill0";
};
};
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/boot/dts/tegra-trimslice.dts
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
};

sdhci@c8000600 {
cd-gpios = <&gpio 121 0>;
wp-gpios = <&gpio 122 0>;
cd-gpios = <&gpio 121 0>; /* gpio PP1 */
wp-gpios = <&gpio 122 0>; /* gpio PP2 */
};

usb@c5004000 {
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/boot/dts/tegra-ventana.dts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@

nvidia,spkr-en-gpios = <&wm8903 2 0>;
nvidia,hp-det-gpios = <&gpio 178 0>; /* gpio PW2 */
nvidia,int-mic-en-gpios = <&gpio 184 0>; /*gpio PX0 */
nvidia,int-mic-en-gpios = <&gpio 184 0>; /* gpio PX0 */
nvidia,ext-mic-en-gpios = <&gpio 185 0>; /* gpio PX1 */
};

Expand Down

0 comments on commit 5973327

Please sign in to comment.