Quoting Satya Priya (2022-04-05 06:50:30)
Add mfd cell struct to match with the "qcom,pm8008-regulator"I don't get it. Shouldn't the pm8008-regulators compatible string be a
driver and a separate probe to add pm8008_regulator_devs.
This separate probe is required to ensure the regulators are
registered only with the mfd device which contains regulators.
different i2c driver in drivers/regulator/ that matches the compatible
string for qcom,pm8008-regulators?
Add the reset-gpio toggling in the pm8008_probe() to bringPlease split this part off to a different patch.
pm8008 chip out of reset instead of doing it in DT node using
"output-high" property.