Skip to content

regulator-min should be before regulator-max #1

Description

@gumulka

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>;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions