]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: OMAP5+: Remove unnecessary EFUSE settings
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 14 Nov 2013 06:01:51 +0000 (11:31 +0530)
committerTom Rini <trini@ti.com>
Wed, 4 Dec 2013 13:12:38 +0000 (08:12 -0500)
Certain EFUSE settings were recommended for the first
four lots of OMAP5 ES1.0 silicon. These are not applicable
for OMAP5 ES2.0 and DRA7 silicon. So removing these EFUSE settings.

Reported-by: Griffis, Brad <bgriffis@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
arch/arm/cpu/armv7/omap5/hwinit.c

index 82c86382f9838861e7c524cbb89427c5312900c3..5386ae0568b31f7489f0669692ba441ea50eaeba 100644 (file)
@@ -168,12 +168,6 @@ void do_io_settings(void)
                io_settings_lpddr2();
        else
                io_settings_ddr3();
-
-       /* Efuse settings */
-       writel(EFUSE_1, (*ctrl)->control_efuse_1);
-       writel(EFUSE_2, (*ctrl)->control_efuse_2);
-       writel(EFUSE_3, (*ctrl)->control_efuse_3);
-       writel(EFUSE_4, (*ctrl)->control_efuse_4);
 }
 
 static const struct srcomp_params srcomp_parameters[NUM_SYS_CLKS] = {