t210: pinmux: Remove pinmux/GPIO init from T210 boards
[oweals/u-boot.git] / board / nvidia / e2220-1170 / e2220-1170.c
index 8baaf2c911ff6846f5181a342c00b3d792f5575d..5aac0404bf80c6dc4143685ec6bca3b1661db259 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0+
 /*
- * (C) Copyright 2013-2015
+ * (C) Copyright 2013-2019
  * NVIDIA Corporation <www.nvidia.com>
  */
 
@@ -9,7 +9,6 @@
 #include <asm/arch/gpio.h>
 #include <asm/arch/pinmux.h>
 #include "../p2571/max77620_init.h"
-#include "pinmux-config-e2220-1170.h"
 
 void pin_mux_mmc(void)
 {
@@ -30,21 +29,3 @@ void pin_mux_mmc(void)
        if (ret)
                printf("i2c_write 0 0x3c 0x27 failed: %d\n", ret);
 }
-
-/*
- * Routine: pinmux_init
- * Description: Do individual peripheral pinmux configs
- */
-void pinmux_init(void)
-{
-       pinmux_clear_tristate_input_clamping();
-
-       gpio_config_table(e2220_1170_gpio_inits,
-                         ARRAY_SIZE(e2220_1170_gpio_inits));
-
-       pinmux_config_pingrp_table(e2220_1170_pingrps,
-                                  ARRAY_SIZE(e2220_1170_pingrps));
-
-       pinmux_config_drvgrp_table(e2220_1170_drvgrps,
-                                  ARRAY_SIZE(e2220_1170_drvgrps));
-}