mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
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:
parent
a341bcfbfa
commit
6e273caeac
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */ },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue