Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: tegra: Use correct vendor prefix for Invensense

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

Signed-off-by: Thierry Reding <treding@nvidia.com>

+1 -1
+1 -1
arch/arm/boot/dts/tegra20-seaboard.dts
··· 358 358 }; 359 359 360 360 gyrometer@68 { 361 - compatible = "invn,mpu3050"; 361 + compatible = "invensense,mpu3050"; 362 362 reg = <0x68>; 363 363 interrupt-parent = <&gpio>; 364 364 interrupts = <TEGRA_GPIO(Z, 4) IRQ_TYPE_LEVEL_HIGH>;