Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0638eb6 authored by Stephen Warren's avatar Stephen Warren Committed by Arnd Bergmann
Browse files

arm/dt: Tegra: Update SDHCI nodes to match bindings



The bindings were recently updated to have separate properties for each
type of GPIO. Update the Device Tree source to match that.

Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent c488637c
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -57,14 +57,14 @@
	};
	};


	sdhci@c8000200 {
	sdhci@c8000200 {
		gpios = <&gpio 69 0>, /* cd, gpio PI5 */
		cd-gpios = <&gpio 69 0>; /* gpio PI5 */
			<&gpio 57 0>, /* wp, gpio PH1 */
		wp-gpios = <&gpio 57 0>; /* gpio PH1 */
			<&gpio 155 0>; /* power, gpio PT3 */
		power-gpios = <&gpio 155 0>; /* gpio PT3 */
	};
	};


	sdhci@c8000600 {
	sdhci@c8000600 {
		gpios = <&gpio 58 0>, /* cd, gpio PH2 */
		cd-gpios = <&gpio 58 0>; /* gpio PH2 */
			<&gpio 59 0>, /* wp, gpio PH3 */
		wp-gpios = <&gpio 59 0>; /* gpio PH3 */
			<&gpio 70 0>; /* power, gpio PI6 */
		power-gpios = <&gpio 70 0>; /* gpio PI6 */
	};
	};
};
};
+3 −3
Original line number Original line Diff line number Diff line
@@ -21,8 +21,8 @@
	};
	};


	sdhci@c8000400 {
	sdhci@c8000400 {
		gpios = <&gpio 69 0>, /* cd, gpio PI5 */
		cd-gpios = <&gpio 69 0>; /* gpio PI5 */
			<&gpio 57 0>, /* wp, gpio PH1 */
		wp-gpios = <&gpio 57 0>; /* gpio PH1 */
			<&gpio 70 0>; /* power, gpio PI6 */
		power-gpios = <&gpio 70 0>; /* gpio PI6 */
	};
	};
};
};