Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / boot / dts / omap4-panda-es.dts
CommitLineData
f700c4d7
PU
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 */
4b79197c 8/dts-v1/;
9b07b477 9
9b07b477 10/include/ "omap4460.dtsi"
4b79197c 11/include/ "omap4-panda-common.dtsi"
f700c4d7
PU
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};
0d9250c4
RN
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};