Commit 7153218a authored by Linus Walleij's avatar Linus Walleij

ARM: dts: ux500: Drop drdy pin assignment from magnetometer

This magnetometer can not select which line provided the outgoing
IRQ so drop it, the DT bindings will complain too.
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4beba401
...@@ -95,7 +95,6 @@ accelerometer@19 { ...@@ -95,7 +95,6 @@ accelerometer@19 {
}; };
magnetometer@1e { magnetometer@1e {
compatible = "st,lsm303dlm-magn"; compatible = "st,lsm303dlm-magn";
st,drdy-int-pin = <1>;
reg = <0x1e>; reg = <0x1e>;
vdd-supply = <&ab8500_ldo_aux1_reg>; vdd-supply = <&ab8500_ldo_aux1_reg>;
vddio-supply = <&db8500_vsmps2_reg>; vddio-supply = <&db8500_vsmps2_reg>;
......
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