Skip to content
Snippets Groups Projects
Commit cb4c7df5 authored by Sam Edwards's avatar Sam Edwards Committed by Vinod Koul
Browse files

phy: usb: Fix missing elements in BCM4908 USB init array


The Broadcom USB PHY driver contains a lookup table
(`reg_bits_map_tables`) to resolve register bitmaps unique to certain
versions of the USB PHY as found in various Broadcom chip families. A
recent commit (see 'fixes' tag) introduced two new elements to each chip
family in this table -- except for one: BCM4908. This resulted in the
xHCI controller not being initialized correctly, causing a panic on
boot.

The next patch will update this table to use designated initializers in
order to prevent this from happening again. For now, just add back the
missing array elements to resolve the regression.

Fixes: 4536fe96 ("phy: usb: suppress OC condition for 7439b2")
Signed-off-by: default avatarSam Edwards <CFSworks@gmail.com>
Reviewed-by: default avatarJustin Chen <justin.chen@broadcom.com>
Reviewed-by: default avatarFlorian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20241004034131.1363813-2-CFSworks@gmail.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 9852d85e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment