1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264094

View File

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