diff options
| author | Lokesh Vutla <[email protected]> | 2013-11-14 11:31:51 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-12-04 08:12:38 -0500 |
| commit | 642cdc13f6645b21647e704df55ec85978f62074 (patch) | |
| tree | 8ad124a2b86f2d70b4ee5103c18bb305af588978 | |
| parent | 21914ee62a62501354a84f234ad73e7a92c29ae1 (diff) | |
ARM: OMAP5+: Remove unnecessary EFUSE settings
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 <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/hwinit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hwinit.c b/arch/arm/cpu/armv7/omap5/hwinit.c index 82c86382f98..5386ae0568b 100644 --- a/arch/arm/cpu/armv7/omap5/hwinit.c +++ b/arch/arm/cpu/armv7/omap5/hwinit.c @@ -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] = { |
