]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/mpc8260/speed.c
* Patch by Nicolas Lacressonnière, 12 Nov 2003:
[karo-tx-uboot.git] / cpu / mpc8260 / speed.c
index 6a3176a3a785c0cc8f617fc217df3693203471c5..a20f61244a69bdb549a84bc93a3924e05fe04f98 100644 (file)
@@ -125,7 +125,7 @@ int get_clocks (void)
        busdf = (scmr & SCMR_BUSDF_MSK) >> SCMR_BUSDF_SHIFT;
        cpmdf = (scmr & SCMR_CPMDF_MSK) >> SCMR_CPMDF_SHIFT;
 
-       if (get_pvr () == PVR_8260_HIP7) { /* HiP7 */
+       if ((get_pvr () == PVR_8260_HIP7) || (get_pvr () == PVR_8260_HIP7R1)) { /* HiP7 */
                pllmf = (scmr & SCMR_PLLMF_MSKH7) >> SCMR_PLLMF_SHIFT;
                gd->vco_out = clkin * (pllmf + 1);
        } else {                        /* HiP3, HiP4 */