Re: [PATCH v4 09/11] ARM: rpi: add revision IDs for Pi 3 Model B and Pi Zero

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Nov 01, 2018 at 07:35:25PM +0100, Lucas Stach wrote:
> Am Donnerstag, den 01.11.2018, 10:18 +0100 schrieb Lucas Stach:
> > > From: Enrico Joerns <ejo@xxxxxxxxxxxxxx>
> > 
> > > Signed-off-by: Enrico Joerns <ejo@xxxxxxxxxxxxxx>
> > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx>
> > > Tested-by: Roland Hieber <r.hieber@xxxxxxxxxxxxxx>
> > ---
> >  arch/arm/boards/raspberry-pi/rpi-common.c | 2 ++
> >  arch/arm/mach-bcm283x/include/mach/mbox.h | 4 ++++
> >  2 files changed, 6 insertions(+)
> > 
> > diff --git a/arch/arm/boards/raspberry-pi/rpi-common.c b/arch/arm/boards/raspberry-pi/rpi-common.c
> > index 6e375bc984de..aec8cb27ed40 100644
> > --- a/arch/arm/boards/raspberry-pi/rpi-common.c
> > +++ b/arch/arm/boards/raspberry-pi/rpi-common.c
> > @@ -174,6 +174,8 @@ const struct rpi_model rpi_models_old_scheme[] = {
> >  const struct rpi_model rpi_models_new_scheme[] = {
> > >  	RPI_MODEL(0, "Unknown model", NULL),
> > >  	RPI_MODEL(BCM2836_BOARD_REV_2_B, "2 Model B", rpi_b_plus_init),
> > > +	RPI_MODEL(BCM2837_BOARD_REV_3_B, "3 Model B", rpi_b_plus_init),
> > > +	RPI_MODEL(BCM2837_BOARD_REV_ZERO, "Zero", rpi_b_plus_init),
> >  };
> >  
> >  static int rpi_board_rev = 0;
> > diff --git a/arch/arm/mach-bcm283x/include/mach/mbox.h b/arch/arm/mach-bcm283x/include/mach/mbox.h
> > index 2b5aea88ee0a..4cddf99a8429 100644
> > --- a/arch/arm/mach-bcm283x/include/mach/mbox.h
> > +++ b/arch/arm/mach-bcm283x/include/mach/mbox.h
> > @@ -129,6 +129,10 @@ struct bcm2835_mbox_tag_hdr {
> >  
> >  /* RPi 2 */
> > >  #define BCM2836_BOARD_REV_2_B		0x4
> > +/* RPi 3 */
> > > +#define BCM2837_BOARD_REV_3_B		0x8
> > +/* Zero */
> > > +#define BCM2837_BOARD_REV_ZERO		0x9
> 
> Robert noted that the Zero is actually a BCM2835 SoC. Sascha, can you
> fix up the define name while applying?

Did that and applied. /me is compile testing.

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox




[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux