u-boot/doc/device-tree-bindings/pmic
Caleb Connolly 64550c7f4d
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.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Tested-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
2024-01-16 12:26:54 +00:00
..
max77663.txt power: pmic: add the base MAX77663 PMIC support 2023-11-03 12:37:15 -04:00
max77686.txt dm: pmic: add max77686 pmic driver 2015-05-14 18:49:38 -06:00
rn5t567.txt power: pmic: add Ricoh RN5T567 PMIC support 2016-10-07 12:26:15 +02:00
s2mps11.txt dm: pmic: add s2mps11 PMIC I/O driver 2015-11-02 10:38:00 +09:00
sandbox.txt sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulator 2015-05-14 19:58:34 -06:00
tps65911.txt power: pmic: tps65910: add TPS65911 PMIC support 2023-11-03 12:37:15 -04:00
tps80031.txt power: pmic: add the base TPS80031 PMIC support 2023-11-03 12:37:15 -04:00