diff options
Diffstat (limited to 'arch/blackfin/mach-bf537/head.S')
-rw-r--r-- | arch/blackfin/mach-bf537/head.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf537/head.S b/arch/blackfin/mach-bf537/head.S index 12eb5cc571d0..559a7eef7a38 100644 --- a/arch/blackfin/mach-bf537/head.S +++ b/arch/blackfin/mach-bf537/head.S | |||
@@ -87,6 +87,9 @@ ENTRY(_start_dma_code) | |||
87 | r1 = PLL_BYPASS; /* Bypass the PLL? */ | 87 | r1 = PLL_BYPASS; /* Bypass the PLL? */ |
88 | r1 = r1 << 8; /* Shift it over */ | 88 | r1 = r1 << 8; /* Shift it over */ |
89 | r0 = r1 | r0; /* add them all together */ | 89 | r0 = r1 | r0; /* add them all together */ |
90 | #ifdef ANOMALY_05000265 | ||
91 | r0 = BITSET(r0, 15); /* Add 250 mV of hysteresis to SPORT input pins */ | ||
92 | #endif | ||
90 | 93 | ||
91 | p0.h = hi(PLL_CTL); | 94 | p0.h = hi(PLL_CTL); |
92 | p0.l = lo(PLL_CTL); /* Load the address */ | 95 | p0.l = lo(PLL_CTL); /* Load the address */ |