From: Kyle Hendry Date: Tue, 15 Jul 2025 23:46:02 +0000 (-0700) Subject: reset: bcm6345: add support for bcm63xx ephy control register X-Git-Tag: v6.18-rc1~145^2~22^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6e273caeacf0ec4a438f9cd22ecf9b77414e429d;p=thirdparty%2Flinux.git 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 Link: https://lore.kernel.org/r/20250715234605.36216-2-kylehendrydev@gmail.com Signed-off-by: Philipp Zabel --- diff --git a/drivers/reset/reset-bcm6345.c b/drivers/reset/reset-bcm6345.c index aa9353439e707..56518f7bfbb3f 100644 --- a/drivers/reset/reset-bcm6345.c +++ b/drivers/reset/reset-bcm6345.c @@ -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 */ }, };