]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/arch-tegra30/pinmux.h
ARM: tegra: prototype pinmux_init() in board.h
[u-boot] / arch / arm / include / asm / arch-tegra30 / pinmux.h
index a9e1b462c4a1b134eb2e375e197b47a408ea18f7..1449f53b333e49c3928aac9406a9630e002667af 100644 (file)
@@ -438,7 +438,6 @@ enum pmux_func {
        PMUX_FUNC_CPU_PWR_REQ,
        PMUX_FUNC_PWR_INT_N,
        PMUX_FUNC_CLK_32K_IN,
-       PMUX_FUNC_SAFE,
 
        PMUX_FUNC_MAX,
 
@@ -510,27 +509,6 @@ enum pmux_pin_ioreset {
                                (((ioreset) >= PMUX_PIN_IO_RESET_DEFAULT) && \
                                ((ioreset) <= PMUX_PIN_IO_RESET_ENABLE))
 
-/* Available power domains used by pin groups */
-enum pmux_vddio {
-       PMUX_VDDIO_BB = 0,
-       PMUX_VDDIO_LCD,
-       PMUX_VDDIO_VI,
-       PMUX_VDDIO_UART,
-       PMUX_VDDIO_DDR,
-       PMUX_VDDIO_NAND,
-       PMUX_VDDIO_SYS,
-       PMUX_VDDIO_AUDIO,
-       PMUX_VDDIO_SD,
-       PMUX_VDDIO_CAM,
-       PMUX_VDDIO_GMI,
-       PMUX_VDDIO_PEXCTL,
-       PMUX_VDDIO_SDMMC1,
-       PMUX_VDDIO_SDMMC3,
-       PMUX_VDDIO_SDMMC4,
-
-       PMUX_VDDIO_NONE
-};
-
 #define PGRP_SLWF_NONE -1
 #define PGRP_SLWF_MAX  3
 #define        PGRP_SLWR_NONE  PGRP_SLWF_NONE
@@ -654,9 +632,6 @@ void pinmux_set_io(enum pmux_pingrp pin, enum pmux_pin_io io);
  */
 void pinmux_config_table(struct pingroup_config *config, int len);
 
-/* Set a group of pins from a table */
-void pinmux_init(void);
-
 /**
  * Set the GP pad configs
  *