Add Northstar/BCM4706 core ID for ChipCommon.

Approved by:	adrian (mentor, implicit)
This commit is contained in:
Landon J. Fuller 2017-03-23 22:14:08 +00:00
parent 5658bc0a95
commit 4cb7084e29

View file

@ -69,6 +69,7 @@ static struct bhnd_device_quirk chipc_quirks[];
/* Supported device identifiers */
static const struct bhnd_device chipc_devices[] = {
BHND_DEVICE(BCM, CC, NULL, chipc_quirks),
BHND_DEVICE(BCM, 4706_CC, NULL, chipc_quirks),
BHND_DEVICE_END
};