summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reichel <sre@kernel.org>2014-03-31 00:29:07 +0200
committerSebastian Reichel <sre@kernel.org>2014-04-26 01:49:04 +0200
commit3217eb6f596887c6099e2ce5169ca724b4549fdf (patch)
tree85788a11a92b2e8bd5aefdf0b8c788a523c4ae32
parent734c8f1b1bed8555d971b346efb12f1525f92955 (diff)
downloadlinux-3217eb6f596887c6099e2ce5169ca724b4549fdf.tar.bz2
DTS: ARM: OMAP3-N900: Add si4713 support
This adds support for the N900's FM transmitter to the Nokia N900 DTS file. Signed-off-by: Sebastian Reichel <sre@kernel.org>
-rw-r--r--arch/arm/boot/dts/omap3-n900.dts20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts
index 64927724f041..9ba1f08059a0 100644
--- a/arch/arm/boot/dts/omap3-n900.dts
+++ b/arch/arm/boot/dts/omap3-n900.dts
@@ -208,6 +208,13 @@
0x05a (PIN_INPUT | MUX_MODE4) /* gpio 42 => wl1251 irq */
>;
};
+
+ fmtx_pins: pinmux_fmtx {
+ pinctrl-single,pins = <
+ 0x082 (PIN_INPUT | MUX_MODE4) /* 53 => fmtx irq */
+ 0x16a (PIN_OUTPUT | MUX_MODE4) /* 163 => fmtx reset */
+ >;
+ };
};
&i2c1 {
@@ -491,6 +498,19 @@
power-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>; /* 98 */
};
+ fmtx: si4713@63 {
+ compatible = "silabs,si4713";
+ reg = <0x63>;
+
+ pinctrl-names = "default";
+ pinctrl-0 = <&fmtx_pins>;
+
+ interrupts-extended = <&gpio2 21 IRQ_TYPE_EDGE_FALLING>; /* 53 */
+ reset-gpios = <&gpio6 3 GPIO_ACTIVE_HIGH>; /* 163 */
+ vio-supply = <&vio>;
+ vdd-supply = <&vaux1>;
+ };
+
bq24150a: bq24150a@6b {
compatible = "ti,bq24150a";
reg = <0x6b>;