]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ARM: imx6: dh-imx6: Enable USB OTG ID pin pull up in SPL
authorMarek Vasut <marek.vasut@mailbox.org>
Mon, 28 Jul 2025 22:38:34 +0000 (00:38 +0200)
committerFabio Estevam <festevam@gmail.com>
Thu, 7 Aug 2025 11:16:03 +0000 (08:16 -0300)
commitd011462eea859dde74431f1eb8b8d9cea8ebf005
treeea0cf6b779f4219bb5bbcea63b633c1e56aac6a7
parent5275b5612b55a0fac7df32b5eaf4c997c39419c4
ARM: imx6: dh-imx6: Enable USB OTG ID pin pull up in SPL

Enable SoC pull up for USB OTG ID pin in SPL. There is no dedicated pull up
resistor on the SoM itself, and the pull up is mandatory for correct USB OTG
ID pin detection. U-Boot proper already configures the USB OTG ID pin pull
up via DT pinctrl node entry.

Signed-off-by: Marek Vasut <marek.vasut@mailbox.org>
Tested-by: Christoph Niedermaier <cniedermaier@dh-electronics.com>
board/dhelectronics/dh_imx6/dh_imx6_spl.c