diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2013-11-30 01:18:03 -0500 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 08:33:08 -0500 |
commit | f64ba746827ea23510659ebcacc84a1c6120eda4 (patch) | |
tree | c76ef89c5868eae30c63fe116ea73a75868ebf0c /arch/arm/boot | |
parent | 5f9fe2448e29a69698a3e004d9275bd00726f387 (diff) |
ARM: dts: imx27-phytec-phycore-som: Update FEC node
This patch updates FEC devicetree node of Phytec PCM038 module:
- Adding missing phy_mode properties.
- Adding 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')
-rw-r--r-- | arch/arm/boot/dts/imx27-phytec-phycore-som.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts index beec525edbf3..07fd4be8cd36 100644 --- a/arch/arm/boot/dts/imx27-phytec-phycore-som.dts +++ b/arch/arm/boot/dts/imx27-phytec-phycore-som.dts | |||
@@ -19,6 +19,20 @@ | |||
19 | memory { | 19 | memory { |
20 | reg = <0xa0000000 0x08000000>; | 20 | reg = <0xa0000000 0x08000000>; |
21 | }; | 21 | }; |
22 | |||
23 | regulators { | ||
24 | compatible = "simple-bus"; | ||
25 | #address-cells = <1>; | ||
26 | #size-cells = <0>; | ||
27 | |||
28 | reg_3v3: regulator@0 { | ||
29 | compatible = "regulator-fixed"; | ||
30 | reg = <0>; | ||
31 | regulator-name = "3V3"; | ||
32 | regulator-min-microvolt = <3300000>; | ||
33 | regulator-max-microvolt = <3300000>; | ||
34 | }; | ||
35 | }; | ||
22 | }; | 36 | }; |
23 | 37 | ||
24 | &audmux { | 38 | &audmux { |
@@ -134,7 +148,9 @@ | |||
134 | }; | 148 | }; |
135 | 149 | ||
136 | &fec { | 150 | &fec { |
151 | phy-mode = "mii"; | ||
137 | phy-reset-gpios = <&gpio3 30 0>; | 152 | phy-reset-gpios = <&gpio3 30 0>; |
153 | phy-supply = <®_3v3>; | ||
138 | pinctrl-names = "default"; | 154 | pinctrl-names = "default"; |
139 | pinctrl-0 = <&pinctrl_fec1>; | 155 | pinctrl-0 = <&pinctrl_fec1>; |
140 | status = "okay"; | 156 | status = "okay"; |