]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: dsa: b53: mmap: Add syscon reference and register layout for bcm63268
authorKyle Hendry <kylehendrydev@gmail.com>
Thu, 24 Jul 2025 03:52:43 +0000 (20:52 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 25 Jul 2025 21:07:33 +0000 (14:07 -0700)
commitaed2aaa3c963f8aabbfa061a177022fee826ebfb
treef663c65f5b449b8e019f881399ab5c0a3f253f99
parentfcf02a462fab52fbfcb24e617dd940745afd0dff
net: dsa: b53: mmap: Add syscon reference and register layout for bcm63268

On bcm63xx SoCs there are registers that control the PHYs in
the GPIO controller. Allow the b53 driver to access them
by passing in the syscon through the device tree.

Add a structure to describe the ephy control register
and add register info for bcm63268.

Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20250724035300.20497-5-kylehendrydev@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/b53/b53_mmap.c