diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-12-30 21:42:58 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-01-03 08:57:44 +0300 |
commit | 27958ccdf29e9971732e02494b48be54b0691269 (patch) | |
tree | ede06ddae66e7aea87122c5578368ea80f6af6b6 /arch | |
parent | 00eb3630a98ad09acf5ac5365a7b66cba61d9676 (diff) | |
download | linux-27958ccdf29e9971732e02494b48be54b0691269.tar.xz |
ARM: dts: imx: Remove unexistant property
Property 'anatop-enable-bit' does not exist, so just remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6ul.dtsi | 1 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx7s.dtsi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 39845a7e0463..e601328f9393 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -534,7 +534,6 @@ anatop-min-bit-val = <0>; anatop-min-voltage = <2625000>; anatop-max-voltage = <3400000>; - anatop-enable-bit = <0>; }; reg_arm: regulator-vddcore { diff --git a/arch/arm/boot/dts/imx7s.dtsi b/arch/arm/boot/dts/imx7s.dtsi index 8ff2cbdd8f0d..8db1eb9d8bbd 100644 --- a/arch/arm/boot/dts/imx7s.dtsi +++ b/arch/arm/boot/dts/imx7s.dtsi @@ -509,7 +509,6 @@ anatop-min-bit-val = <8>; anatop-min-voltage = <800000>; anatop-max-voltage = <1200000>; - anatop-enable-bit = <31>; }; }; |