Peter Ujfalusi | e58b697 | 2020-06-16 11:03:07 +0300 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
| 2 | /* |
Andrew Davis | 590f1d9 | 2023-04-11 13:25:00 -0500 | [diff] [blame] | 3 | * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ |
Peter Ujfalusi | e58b697 | 2020-06-16 11:03:07 +0300 | [diff] [blame] | 4 | */ |
| 5 | #include "omap4-sdp.dts" |
| 6 | |
| 7 | /* SDP boards with 4430 ES2.3+ or 4460 have external pullups on SCL & SDA */ |
| 8 | &dss_hdmi_pins { |
| 9 | pinctrl-single,pins = < |
| 10 | OMAP4_IOPAD(0x09a, PIN_INPUT | MUX_MODE0) /* hdmi_cec.hdmi_cec */ |
| 11 | OMAP4_IOPAD(0x09c, PIN_INPUT | MUX_MODE0) /* hdmi_scl.hdmi_scl */ |
| 12 | OMAP4_IOPAD(0x09e, PIN_INPUT | MUX_MODE0) /* hdmi_sda.hdmi_sda */ |
| 13 | >; |
| 14 | }; |