@alanlissl I have enabled ldo11 in i2c0 as below.
i2c0: i2c@ffd71000 {
compatible = “snps,designware-i2c”;
reg = <0x0 0xffd71000 0x0 0x1000>;
vdd-supply = <&ldo11>;
interrupts = <0 118 4>;
#address-cells = <1>;
#size-cells = <0>;
clock-frequency = <400000>;
clocks = <&crg_ctrl HI3660_CLK_GATE_I2C0>;
resets = <&iomcu_rst HI3660_RST_I2C0>;
pinctrl-names = “default”;
pinctrl-0 = <&i2c0_pmx_func &i2c0_cfg_func>;
status = “ok”;
and do you have drivers/mfd/hi6421v530-pmic.c this file in this path?
Is this file really required?right now its not in my kernel build.