diff options
| author | 2017-11-28 15:02:35 +0000 | |
|---|---|---|
| committer | 2017-12-26 16:15:44 +0800 | |
| commit | 84de7afa83bb08a8006412d2fca69eb92dcaf6cb (patch) | |
| tree | 112de27a1778e5b8529cea8e72b6f933b5dfb576 | |
| parent | ARM: dts: imx6qdl-sr-som-brcm: rename sdio clock (diff) | |
ARM: dts: imx6qdl-sr-som: add 3.3V vcc regulator
Add a 3.3V regulator for devices connected to the vcc_3v3 supply
signal on the microsom.
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm/boot/dts/imx6qdl-sr-som.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-sr-som.dtsi b/arch/arm/boot/dts/imx6qdl-sr-som.dtsi index 449e241badfe..4ccb7afc4b35 100644 --- a/arch/arm/boot/dts/imx6qdl-sr-som.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sr-som.dtsi @@ -40,6 +40,16 @@ */ #include <dt-bindings/gpio/gpio.h> +/ { + vcc_3v3: regulator-vcc-3v3 { + compatible = "regulator-fixed"; + regulator-always-on; + regulator-name = "vcc_3v3"; + regulator-min-microvolt = <3300000>; + regulator-max-microvolt = <3300000>; + }; +}; + &fec { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_microsom_enet_ar8035>; |
