Re: [U-Boot] [PATCH] ARM: rpi: add a couple more revision IDs

2015-04-13 Thread Tom Rini
On Sun, Apr 12, 2015 at 09:43:25PM -0600, Stephen Warren wrote: > According to Gordon Henderson's WiringPi library, there are some more > Pi revision IDs out there. Add support for them. > > http://git.drogon.net/?p=wiringPi;a=blob_plain;f=wiringPi/wiringPi.c;hb=5edd177112c99416f68ba3e8c6c4db6ed9

[U-Boot] [PATCH] ARM: rpi: add a couple more revision IDs

2015-04-12 Thread Stephen Warren
According to Gordon Henderson's WiringPi library, there are some more Pi revision IDs out there. Add support for them. http://git.drogon.net/?p=wiringPi;a=blob_plain;f=wiringPi/wiringPi.c;hb=5edd177112c99416f68ba3e8c6c4db6ed942e796 At least ID 0x13 is out in the wild: Reported-by: Chee-Yang Chau