Commit 9b34a2a1 authored by Thierry Reding's avatar Thierry Reding
Browse files

ARM: tegra: Use correct vendor prefix for Invensense



The correct vendor prefix for Invensense is "invensense," rather than
"invn,".

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent c98167bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -358,7 +358,7 @@
		};

		gyrometer@68 {
			compatible = "invn,mpu3050";
			compatible = "invensense,mpu3050";
			reg = <0x68>;
			interrupt-parent = <&gpio>;
			interrupts = <TEGRA_GPIO(Z, 4) IRQ_TYPE_LEVEL_HIGH>;