commit | 2cd3db988bee34c304a11158309c7a8555fff92d | [log] [tgz] |
---|---|---|
author | Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> | Wed Jan 10 11:34:35 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 15 16:29:03 2018 -0500 |
tree | 1a8f19e5eea0125be30341774efa0053cfb4fe1f | |
parent | 2212f6378121fc0fd3d041ba8afb115f3cdb05aa [diff] |
db410c: update wlan and bt mac addresses from firmware The firmware that runs before u-boot modifies u-boot's device tree adding the local-mac-address and local-bd-address properties for the compatibles "qcom,wcnss-bt" and "qcom,wcnss-wlan". This commit reads that firmware, retrieves the properties and fixups the device tree that is passed to the kernel before booting. Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>