Message ID | 20201023180902.45afa3cad97a11e563ff8110@uvos.xyz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ARM: dts: xt875: Improve dts support for Motorola XT875 | expand |
* Carl Philipp Klemm <philipp@uvos.xyz> [201023 19:24]:
> Add section and support for kionix kxtf9 on XT875
Applying forv 5.11 thanks. I changed the subject to match
the line above to avoid commits with duplicate subjet as
the previous patch also had the same subject.
Regards,
Tony
diff --git a/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts b/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts index 49b2a8d55356..271a43827cbf 100644 --- a/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts +++ b/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts @@ -37,3 +37,19 @@ backlight_led: led@0 { }; }; }; + +&i2c4 { + lis3dh: accelerometer@18 { + compatible = "kionix,kxtf9"; + reg = <0x0f>; + + vdd-supply = <&vhvio>; + + interrupt-parent = <&gpio2>; + interrupts = <2 IRQ_TYPE_EDGE_RISING>; + + rotation-matrix = "0", "-1", "0", + "1", "0", "0", + "0", "0", "1"; + }; +};
Add section and support for kionix kxtf9 on XT875 Signed-off-by: Carl Philipp Klemm <carl@uvos.xyz> --- arch/arm/boot/dts/omap4-droid-bionic-xt875.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)