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