diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-12-19 23:31:55 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-01-13 15:12:20 +0300 |
commit | 5282da459a97640ad2d12029665fa8c0a09d72a2 (patch) | |
tree | a49ee27134d1f32bda25adf51d69d135a324522f /arch/arm/boot/dts/ste-href.dtsi | |
parent | ace79dd1b0d99a3789809d94a00d230d76f61c57 (diff) | |
download | linux-5282da459a97640ad2d12029665fa8c0a09d72a2.tar.xz |
ARM: dts: ux500: Push VMMCI down to each tree
The setting of VMMCI differs so much between different
boards that we need to handle it on a per-board basis
rather that complicating things by overriding stuff from
the included DTSI:s. Push it down into top-level tree
instead.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ste-href.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ste-href.dtsi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/arm/boot/dts/ste-href.dtsi b/arch/arm/boot/dts/ste-href.dtsi index ff47cbf6ed3b..8c03124b6960 100644 --- a/arch/arm/boot/dts/ste-href.dtsi +++ b/arch/arm/boot/dts/ste-href.dtsi @@ -113,21 +113,6 @@ status = "okay"; }; - /* ST6G3244ME level translator for 1.8/2.9 V */ - vmmci: regulator-gpio { - compatible = "regulator-gpio"; - - regulator-min-microvolt = <1800000>; - regulator-max-microvolt = <2900000>; - regulator-name = "mmci-reg"; - regulator-type = "voltage"; - - startup-delay-us = <100>; - - states = <1800000 0x1 - 2900000 0x0>; - }; - // External Micro SD slot sdi0_per1@80126000 { arm,primecell-periphid = <0x10480180>; |