I have tried to use PIN35 on LS connector as i needed 1.8 voltage source,but PIN35 showing 0 volts.
I have configured the hi3660-hikey960.dts for LDO11 and done corresponding changes in hi6421v530-regulator.c but no luck.
I am using 4.4 kernel version and below is the code have added in dts and regulator file.
pmic: pmic@fff34000 {
compatible = “hisilicon,hi6421v530-pmic”;
reg = <0x0 0xfff34000 0x0 0x1000>;
interrupt-controller;
#interrupt-cells = <2>;
regulators {
ldo11: LDO11 { /* Low Speed Connector */
regulator-compatible = "hi6421v530_ldo11";
regulator-name = "LDO11";
regulator-min-microvolt = <1750000>;
regulator-max-microvolt = <3300000>;
regulator-enable-ramp-delay = <240>;
};
}
If any body found the solution for this kindly let me know.