dect
/
linux-2.6
Archived
13
0
Fork 0

drm/nouveau/clk: fix crystal frequency retrieval on nv25

Signed-off-by: Viktor Novotný <noviktor@seznam.cz>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
Viktor Novotný 2012-11-10 19:24:06 +01:00 committed by Ben Skeggs
parent fced4b2211
commit 1f2285d462
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ nouveau_devobj_ctor(struct nouveau_object *parent,
/* determine frequency of timing crystal */
if ( device->chipset < 0x17 ||
(device->chipset >= 0x20 && device->chipset <= 0x25))
(device->chipset >= 0x20 && device->chipset < 0x25))
strap &= 0x00000040;
else
strap &= 0x00400040;