devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] ARM: dts: xt875: add section for kionix kxtf9
@ 2020-11-08 18:43 Carl Philipp Klemm
  2020-11-10 13:39 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Philipp Klemm @ 2020-11-08 18:43 UTC (permalink / raw)
  To: Tony Lindgren, robh+dt; +Cc: linux-omap, devicetree

ARM: dts: xt875: add section for kionix kxtf9

Signed-off-by: Carl Philipp Klemm <philipp@uvos.xyz>
---
 arch/arm/boot/dts/omap4-droid-bionic-xt875.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts b/arch/arm/boot/dts/omap4-droid-bionic-xt875.dts
index 49b2a8d55356..ccf03a743678 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 {
+	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";
+	};
+};
-- 
2.29.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v3] ARM: dts: xt875: add section for kionix kxtf9
  2020-11-08 18:43 [PATCH v3] ARM: dts: xt875: add section for kionix kxtf9 Carl Philipp Klemm
@ 2020-11-10 13:39 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2020-11-10 13:39 UTC (permalink / raw)
  To: Carl Philipp Klemm; +Cc: robh+dt, linux-omap, devicetree

* Carl Philipp Klemm <philipp@uvos.xyz> [201108 18:43]:
> ARM: dts: xt875: add section for kionix kxtf9

Thanks applying after leaving out the extra "ARM: dts:..."
from the description.

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-10 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-08 18:43 [PATCH v3] ARM: dts: xt875: add section for kionix kxtf9 Carl Philipp Klemm
2020-11-10 13:39 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).