Commit c44e438a authored by Stephen Warren's avatar Stephen Warren
Browse files

ARM: dt: tegra: gpio comment cleanup



Ensure that all Tegraa GPIO specifiers contain a comment indicating which
GPIO name the number refers to.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
parent f9eb26a4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;
	};

@@ -343,7 +343,7 @@

		wifi {
			label = "wifi-led";
			gpios = <&gpio 24 0>;
			gpios = <&gpio 24 0>; /* gpio PD0 */
			linux,default-trigger = "rfkill0";
		};
	};
+2 −2
Original line number Diff line number Diff line
@@ -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 {
+1 −1

File changed.

Contains only whitespace changes.