Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kyle Hendry and committed by
Philipp Zabel
6e273cae a341bcfb

+1
+1
drivers/reset/reset-bcm6345.c
··· 119 119 120 120 static const struct of_device_id bcm6345_reset_of_match[] = { 121 121 { .compatible = "brcm,bcm6345-reset" }, 122 + { .compatible = "brcm,bcm63xx-ephy-ctrl" }, 122 123 { /* sentinel */ }, 123 124 }; 124 125