Commit 27958ccd authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx: Remove unexistant property

Property 'anatop-enable-bit' does not exist, so just remove it.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 00eb3630
...@@ -534,7 +534,6 @@ reg_3p0: regulator-3p0 { ...@@ -534,7 +534,6 @@ reg_3p0: regulator-3p0 {
anatop-min-bit-val = <0>; anatop-min-bit-val = <0>;
anatop-min-voltage = <2625000>; anatop-min-voltage = <2625000>;
anatop-max-voltage = <3400000>; anatop-max-voltage = <3400000>;
anatop-enable-bit = <0>;
}; };
reg_arm: regulator-vddcore { reg_arm: regulator-vddcore {
......
...@@ -509,7 +509,6 @@ reg_1p0d: regulator-vdd1p0d { ...@@ -509,7 +509,6 @@ reg_1p0d: regulator-vdd1p0d {
anatop-min-bit-val = <8>; anatop-min-bit-val = <8>;
anatop-min-voltage = <800000>; anatop-min-voltage = <800000>;
anatop-max-voltage = <1200000>; anatop-max-voltage = <1200000>;
anatop-enable-bit = <31>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment