Commit 98b5c3eb authored by David Heidelberg's avatar David Heidelberg Committed by Thierry Reding

ARM: tegra: acer-a500: Correct compatible of ak8975 magnetometer

The "ak,ak8975" compatible is not recognized by dt-bindings, it's
deprecated. Use supported "asahi-kasei,ak8975" compatible.
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 6880fa6c
......@@ -543,7 +543,7 @@ i2c@7000d000 {
status = "okay";
magnetometer@c {
compatible = "ak,ak8975";
compatible = "asahi-kasei,ak8975";
reg = <0x0c>;
interrupt-parent = <&gpio>;
......
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