Actually save the clock frequency retrieved from fdt data. I fumbled

this when I converted getprop to getencprop.

Submitted by:	Thomas Skibo
Pointy hat to:	ian
This commit is contained in:
Ian Lepore 2014-04-04 00:00:05 +00:00
parent a50f6875f6
commit e354cdacde

View File

@ -301,6 +301,7 @@ arm_tmr_attach(device_t dev)
"attribute in FDT\n");
return (ENXIO);
}
sc->clkfreq = clock;
}
}