Skip to content

Commit d6a8c2f

Browse files
okiasdigetx
authored andcommitted
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: David Heidelberg <david@ixit.cz>
1 parent 74d9620 commit d6a8c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/tegra20-acer-a500-picasso.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@
543543
status = "okay";
544544

545545
magnetometer@c {
546-
compatible = "ak,ak8975";
546+
compatible = "asahi-kasei,ak8975";
547547
reg = <0x0c>;
548548

549549
interrupt-parent = <&gpio>;

0 commit comments

Comments
 (0)