]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/blackfin/mach-bf561/head.S
Blackfin arch: fix bug - build kernel failed at head.S when reprogram clock on all...
[linux-2.6-omap-h63xx.git] / arch / blackfin / mach-bf561 / head.S
index 75ea6a9058296fd62c4386e9b9ebec2a1e5c3342..31a777a9e69996d51d0947de84c33883a23b8e1f 100644 (file)
@@ -77,6 +77,9 @@ ENTRY(_start_dma_code)
        r1 = PLL_BYPASS;                 /* Bypass the PLL?                 */
        r1 = r1 << 8;                    /* Shift it over                   */
        r0 = r1 | r0;                    /* add them all together           */
+#ifdef ANOMALY_05000265
+       BITSET(r0, 15);                  /* Add 250 mV of hysteresis to SPORT input pins */
+#endif
 
        p0.h = hi(PLL_CTL);
        p0.l = lo(PLL_CTL);              /* Load the address                */