kernel: b53: update the BCM5365 UID
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Fri, 26 Feb 2021 19:49:00 +0000 (20:49 +0100)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Fri, 26 Feb 2021 20:11:19 +0000 (21:11 +0100)
commitcbcac4fde8ba476ac20ec14bfa6a3c3d9a8a8c02
treeca61d9193c746d6b1e302c74b8750764005aeb04
parentcbcddc9f318607881799e329b327a68c4e76d5cb
kernel: b53: update the BCM5365 UID

BCM63XX internal PHYs and BCM5365 SoC internal switch are both using the
same phy_driver->phy_id, causing conflicts and unnecessary probes. E.g
the BCM63XX phy internal IRQ is lost on the first probe.

The full BCM5365 UID is 0x00406370.

Use an additional byte to mask the BCM5365 UID to avoid duplicate driver
phy_id's. This will fix the IRQ issue in internal BCM63XX PHYs and avoid
more conflicts in the future.

Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
target/linux/generic/files/drivers/net/phy/b53/b53_mdio.c