Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1580975 > unrolled thread
| Started by | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| First post | 2017-02-15 01:50 +0100 |
| Last post | 2017-02-28 21:30 +0100 |
| Articles | 2 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH] soc: bcm: brcmstb: Match additional compatible strings Florian Fainelli <f.fainelli@gmail.com> - 2017-02-15 01:50 +0100
Re: [PATCH] soc: bcm: brcmstb: Match additional compatible strings Florian Fainelli <f.fainelli@gmail.com> - 2017-02-28 21:30 +0100
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-02-15 01:50 +0100 |
| Subject | [PATCH] soc: bcm: brcmstb: Match additional compatible strings |
| Message-ID | <taVXb-Ae-7@gated-at.bofh.it> |
From: Florian Fainelli <f.fainelli@gmail.com>
Match all known sun-top-ctrl compatible strings from our MIPS chips
counterparts. This allows us to properly report the SoC information to
user-space through our SoC driver.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
Ralf, James,
I usually take patches touching this file through an ARM SoC pull request,
posting to linux-mips for people working on BMIPS STB to get a chance to review
this.
Thanks!
drivers/soc/bcm/brcmstb/common.c | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/drivers/soc/bcm/brcmstb/common.c b/drivers/soc/bcm/brcmstb/common.c
index 94e7335553f4..b6195fdf0d00 100644
--- a/drivers/soc/bcm/brcmstb/common.c
+++ b/drivers/soc/bcm/brcmstb/common.c
@@ -41,6 +41,15 @@ bool soc_is_brcmstb(void)
}
static const struct of_device_id sun_top_ctrl_match[] = {
+ { .compatible = "brcm,bcm7125-sun-top-ctrl", },
+ { .compatible = "brcm,bcm7346-sun-top-ctrl", },
+ { .compatible = "brcm,bcm7358-sun-top-ctrl", },
+ { .compatible = "brcm,bcm7360-sun-top-ctrl", },
+ { .compatible = "brcm,bcm7362-sun-top-ctrl", },
+ { .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,brcmstb-sun-top-ctrl", },
{ }
};
--
2.11.0
[toc] | [next] | [standalone]
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-02-28 21:30 +0100 |
| Message-ID | <tfWzf-UY-9@gated-at.bofh.it> |
| In reply to | #1580975 |
On 02/14/2017 04:41 PM, Florian Fainelli wrote: > From: Florian Fainelli <f.fainelli@gmail.com> > > Match all known sun-top-ctrl compatible strings from our MIPS chips > counterparts. This allows us to properly report the SoC information to > user-space through our SoC driver. > > Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Applied. > --- > Ralf, James, > > I usually take patches touching this file through an ARM SoC pull request, > posting to linux-mips for people working on BMIPS STB to get a chance to review > this. > > Thanks! -- Florian
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web