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>
This commit is contained in:
Thierry Reding 2021-12-07 14:01:53 +01:00
parent c98167bbe8
commit 9b34a2a1bc

View File

@ -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>;