]> Git Repo - linux.git/commitdiff
ARM: dts: xt875: add section for kionix kxtf9
authorCarl Philipp Klemm <[email protected]>
Sun, 8 Nov 2020 18:43:39 +0000 (19:43 +0100)
committerTony Lindgren <[email protected]>
Tue, 10 Nov 2020 13:35:55 +0000 (15:35 +0200)
Add section for kionix kxtf9.

Signed-off-by: Carl Philipp Klemm <[email protected]>
[[email protected]: removed extra header from description]
Signed-off-by: Tony Lindgren <[email protected]>
arch/arm/boot/dts/omap4-droid-bionic-xt875.dts

index 49b2a8d553568aa6ee0bc8de57ce14f4b74e0ea5..ccf03a743678f6b6e7e3203c8a5b96e58369444a 100644 (file)
                };
        };
 };
+
+&i2c4 {
+       kxtf9: accelerometer@f {
+               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";
+       };
+};
This page took 0.067406 seconds and 4 git commands to generate.