a node with regulator min and max should always have the order min before max.
See for example:
vdd_cpu: sd0 {
regulator-name = "+VDD_CPU_AP";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <700000>;
regulator-max-microvolt = <1350000>;
regulator-min-microamp = <3500000>;
regulator-max-microamp = <3500000>;
};
a node with regulator min and max should always have the order min before max.
See for example: