diff mbox

[02/12] ARM: OMAP2+: Fix scrm compatible for dm814x

Message ID 1433348601-8966-3-git-send-email-tony@atomide.com (mailing list archive)
State New, archived
Headers show

Commit Message

Tony Lindgren June 3, 2015, 4:23 p.m. UTC
Fix scrm compatible for dm814x.

Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/mach-omap2/control.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Sergei Shtylyov June 3, 2015, 7:08 p.m. UTC | #1
Hello.

On 06/03/2015 07:23 PM, Tony Lindgren wrote:

> Fix scrm compatible for dm814x.

    So, scrm...

> Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
> Signed-off-by: Tony Lindgren <tony@atomide.com>
> ---
>   arch/arm/mach-omap2/control.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
> index af95a62..364925c 100644
> --- a/arch/arm/mach-omap2/control.c
> +++ b/arch/arm/mach-omap2/control.c
> @@ -649,6 +649,7 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
>   	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
>   	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
>   	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
> +	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },

    ... or scm? :-)

>   	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
>   	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
>   	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tony Lindgren June 3, 2015, 7:38 p.m. UTC | #2
* Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> [150603 12:10]:
> Hello.
> 
> On 06/03/2015 07:23 PM, Tony Lindgren wrote:
> 
> >Fix scrm compatible for dm814x.
> 
>    So, scrm...
> 
> >Cc: Matthijs van Duin <matthijsvanduin@gmail.com>
> >Signed-off-by: Tony Lindgren <tony@atomide.com>
> >---
> >  arch/arm/mach-omap2/control.c | 1 +
> >  1 file changed, 1 insertion(+)
> >
> >diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
> >index af95a62..364925c 100644
> >--- a/arch/arm/mach-omap2/control.c
> >+++ b/arch/arm/mach-omap2/control.c
> >@@ -649,6 +649,7 @@ static const struct of_device_id omap_scrm_dt_match_table[] = {
> >  	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
> >  	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
> >  	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
> >+	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },
> 
>    ... or scm? :-)
> 
> >  	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
> >  	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
> >  	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },

Thanks, yeah we should standardize on scm.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c
index af95a62..364925c 100644
--- a/arch/arm/mach-omap2/control.c
+++ b/arch/arm/mach-omap2/control.c
@@ -649,6 +649,7 @@  static const struct of_device_id omap_scrm_dt_match_table[] = {
 	{ .compatible = "ti,am4-scm", .data = &ctrl_data },
 	{ .compatible = "ti,omap2-scm", .data = &omap2_ctrl_data },
 	{ .compatible = "ti,omap3-scm", .data = &omap2_ctrl_data },
+	{ .compatible = "ti,dm814-scm", .data = &ctrl_data },
 	{ .compatible = "ti,dm816-scrm", .data = &ctrl_data },
 	{ .compatible = "ti,omap4-scm-core", .data = &ctrl_data },
 	{ .compatible = "ti,omap5-scm-core", .data = &ctrl_data },