]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/arm720t/tegra124/cpu.c
ARM: tegra: Tegra124 pinmux cleanup
[karo-tx-uboot.git] / arch / arm / cpu / arm720t / tegra124 / cpu.c
index 97f5928bd7da0471e08f484a7c5e6032e3cb8baa..6ff6aeb5463a1ad2622f3f1be3e4056050778fe9 100644 (file)
@@ -26,8 +26,8 @@ static void enable_cpu_power_rail(void)
        debug("enable_cpu_power_rail entry\n");
 
        /* un-tristate PWR_I2C SCL/SDA, rest of the defaults are correct */
-       pinmux_tristate_disable(PINGRP_PWR_I2C_SCL);
-       pinmux_tristate_disable(PINGRP_PWR_I2C_SDA);
+       pinmux_tristate_disable(PMUX_PINGRP_PWR_I2C_SCL_PZ6);
+       pinmux_tristate_disable(PMUX_PINGRP_PWR_I2C_SDA_PZ7);
 
        pmic_enable_cpu_vdd();