From c9940680b599300c3fb46e799986b736d394432d Mon Sep 17 00:00:00 2001 From: Marek Belisko Date: Mon, 28 Jul 2014 21:53:33 +0200 Subject: ARM: dts: Add gta04a5 model Add model a5 which have additional jack detection. Signed-off-by: Marek Belisko [tony@atomide.com: fixed a typo for make dtbs to work] Signed-off-by: Tony Lindgren --- arch/arm/boot/dts/omap3-gta04a5.dts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-gta04a5.dts (limited to 'arch/arm/boot/dts/omap3-gta04a5.dts') diff --git a/arch/arm/boot/dts/omap3-gta04a5.dts b/arch/arm/boot/dts/omap3-gta04a5.dts new file mode 100644 index 000000000000..52b386f6865b --- /dev/null +++ b/arch/arm/boot/dts/omap3-gta04a5.dts @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2014 H. Nikolaus Schaller + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include "omap3-gta04.dtsi" + +/ { + model = "Goldelico GTA04A5"; + + sound { + ti,jack-det-gpio = <&twl_gpio 2 0>; /* GTA04A5 only */ + }; +}; -- cgit v1.2.1