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