commit | 8af311ab3be13f8d72e8cc914ac7628ee8687528 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Mar 13 12:43:56 2020 -0500 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Mar 24 10:11:20 2020 -0500 |
tree | 9ec81801ae7f40895ddce48a544fe011ff162112 | |
parent | c7f2c897839738ce57e57ae4406ca5989b85dece [diff] |
edtlib: allow register addr / size to be None If the #address-cells property for a register is 0 than we set the addr value of the reg to None. Similar, if #size-cells is 0 than we set the size value to None for the reg. Fixup kconfigfunctions.py to handle reg.size and reg.addr being None. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>