Message ID | 20160919214044.9615-1-marex@denx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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
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
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
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 --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 {
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(-)