diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-22 13:32:34 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-24 07:05:05 +0400 |
commit | 9089ce520f6fdcb3c921a12d24834197251bd56f (patch) | |
tree | 6fef585294a1f93c8fe063a6be3ae82e0d0c9d3c /arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi | |
parent | a2e502c214ae65a3e0871e6216f1bc105524d9ad (diff) | |
download | linux-9089ce520f6fdcb3c921a12d24834197251bd56f.tar.xz |
ARM: dts: imx27-phytec-phycore-rdk: Add USBH2 node
This patch adds USBH2 devicetree node of Phytec PCM970 RDK.
Additionally, adds fixed regulator to provide functionality
without dummy-regulator in the kernel.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi index 258eafa722c1..05b0ecd348e0 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dtsi @@ -32,6 +32,14 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + reg_5v0: regulator@1 { + compatible = "regulator-fixed"; + reg = <1>; + regulator-name = "5V0"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + }; }; }; |