Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-13 Thread Álvaro Fernández Rojas
El 6/6/16 a las 15:58, Rob Herring escribió: > On Fri, Jun 03, 2016 at 10:12:03AM +0200, Álvaro Fernández Rojas wrote: >> BCM6345 has only one CPU, so SMP support must be disabled. >> >> Signed-off-by: Álvaro Fernández Rojas >> --- >>

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-13 Thread Álvaro Fernández Rojas
El 6/6/16 a las 15:58, Rob Herring escribió: > On Fri, Jun 03, 2016 at 10:12:03AM +0200, Álvaro Fernández Rojas wrote: >> BCM6345 has only one CPU, so SMP support must be disabled. >> >> Signed-off-by: Álvaro Fernández Rojas >> --- >> Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +-

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-13 Thread Álvaro Fernández Rojas
On a second thought I think I'll postpone adding support for BMIPS3300 SoCs since I failed booting latest kernel on a BCM6348. I'll resend only patch 1/3 on a new patch series. Álvaro. El 3/6/16 a las 13:46, Jonas Gorski escribió: > Hi, > > On 3 June 2016 at 10:12, Álvaro Fernández Rojas

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-13 Thread Álvaro Fernández Rojas
On a second thought I think I'll postpone adding support for BMIPS3300 SoCs since I failed booting latest kernel on a BCM6348. I'll resend only patch 1/3 on a new patch series. Álvaro. El 3/6/16 a las 13:46, Jonas Gorski escribió: > Hi, > > On 3 June 2016 at 10:12, Álvaro Fernández Rojas

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-06 Thread Rob Herring
On Fri, Jun 03, 2016 at 10:12:03AM +0200, Álvaro Fernández Rojas wrote: > BCM6345 has only one CPU, so SMP support must be disabled. > > Signed-off-by: Álvaro Fernández Rojas > --- > Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +- > arch/mips/bmips/setup.c

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-06 Thread Rob Herring
On Fri, Jun 03, 2016 at 10:12:03AM +0200, Álvaro Fernández Rojas wrote: > BCM6345 has only one CPU, so SMP support must be disabled. > > Signed-off-by: Álvaro Fernández Rojas > --- > Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +- > arch/mips/bmips/setup.c

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-03 Thread Jonas Gorski
Hi, On 3 June 2016 at 10:12, Álvaro Fernández Rojas wrote: > BCM6345 has only one CPU, so SMP support must be disabled. > > Signed-off-by: Álvaro Fernández Rojas > --- > Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +- > arch/mips/bmips/setup.c

Re: [PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-03 Thread Jonas Gorski
Hi, On 3 June 2016 at 10:12, Álvaro Fernández Rojas wrote: > BCM6345 has only one CPU, so SMP support must be disabled. > > Signed-off-by: Álvaro Fernández Rojas > --- > Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +- > arch/mips/bmips/setup.c | 9

[PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-03 Thread Álvaro Fernández Rojas
BCM6345 has only one CPU, so SMP support must be disabled. Signed-off-by: Álvaro Fernández Rojas --- Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +- arch/mips/bmips/setup.c | 9 + 2 files changed, 10 insertions(+), 1 deletion(-)

[PATCH 2/3] MIPS: BMIPS: Add BCM6345 support

2016-06-03 Thread Álvaro Fernández Rojas
BCM6345 has only one CPU, so SMP support must be disabled. Signed-off-by: Álvaro Fernández Rojas --- Documentation/devicetree/bindings/mips/brcm/soc.txt | 2 +- arch/mips/bmips/setup.c | 9 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git