diff options
author | 2017-01-06 09:02:52 +0200 | |
---|---|---|
committer | 2017-01-06 11:10:51 +0200 | |
commit | 7c294e00264119c74f69e4033da08cb135cfc8af (patch) | |
tree | 80d9f69f7f94b961a1655a81953d607a94e6b059 | |
parent | arm64: dts: exynos: Comply to the samsung pinctrl naming convention in TM2 (diff) | |
download | linux-rng-7c294e00264119c74f69e4033da08cb135cfc8af.tar.xz linux-rng-7c294e00264119c74f69e4033da08cb135cfc8af.zip |
arm64: dts: exynos: Remove unsupported regulator-always-off property from TM2E
The regulator property 'regulator-always-off' is not documented and not
supported.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts index 1db4e7f363a9..398f5e092b02 100644 --- a/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts +++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2e.dts @@ -25,7 +25,6 @@ &ldo25_reg { regulator-name = "UNUSED_LDO25"; - regulator-always-off; }; &ldo31_reg { |