mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
c9940680b5
Add model a5 which have additional jack detection. Signed-off-by: Marek Belisko <marek@goldelico.com> [tony@atomide.com: fixed a typo for make dtbs to work] Signed-off-by: Tony Lindgren <tony@atomide.com>
18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
/*
|
|
* 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 */
|
|
};
|
|
};
|