diff options
author | Stefan Agner <stefan@agner.ch> | 2017-03-30 02:21:13 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-04-10 11:16:21 +0300 |
commit | 746380186d12159de1697c80e406783888478670 (patch) | |
tree | 9414b090bcf5b0cb3f98000f1d0fb288f748dfc3 /arch/arm/boot/dts/imx7d-colibri-eval-v3.dts | |
parent | c9171bb5a9ed0d5168e0788189042a33b73d7616 (diff) | |
download | linux-746380186d12159de1697c80e406783888478670.tar.xz |
ARM: dts: imx7-colibri: add Carrier Board 3.3V/5V regulators
Model the Carrier Board power distribution by adding a fixed 3.3V
and 5V regulator. The 3.3V regulator is connected to the backlight
as well as the display supply. The 5V regulator is used to supply
USB VBUS.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-colibri-eval-v3.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-colibri-eval-v3.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts b/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts index bd01d2cc642d..a608a14d8c85 100644 --- a/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts +++ b/arch/arm/boot/dts/imx7d-colibri-eval-v3.dts @@ -57,6 +57,7 @@ regulator-min-microvolt = <5000000>; regulator-max-microvolt = <5000000>; gpio = <&gpio4 7 GPIO_ACTIVE_LOW>; + vin-supply = <®_5v0>; }; }; |