
21 Jan
2023
21 Jan
'23
3:55 a.m.
On 2023-01-19 11:36, Sumit Garg wrote:
On Mon, 16 Jan 2023 at 06:03, Alexey Minnekhanov alexeymin@postmarketos.org wrote:
...
config_addr = dev_read_addr_index(dev, 0);
priv->spmi_core = dev_read_addr_index(dev, 1);
priv->spmi_obs = dev_read_addr_index(dev, 2);
/* DTS bindings: reg-names = "cnfg", "core", "obsrvr"; */
nit: this comment is redundant as there is already DT bindings documentation to look at.
-Sumit
Thanks, will remove it in v2. -- Alexey Minnekhanov