]> git.karo-electronics.de Git - karo-tx-redboot.git/blobdiff - packages/devs/eth/arm/tx25karo/v1_0/include/devs_eth_arm_tx25.inl
STK5 Release 1.10
[karo-tx-redboot.git] / packages / devs / eth / arm / tx25karo / v1_0 / include / devs_eth_arm_tx25.inl
index ac80aeb835d96499e3520825531af2df718b9e6f..ca72d7980a8c27494aafa82ee013b8fe4900a577 100644 (file)
@@ -199,7 +199,7 @@ static inline void tx25_phy_power_off(void)
                struct tx25_gpio_setup *gs = &tx25_fec_gpio_data[i];
 
                tx25_write_reg(IOMUXC_BASE_ADDR, gs->iomux_addr,
-                              gs->off_func);
+                                          gs->off_func);
                if (gs->on_func & 0x80) {
                        /* configure as input */
                        tx25_set_reg(MX25_GPIO_ADDR(gs->grp),
@@ -212,7 +212,7 @@ static inline void tx25_phy_power_off(void)
                                                 GPIO_GDIR, 1 << gs->shift, 0);
                }
                tx25_write_reg(IOMUXC_BASE_ADDR, gs->iomux_addr,
-                              gs->off_func);
+                                          gs->off_func);
        }
        for (i = 0; i < NUM_ELEMS(tx25_fec_gpio_data); i++) {
                struct tx25_gpio_setup *gs = &tx25_fec_gpio_data[i];