linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC
@ 2017-04-19 17:01 Florian Fainelli
  2017-04-19 20:28 ` Gregory Fong
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2017-04-19 17:01 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Florian Fainelli, Brian Norris, Gregory Fong,
	maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE, Arnd Bergmann,
	Scott Branden, open list

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC
  2017-04-19 17:01 [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC Florian Fainelli
@ 2017-04-19 20:28 ` Gregory Fong
  2017-04-19 21:24   ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Gregory Fong @ 2017-04-19 20:28 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: linux-arm-kernel, Brian Norris,
	maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE, Arnd Bergmann,
	Scott Branden, open list

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC
  2017-04-19 20:28 ` Gregory Fong
@ 2017-04-19 21:24   ` Florian Fainelli
  0 siblings, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2017-04-19 21:24 UTC (permalink / raw)
  To: Gregory Fong
  Cc: linux-arm-kernel, Brian Norris,
	maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE, Arnd Bergmann,
	Scott Branden, open list

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-04-19 21:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-19 17:01 [PATCH] soc: bcm: brcmstb: Correctly match 7435 SoC Florian Fainelli
2017-04-19 20:28 ` Gregory Fong
2017-04-19 21:24   ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).