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

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
......@@ -358,7 +358,7 @@ isl29018@44 {
};
gyrometer@68 {
compatible = "invn,mpu3050";
compatible = "invensense,mpu3050";
reg = <0x68>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(Z, 4) IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment