Commit 0567022c authored by Brian Masney's avatar Brian Masney Committed by Andy Gross

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: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent e9d753b8
...@@ -327,8 +327,7 @@ i2c-gate { ...@@ -327,8 +327,7 @@ i2c-gate {
ak8963@f { ak8963@f {
compatible = "asahi-kasei,ak8963"; compatible = "asahi-kasei,ak8963";
reg = <0x0f>; reg = <0x0f>;
// Currently only works in polling mode. gpios = <&msmgpio 67 0>;
// gpios = <&msmgpio 61 0>;
vid-supply = <&pm8941_lvs1>; vid-supply = <&pm8941_lvs1>;
vdd-supply = <&pm8941_l17>; vdd-supply = <&pm8941_l17>;
}; };
......
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