Skip to content
Snippets Groups Projects
Commit 73e60abe authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado
Browse files

STOPSHIP: arm64: dts: mt8192-evb: Remove invalid allowed-modes from regulator

parent cae480c4
No related branches found
No related tags found
No related merge requests found
......@@ -1429,7 +1429,7 @@ mt6315_6_vbuck1: vbuck1 {
regulator-min-microvolt = <300000>;
regulator-max-microvolt = <1193750>;
regulator-enable-ramp-delay = <256>;
regulator-allowed-modes = <0 1 2 4>;
regulator-allowed-modes = <0 1 2>;
regulator-always-on;
};
......@@ -1439,7 +1439,7 @@ mt6315_6_vbuck3: vbuck3 {
regulator-min-microvolt = <300000>;
regulator-max-microvolt = <1193750>;
regulator-enable-ramp-delay = <256>;
regulator-allowed-modes = <0 1 2 4>;
regulator-allowed-modes = <0 1 2>;
regulator-always-on;
};
};
......@@ -1456,7 +1456,7 @@ mt6315_7_vbuck1: vbuck1 {
regulator-min-microvolt = <300000>;
regulator-max-microvolt = <1193750>;
regulator-enable-ramp-delay = <256>;
regulator-allowed-modes = <0 1 2 4>;
regulator-allowed-modes = <0 1 2>;
};
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment