mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	tegra: sync SDIO1 pingroup enum name with TRM
Signed-off-by: Lucas Stach <dev@lynxeye.de> CC: Tom Warren <twarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
		
				
					committed by
					
						 Albert ARIBAUD
						Albert ARIBAUD
					
				
			
			
				
	
			
			
			
						parent
						
							e21649be56
						
					
				
				
					commit
					ffec1eb9c7
				
			| @@ -67,7 +67,7 @@ enum pmux_pingrp { | |||||||
| 	PINGRP_KBCF, | 	PINGRP_KBCF, | ||||||
| 	PINGRP_GMA, | 	PINGRP_GMA, | ||||||
| 	PINGRP_GMC, | 	PINGRP_GMC, | ||||||
| 	PINGRP_SDMMC1, | 	PINGRP_SDIO1, | ||||||
| 	PINGRP_OWC, | 	PINGRP_OWC, | ||||||
|  |  | ||||||
| 	/* 32: APB_MISC_PP_TRISTATE_REG_B_0 */ | 	/* 32: APB_MISC_PP_TRISTATE_REG_B_0 */ | ||||||
|   | |||||||
| @@ -48,10 +48,10 @@ static void pin_mux_mmc(void) | |||||||
| 	pinmux_tristate_disable(PINGRP_GMA); | 	pinmux_tristate_disable(PINGRP_GMA); | ||||||
| 	pinmux_tristate_disable(PINGRP_GME); | 	pinmux_tristate_disable(PINGRP_GME); | ||||||
|  |  | ||||||
| 	/* SDMMC1: SDIO1_CLK, SDIO1_CMD, SDIO1_DAT[3:0] */ | 	/* SDIO1: SDIO1_CLK, SDIO1_CMD, SDIO1_DAT[3:0] */ | ||||||
| 	pinmux_set_func(PINGRP_SDMMC1, PMUX_FUNC_SDIO1); | 	pinmux_set_func(PINGRP_SDIO1, PMUX_FUNC_SDIO1); | ||||||
|  |  | ||||||
| 	pinmux_tristate_disable(PINGRP_SDMMC1); | 	pinmux_tristate_disable(PINGRP_SDIO1); | ||||||
|  |  | ||||||
| 	/* For power GPIO PV1 */ | 	/* For power GPIO PV1 */ | ||||||
| 	pinmux_tristate_disable(PINGRP_UAC); | 	pinmux_tristate_disable(PINGRP_UAC); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user