diff mbox

[1/4] ARM: dts: mxs: Add new M28EVK manufacturer compat

Message ID 20160919214044.9615-1-marex@denx.de (mailing list archive)
State New, archived
Headers show

Commit Message

Marek Vasut Sept. 19, 2016, 9:40 p.m. UTC
The board is now manufactured by Aries Embedded GmbH, update compat string.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Shawn Guo <shawnguo@kernel.org>
---
 arch/arm/boot/dts/imx28-m28.dtsi   | 4 ++--
 arch/arm/boot/dts/imx28-m28evk.dts | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Shawn Guo Oct. 23, 2016, 1:01 p.m. UTC | #1
On Mon, Sep 19, 2016 at 11:40:41PM +0200, Marek Vasut wrote:
> The board is now manufactured by Aries Embedded GmbH, update compat string.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Shawn Guo <shawnguo@kernel.org>
> ---
>  arch/arm/boot/dts/imx28-m28.dtsi   | 4 ++--
>  arch/arm/boot/dts/imx28-m28evk.dts | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi
> index 214bb15..a69856e 100644
> --- a/arch/arm/boot/dts/imx28-m28.dtsi
> +++ b/arch/arm/boot/dts/imx28-m28.dtsi
> @@ -12,8 +12,8 @@
>  #include "imx28.dtsi"
>  
>  / {
> -	model = "DENX M28";
> -	compatible = "denx,m28", "fsl,imx28";
> +	model = "Aries/DENX M28";
> +	compatible = "aries,m28", "denx,m28", "fsl,imx28";

Do we have an entry for Aries Embedded GmbH in vendor-prefixes.txt?

Shawn

>  
>  	memory {
>  		reg = <0x40000000 0x08000000>;
> diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
> index 8d04e57..dbfb8aa 100644
> --- a/arch/arm/boot/dts/imx28-m28evk.dts
> +++ b/arch/arm/boot/dts/imx28-m28evk.dts
> @@ -13,8 +13,8 @@
>  #include "imx28-m28.dtsi"
>  
>  / {
> -	model = "DENX M28EVK";
> -	compatible = "denx,m28evk", "fsl,imx28";
> +	model = "Aries/DENX M28EVK";
> +	compatible = "aries,m28evk", "denx,m28evk", "fsl,imx28";
>  
>  	apb@80000000 {
>  		apbh@80000000 {
> -- 
> 2.9.3
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Marek Vasut Oct. 23, 2016, 1:30 p.m. UTC | #2
On 10/23/2016 03:01 PM, Shawn Guo wrote:
> On Mon, Sep 19, 2016 at 11:40:41PM +0200, Marek Vasut wrote:
>> The board is now manufactured by Aries Embedded GmbH, update compat string.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> Cc: Shawn Guo <shawnguo@kernel.org>
>> ---
>>  arch/arm/boot/dts/imx28-m28.dtsi   | 4 ++--
>>  arch/arm/boot/dts/imx28-m28evk.dts | 4 ++--
>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi
>> index 214bb15..a69856e 100644
>> --- a/arch/arm/boot/dts/imx28-m28.dtsi
>> +++ b/arch/arm/boot/dts/imx28-m28.dtsi
>> @@ -12,8 +12,8 @@
>>  #include "imx28.dtsi"
>>  
>>  / {
>> -	model = "DENX M28";
>> -	compatible = "denx,m28", "fsl,imx28";
>> +	model = "Aries/DENX M28";
>> +	compatible = "aries,m28", "denx,m28", "fsl,imx28";
> 
> Do we have an entry for Aries Embedded GmbH in vendor-prefixes.txt?

The patch was submitted, not yet applied though:
http://www.spinics.net/lists/arm-kernel/msg533000.html
Shawn Guo Oct. 24, 2016, 6:50 a.m. UTC | #3
On Sun, Oct 23, 2016 at 03:30:32PM +0200, Marek Vasut wrote:
> On 10/23/2016 03:01 PM, Shawn Guo wrote:
> > On Mon, Sep 19, 2016 at 11:40:41PM +0200, Marek Vasut wrote:
> >> The board is now manufactured by Aries Embedded GmbH, update compat string.
> >>
> >> Signed-off-by: Marek Vasut <marex@denx.de>
> >> Cc: Shawn Guo <shawnguo@kernel.org>
> >> ---
> >>  arch/arm/boot/dts/imx28-m28.dtsi   | 4 ++--
> >>  arch/arm/boot/dts/imx28-m28evk.dts | 4 ++--
> >>  2 files changed, 4 insertions(+), 4 deletions(-)
> >>
> >> diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi
> >> index 214bb15..a69856e 100644
> >> --- a/arch/arm/boot/dts/imx28-m28.dtsi
> >> +++ b/arch/arm/boot/dts/imx28-m28.dtsi
> >> @@ -12,8 +12,8 @@
> >>  #include "imx28.dtsi"
> >>  
> >>  / {
> >> -	model = "DENX M28";
> >> -	compatible = "denx,m28", "fsl,imx28";
> >> +	model = "Aries/DENX M28";
> >> +	compatible = "aries,m28", "denx,m28", "fsl,imx28";
> > 
> > Do we have an entry for Aries Embedded GmbH in vendor-prefixes.txt?
> 
> The patch was submitted, not yet applied though:
> http://www.spinics.net/lists/arm-kernel/msg533000.html

Okay.  Ping me when it gets applied.

Shawn
Marek Vasut Nov. 12, 2016, 6:57 p.m. UTC | #4
On 10/24/2016 08:50 AM, Shawn Guo wrote:
> On Sun, Oct 23, 2016 at 03:30:32PM +0200, Marek Vasut wrote:
>> On 10/23/2016 03:01 PM, Shawn Guo wrote:
>>> On Mon, Sep 19, 2016 at 11:40:41PM +0200, Marek Vasut wrote:
>>>> The board is now manufactured by Aries Embedded GmbH, update compat string.
>>>>
>>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>>> Cc: Shawn Guo <shawnguo@kernel.org>
>>>> ---
>>>>  arch/arm/boot/dts/imx28-m28.dtsi   | 4 ++--
>>>>  arch/arm/boot/dts/imx28-m28evk.dts | 4 ++--
>>>>  2 files changed, 4 insertions(+), 4 deletions(-)
>>>>
>>>> diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi
>>>> index 214bb15..a69856e 100644
>>>> --- a/arch/arm/boot/dts/imx28-m28.dtsi
>>>> +++ b/arch/arm/boot/dts/imx28-m28.dtsi
>>>> @@ -12,8 +12,8 @@
>>>>  #include "imx28.dtsi"
>>>>  
>>>>  / {
>>>> -	model = "DENX M28";
>>>> -	compatible = "denx,m28", "fsl,imx28";
>>>> +	model = "Aries/DENX M28";
>>>> +	compatible = "aries,m28", "denx,m28", "fsl,imx28";
>>>
>>> Do we have an entry for Aries Embedded GmbH in vendor-prefixes.txt?
>>
>> The patch was submitted, not yet applied though:
>> http://www.spinics.net/lists/arm-kernel/msg533000.html
> 
> Okay.  Ping me when it gets applied.

Ping, it's in.

http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/Documentation/devicetree/bindings/vendor-prefixes.txt?id=553a8bcd6a103f518d1f6a021b8442d8dfec5e6d
Shawn Guo Nov. 14, 2016, 2 a.m. UTC | #5
On Mon, Sep 19, 2016 at 11:40:41PM +0200, Marek Vasut wrote:
> The board is now manufactured by Aries Embedded GmbH, update compat string.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>

Applied 1/4 and 2/4, thanks.
diff mbox

Patch

diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi
index 214bb15..a69856e 100644
--- a/arch/arm/boot/dts/imx28-m28.dtsi
+++ b/arch/arm/boot/dts/imx28-m28.dtsi
@@ -12,8 +12,8 @@ 
 #include "imx28.dtsi"
 
 / {
-	model = "DENX M28";
-	compatible = "denx,m28", "fsl,imx28";
+	model = "Aries/DENX M28";
+	compatible = "aries,m28", "denx,m28", "fsl,imx28";
 
 	memory {
 		reg = <0x40000000 0x08000000>;
diff --git a/arch/arm/boot/dts/imx28-m28evk.dts b/arch/arm/boot/dts/imx28-m28evk.dts
index 8d04e57..dbfb8aa 100644
--- a/arch/arm/boot/dts/imx28-m28evk.dts
+++ b/arch/arm/boot/dts/imx28-m28evk.dts
@@ -13,8 +13,8 @@ 
 #include "imx28-m28.dtsi"
 
 / {
-	model = "DENX M28EVK";
-	compatible = "denx,m28evk", "fsl,imx28";
+	model = "Aries/DENX M28EVK";
+	compatible = "aries,m28evk", "denx,m28evk", "fsl,imx28";
 
 	apb@80000000 {
 		apbh@80000000 {