Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1626587 > unrolled thread

[PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC

Started byFlorian Fainelli <f.fainelli@gmail.com>
First post2017-04-19 19:10 +0200
Last post2017-04-19 23:30 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC Florian Fainelli <f.fainelli@gmail.com> - 2017-04-19 19:10 +0200
    Re: [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC Gregory Fong <gregory.0xf0@gmail.com> - 2017-04-19 22:30 +0200
      Re: [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC Florian Fainelli <f.fainelli@gmail.com> - 2017-04-19 23:30 +0200

#1626587 — [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-04-19 19:10 +0200
Subject[PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC
Message-ID<ty1h9-68e-51@gated-at.bofh.it>
Remove the duplicate brcm,bcm7425-sun-top-ctrl compatible string and
replace it with brcm,bcm7435-sun-top-ctrl which was intentend.

Fixes: bd0faf08dc7f ("soc: bcm: brcmstb: Match additional compatible strings")
Reported-by: Andreas Oberritter <obi@saftware.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/soc/bcm/brcmstb/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/bcm/brcmstb/common.c b/drivers/soc/bcm/brcmstb/common.c
index b6195fdf0d00..22e98a90468c 100644
--- a/drivers/soc/bcm/brcmstb/common.c
+++ b/drivers/soc/bcm/brcmstb/common.c
@@ -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", },
 	{ }
 };
-- 
2.9.3

[toc] | [next] | [standalone]


#1626774

FromGregory Fong <gregory.0xf0@gmail.com>
Date2017-04-19 22:30 +0200
Message-ID<ty4oG-7U8-21@gated-at.bofh.it>
In reply to#1626587
On Wed, Apr 19, 2017 at 10:01 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
> Remove the duplicate brcm,bcm7425-sun-top-ctrl compatible string and
> replace it with brcm,bcm7435-sun-top-ctrl which was intentend.

s/intentend/intended/

>
> Fixes: bd0faf08dc7f ("soc: bcm: brcmstb: Match additional compatible strings")
> Reported-by: Andreas Oberritter <obi@saftware.de>
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Acked-by: Gregory Fong <gregory.0xf0@gmail.com>

[toc] | [prev] | [next] | [standalone]


#1626811

FromFlorian Fainelli <f.fainelli@gmail.com>
Date2017-04-19 23:30 +0200
Message-ID<ty5kJ-8td-9@gated-at.bofh.it>
In reply to#1626774
On 04/19/2017 01:28 PM, Gregory Fong wrote:
> On Wed, Apr 19, 2017 at 10:01 AM, Florian Fainelli <f.fainelli@gmail.com> wrote:
>> Remove the duplicate brcm,bcm7425-sun-top-ctrl compatible string and
>> replace it with brcm,bcm7435-sun-top-ctrl which was intentend.
> 
> s/intentend/intended/
> 
>>
>> Fixes: bd0faf08dc7f ("soc: bcm: brcmstb: Match additional compatible strings")
>> Reported-by: Andreas Oberritter <obi@saftware.de>
>> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> 
> Acked-by: Gregory Fong <gregory.0xf0@gmail.com>
> 

Fixed the typo and applied with your Acked-by, thanks Gregory!
-- 
Florian

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web