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