| * (C) Copyright 2010-2012 |
| * NVIDIA Corporation <www.nvidia.com> |
| * SPDX-License-Identifier: GPL-2.0+ |
| #include <asm/arch/tegra.h> |
| #include <asm/arch/clock.h> |
| #include <asm/arch/funcmux.h> |
| #include <asm/arch/pinmux.h> |
| * USB1 internal/external mux GPIO, which masquerades as a VBUS GPIO |
| * in the current device tree. |
| pinmux_tristate_disable(PMUX_PINGRP_UAC); |
| funcmux_select(PERIPH_ID_SPI1, FUNCMUX_SPI1_GMC_GMD); |
| * Description: setup the pin muxes/tristate values for the SDMMC(s) |
| funcmux_select(PERIPH_ID_SDMMC1, FUNCMUX_SDMMC1_SDIO1_4BIT); |
| funcmux_select(PERIPH_ID_SDMMC4, FUNCMUX_SDMMC4_ATB_GMA_4_BIT); |
| pinmux_tristate_disable(PMUX_PINGRP_DAP3); |