[...]
- reg_vcc_mmc_io: regulator-vcc-mmc-io {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_vcc_mmc_io>;
compatible = "regulator-gpio";
vin-supply = <®_5v0>;
regulator-name = "mmc_io_supply";
regulator-type = "voltage";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
gpios = <&gpio7 13 GPIO_ACTIVE_HIGH>;
enable-active-high?
right, thx!
states = <1800000 0x1>, <3300000 0x0>;
Hmm, I do not see this 'states' in fixed-regulator.yaml.
It is in gpio-regulator.yaml
Regards, Oleksij