commit | 701c207f90da087d02c530440eada1f91ccaa3b7 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Aug 14 19:02:58 2023 +0100 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Tue Dec 05 13:35:24 2023 +0000 |
tree | 3b123655ce0dda88ddad220b2de2fdb1a9e8ddcb | |
parent | a252029c392f84888dda8ad1427535ebec2b6cb0 [diff] |
pmic: qcom: dont use dev_read_addr to get USID Linux DTs stuff a value indicating if the USID is a USID or a GSID in the reg property, the Linux SPMI driver then reads the two address cells separately. U-boot's dev_read_addr() doesn't know how to handle this, so use ofnode_read_u32_index() to get just the USID. The Qcom pmic driver doesn't have support for GSID handling, so just ignore the second value for now. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>