2019-06-04 15:11:33 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2012-11-05 20:14:15 +07:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
|
|
|
|
*/
|
2013-05-31 19:32:55 +07:00
|
|
|
#include "omap4-sdp.dts"
|
2012-11-05 20:14:15 +07:00
|
|
|
|
|
|
|
/* SDP boards with 4430 ES2.3+ or 4460 have external pullups on SCL & SDA */
|
|
|
|
&dss_hdmi_pins {
|
|
|
|
pinctrl-single,pins = <
|
2017-06-27 15:58:32 +07:00
|
|
|
OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */
|
2015-11-13 11:54:13 +07:00
|
|
|
OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */
|
|
|
|
OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */
|
2012-11-05 20:14:15 +07:00
|
|
|
>;
|
|
|
|
};
|