Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad...
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / omap4-panda-es.dts
1 /*
2  * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 as
6  * published by the Free Software Foundation.
7  */
8 /dts-v1/;
9
10 /include/ "omap4460.dtsi"
11 /include/ "omap4-panda-common.dtsi"
12
13 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
14 &sound {
15         ti,model = "PandaBoardES";
16
17         /* Audio routing */
18         ti,audio-routing =
19                 "Headset Stereophone", "HSOL",
20                 "Headset Stereophone", "HSOR",
21                 "Ext Spk", "HFL",
22                 "Ext Spk", "HFR",
23                 "Line Out", "AUXL",
24                 "Line Out", "AUXR",
25                 "AFML", "Line In",
26                 "AFMR", "Line In";
27 };
28
29 /* PandaboardES has external pullups on SCL & SDA */
30 &dss_hdmi_pins {
31         pinctrl-single,pins = <
32                 0x5a 0x118      /* hdmi_cec.hdmi_cec INPUT PULLUP | MODE 0 */
33                 0x5c 0x100      /* hdmi_scl.hdmi_scl INPUT | MODE 0 */
34                 0x5e 0x100      /* hdmi_sda.hdmi_sda INPUT | MODE 0 */
35                 >;
36 };