SPRN_SVR for MPC5121e?

View: New views
3 Messages — Rating Filter:   Alert me  

SPRN_SVR for MPC5121e?

by Wolfram Sang-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hiya,

my MPC5121e (Rev2) has PVR/SVR: 0x8086_2010/0x8018_0020 (as mentioned in the manual)

I would assume that Rev1 has something like 0x8018_0010 for SVR. Seeing this
code in the Denx NFC-driver seconds that:

+ rev = (mfspr(SPRN_SVR) >> 4) & 0xF;
+ if (rev != 2) {
+ printk(KERN_ERR DRV_NAME
+ ": SoC revision %u is not supported!\n", rev);
+ return -ENXIO;
+ }

Does someone here have a Rev1 and can ultimately confirm and/or supply the
complete PVR/SVR for Rev1? Couldn't find any hint neither in the manual nor in
the web.

Thanks,

   Wolfram

--
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@...
https://lists.ozlabs.org/listinfo/linuxppc-dev

signature.asc (204 bytes) Download Attachment

Re: SPRN_SVR for MPC5121e?

by wd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dear Wolfram Sang,

In message <20091028152324.GC3920@...> you wrote:
>
> my MPC5121e (Rev2) has PVR/SVR: 0x8086_2010/0x8018_0020 (as mentioned in the manual)
...
> Does someone here have a Rev1 and can ultimately confirm and/or supply the
> complete PVR/SVR for Rev1? Couldn't find any hint neither in the manual nor in
> the web.

We saw

        PVR/SVR = 0x80862010 / 0x80180010 for MPC5121
and

        PVR/SVR = 0x80862010 / 0x80180030 for MPC5123

Best regards,

Wolfgang Denk

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@...
Quantum particles: The dreams that stuff is made of.
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@...
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: SPRN_SVR for MPC5121e?

by Wolfram Sang-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> We saw
>
> PVR/SVR = 0x80862010 / 0x80180010 for MPC5121
> and
>
> PVR/SVR = 0x80862010 / 0x80180030 for MPC5123

Thanx a lot!

--
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@...
https://lists.ozlabs.org/listinfo/linuxppc-dev

signature.asc (204 bytes) Download Attachment