2019-06-04 08:11:33 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-only
|
2012-11-05 13:14:14 +00:00
|
|
|
/*
|
2020-07-08 09:34:51 +00:00
|
|
|
* Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
|
2012-11-05 13:14:14 +00:00
|
|
|
*/
|
2013-03-19 17:53:07 +00:00
|
|
|
/dts-v1/;
|
|
|
|
|
2013-05-31 12:32:55 +00:00
|
|
|
#include "omap443x.dtsi"
|
|
|
|
#include "omap4-panda-common.dtsi"
|
2012-11-05 13:14:14 +00:00
|
|
|
|
|
|
|
/* Pandaboard Rev A4+ have external pullups on SCL & SDA */
|
|
|
|
&dss_hdmi_pins {
|
|
|
|
pinctrl-single,pins = <
|
2017-05-16 15:10:07 +00:00
|
|
|
OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */
|
2015-11-13 04:54:09 +00: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 13:14:14 +00:00
|
|
|
>;
|
|
|
|
};
|