Re: [PATCH V15 6/9] mfd: pm8008: Use i2c_new_dummy_device() API

From: Stephen Boyd
Date: Tue Jul 26 2022 - 21:19:23 EST


Quoting Satya Priya Kakitapalli (Temp) (2022-07-21 23:31:16)
>
>             regulator-name = "pm8008_l6";
>         };
>
>         pm8008_l7: ldo7@4600 {
>             reg = <0x4600>;
>             regulator-name = "pm8008_l7";
>         };
>     };
> };
>
>
> Stephen/Mark, Please do let me know if you are OK with this design.
>

I was happy with the previous version of the DT node. That had one node
for the "pm8008 chip", which is important because it really is one
package. Why isn't that possible to implement and also register i2c
devices on the i2c bus for the second address?