diff options
Diffstat (limited to 'arch/blackfin/mach-bf533/head.S')
-rw-r--r-- | arch/blackfin/mach-bf533/head.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf533/head.S b/arch/blackfin/mach-bf533/head.S index 01b2b7ead5ab..619685b94d90 100644 --- a/arch/blackfin/mach-bf533/head.S +++ b/arch/blackfin/mach-bf533/head.S | |||
@@ -78,6 +78,9 @@ ENTRY(_start_dma_code) | |||
78 | r1 = PLL_BYPASS; /* Bypass the PLL? */ | 78 | r1 = PLL_BYPASS; /* Bypass the PLL? */ |
79 | r1 = r1 << 8; /* Shift it over */ | 79 | r1 = r1 << 8; /* Shift it over */ |
80 | r0 = r1 | r0; /* add them all together */ | 80 | r0 = r1 | r0; /* add them all together */ |
81 | #ifdef ANOMALY_05000265 | ||
82 | r0 = BITSET(r0, 15); /* Add 250 mV of hysteresis to SPORT input pins */ | ||
83 | #endif | ||
81 | 84 | ||
82 | p0.h = hi(PLL_CTL); | 85 | p0.h = hi(PLL_CTL); |
83 | p0.l = lo(PLL_CTL); /* Load the address */ | 86 | p0.l = lo(PLL_CTL); /* Load the address */ |