Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f2285d4 authored by Viktor Novotný's avatar Viktor Novotný Committed by Ben Skeggs
Browse files

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

parent fced4b22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;