mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
bhnd(4): Add missing BCM4312 backplane clock speed entry.
The default 80MHz clock speed returned by bhnd_pmu_si_clock() was already correct; this just prevents the "No backplane clock specified" warning printf from being emitted when querying backplane clock speed. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
33937731e7
commit
07a0a243ec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327558
@ -2394,6 +2394,7 @@ bhnd_pmu_si_clock(struct bhnd_pmu_query *sc)
|
||||
clock = bhnd_pmu1_cpuclk0(sc);
|
||||
break;
|
||||
|
||||
case BHND_CHIPID_BCM4312:
|
||||
case BHND_CHIPID_BCM4313:
|
||||
/* 80MHz backplane clock */
|
||||
clock = 80000 * 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user