commit | 3f2a43c98d72bcb236f3db7e3a8355dd5e1311d8 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <[email protected]> | Fri Apr 17 10:50:40 2015 -0700 |
committer | Florian Fainelli <[email protected]> | Wed May 20 15:06:58 2015 -0700 |
tree | fab474dc9fe44bfaf8eadd957b1ac7daa4b4fa2a | |
parent | 6e844b035360294636271f4f0fd4a5a685e03c06 [diff] |
ARM: BCM63xx: Add secondary CPU PMB initialization sequence The sequence to initialize a secondary CPU using the BCM63138 PMB is extremely specific and represents much more code than any other on-chip peripheral (AHCI, USB 3.0 or integrated Ethernet switch), as such we keep that code local and utilize Device Tree to lookup all the resources we need from the CPU device tree node. Signed-off-by: Florian Fainelli <[email protected]>