mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
ARM: dts: qcom: msm8974-hammerhead: correct gpios property on magnetometer
This patch correctly sets the gpios property for the ak8963 magnetometer's DRDY pin so that interrupts work properly. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
@@ -327,8 +327,7 @@
|
||||
ak8963@f {
|
||||
compatible = "asahi-kasei,ak8963";
|
||||
reg = <0x0f>;
|
||||
// Currently only works in polling mode.
|
||||
// gpios = <&msmgpio 61 0>;
|
||||
gpios = <&msmgpio 67 0>;
|
||||
vid-supply = <&pm8941_lvs1>;
|
||||
vdd-supply = <&pm8941_l17>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user