commit | 12f35e33b0cb964b96e3fcd950f0e0dcf46ad5ac | [log] [tgz] |
---|---|---|
author | Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> | Fri Aug 19 17:01:13 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 13 12:08:41 2022 -0400 |
tree | e5a58e23c7d86d7463daadc73b6aa59309cd06a2 | |
parent | d1d43d689a58f64ed08efee34b67d3f92d402e84 [diff] |
spi: aspeed: Support customized decoded address ranges If "decoded-ranges" is defined in the device tree, the driver will apply the decoded address ranges from this property to the controller during probe stage. This patch refers to the following OpenBMC u-boot patch. https://patchwork.ozlabs.org/project/openbmc/list/?series=306969 Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>