reset: bcm6345: add support for bcm63xx ephy control register

The ephy control register on bcm63xx SoCs contain bits for
resetting individual internal phys. Use the existing bcm6345-reset
driver to set bits.

Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>
Link: https://lore.kernel.org/r/20250715234605.36216-2-kylehendrydev@gmail.com
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
Kyle Hendry 2025-07-15 16:46:02 -07:00 committed by Philipp Zabel
parent a341bcfbfa
commit 6e273caeac

View file

@ -119,6 +119,7 @@ static int bcm6345_reset_probe(struct platform_device *pdev)
static const struct of_device_id bcm6345_reset_of_match[] = {
{ .compatible = "brcm,bcm6345-reset" },
{ .compatible = "brcm,bcm63xx-ephy-ctrl" },
{ /* sentinel */ },
};