mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-12 16:19:53 +00:00
soc: bcm: brcmstb: Correctly match 7435 SoC
Remove the duplicate brcm,bcm7425-sun-top-ctrl compatible string and replace it with brcm,bcm7435-sun-top-ctrl which was intended. Fixes: bd0faf08dc7f ("soc: bcm: brcmstb: Match additional compatible strings") Reported-by: Andreas Oberritter <obi@saftware.de> Acked-by: Gregory Fong <gregory.0xf0@gmail.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
2ea659a9ef
commit
31d848aa1d
@ -49,7 +49,7 @@ static const struct of_device_id sun_top_ctrl_match[] = {
|
||||
{ .compatible = "brcm,bcm7420-sun-top-ctrl", },
|
||||
{ .compatible = "brcm,bcm7425-sun-top-ctrl", },
|
||||
{ .compatible = "brcm,bcm7429-sun-top-ctrl", },
|
||||
{ .compatible = "brcm,bcm7425-sun-top-ctrl", },
|
||||
{ .compatible = "brcm,bcm7435-sun-top-ctrl", },
|
||||
{ .compatible = "brcm,brcmstb-sun-top-ctrl", },
|
||||
{ }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user