aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Shiyan <shc_work@mail.ru>2013-11-30 10:18:03 +0400
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 21:33:08 +0800
commitf64ba746827ea23510659ebcacc84a1c6120eda4 (patch)
treec76ef89c5868eae30c63fe116ea73a75868ebf0c
parentARM: dts: imx27-phytec-phycore-rdk: Add DT node for camera module (diff)
downloadlinux-dev-f64ba746827ea23510659ebcacc84a1c6120eda4.tar.xz
linux-dev-f64ba746827ea23510659ebcacc84a1c6120eda4.zip
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>
-rw-r--r--arch/arm/boot/dts/imx27-phytec-phycore-som.dts16
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 @@
memory {
reg = <0xa0000000 0x08000000>;
};
+
+ regulators {
+ compatible = "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <0>;
+
+ reg_3v3: regulator@0 {
+ compatible = "regulator-fixed";
+ reg = <0>;
+ regulator-name = "3V3";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ };
+ };
};
&audmux {
@@ -134,7 +148,9 @@
};
&fec {
+ phy-mode = "mii";
phy-reset-gpios = <&gpio3 30 0>;
+ phy-supply = <&reg_3v3>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_fec1>;
status = "okay";