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

Commit c9940680 authored by Marek Belisko's avatar Marek Belisko Committed by Tony Lindgren
Browse files

ARM: dts: Add gta04a5 model



Add model a5 which have additional jack detection.

Signed-off-by: default avatarMarek Belisko <marek@goldelico.com>
[tony@atomide.com: fixed a typo for make dtbs to work]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 4cf64060
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \
	omap3-evm-37xx.dtb \
	omap3-gta04a3.dtb \
	omap3-gta04a4.dtb \
	omap3-gta04a5.dtb \
	omap3-igep0020.dtb \
	omap3-igep0030.dtb \
	omap3-ldp.dtb \
+17 −0
Original line number Diff line number Diff line
/*
 * Copyright (C) 2014 H. Nikolaus Schaller <hns@goldelico.com>
 *
 * 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 */
	};
};