raspberrypi / documentation

The official documentation for Raspberry Pi computers and microcontrollers
https://raspberrypi.com/documentation
Creative Commons Attribution Share Alike 4.0 International
5.25k stars 2.01k forks source link

dt-blob.bin description needs updating for Pi3, Pi0(w) and cm3 pins_* values #563

Closed 6by9 closed 7 years ago

6by9 commented 7 years ago

https://github.com/raspberrypi/documentation/blob/master/configuration/pin-configuration.md lists 8 pins_* sections: pins_rev1 pins_rev2 pins_bplus1 pins_bplus2 pins_aplus pins_2b1 pins_2b2 pins_cm

It's missing (at least) pins_pi0 pins_pi0w pins_cm3 pins_3b1 pins_3b2

JamesH65 commented 7 years ago

@pelwell Is this simply a matter of adding those pin sections and writing a short description?

pelwell commented 7 years ago

Yes. The comments in dt-blob.dts (https://github.com/raspberrypi/firmware/blob/master/extra/dt-blob.dts) should help, although the latest with pins_pi0w hasn't yet been published.

JamesH65 commented 7 years ago

OK, I'll go through and add them.

JamesH65 commented 7 years ago

There doesn't appear to be a Pi0w entry in the dts file - is that planned to be added? Should I put it in docs now?

pelwell commented 7 years ago

I've added it now.

JamesH65 commented 7 years ago

Now THAT's magic!

JamesH65 commented 7 years ago

See #565

JamesH65 commented 7 years ago

Merged