Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f7d0f2a0 authored by Sebastian Reichel's avatar Sebastian Reichel Committed by Tony Lindgren
Browse files

ARM: dts: omap3-n900: Add sound support



This patch adds support for the Nokia N900's sound
system.

Signed-off-by: default avatarSebastian Reichel <sre@kernel.org>
Reviewed-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b36c8ac9
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -90,6 +90,19 @@
			};
		};
	};

	sound: n900-audio {
		compatible = "nokia,n900-audio";

		nokia,cpu-dai = <&mcbsp2>;
		nokia,audio-codec = <&tlv320aic3x>, <&tlv320aic3x_aux>;
		nokia,headphone-amplifier = <&tpa6130a2>;

		tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
		jack-detection-gpios = <&gpio6 17 GPIO_ACTIVE_HIGH>; /* 177 */
		eci-switch-gpios = <&gpio6 22 GPIO_ACTIVE_HIGH>; /* 182 */
		speaker-amplifier-gpios = <&twl_gpio 7 GPIO_ACTIVE_HIGH>;
	};
};

&omap3_pmx_core {
@@ -702,3 +715,7 @@
		};
	};
};

&mcbsp2 {
	status = "ok";
};