commit | 76868d199c2cd5f7d947cec71d8ba22cd5d14a36 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Aug 09 23:58:39 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 09:50:12 2015 -0600 |
tree | 8b2940dbee2c7a37915166f8a732a5761b91b386 | |
parent | 932adc65dff07ed2c77990157e02b38eaef593cd [diff] |
x86: Set APs' req_seq to the reg number from device tree Multiple APs are brought up simultaneously and they may get the same seq num in the uclass_resolve_seq() during device_probe(). To avoid this, set req_seq to the reg number in the device tree in advance. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>