diff options
author | Luwei Zhou <b45643@freescale.com> | 2014-02-24 03:53:31 -0500 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:57:41 -0400 |
commit | 83ae0d7a9880775c8b5ed0df95d5c1b96382931c (patch) | |
tree | a0ad28bb5ea375e29bad1e925f5e90903ac1de2e /arch/arm/boot | |
parent | 9e0ecf38797389d41512f1365673c8cc30546bfe (diff) |
ENGR00300474-2 ARM:dts: Replace phy regulator with gpio control in dts
Ther is some issue when using regulator contorl phy supply.The patch
replace the regulator with gpio direct control.
Signed-off-by: Luwei Zhou <b45643@freescale.com>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-17x17-arm2.dts | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts index 829120c59bd1..6191b9d6dfe9 100644 --- a/arch/arm/boot/dts/imx6sx-17x17-arm2.dts +++ b/arch/arm/boot/dts/imx6sx-17x17-arm2.dts | |||
@@ -36,21 +36,6 @@ | |||
36 | memory { | 36 | memory { |
37 | reg = <0x80000000 0x40000000>; | 37 | reg = <0x80000000 0x40000000>; |
38 | }; | 38 | }; |
39 | |||
40 | regulators { | ||
41 | compatible = "simple-bus"; | ||
42 | #address-cells = <1>; | ||
43 | #size-cells = <0>; | ||
44 | |||
45 | reg_rgmii_1v8: regulator@0 { | ||
46 | compatible = "regulator-fixed"; | ||
47 | regulator-name = "vcc_rgmii_1v8_io"; | ||
48 | regulator-min-microvolt = <1800000>; | ||
49 | regulator-max-microvolt = <1800000>; | ||
50 | gpio = <&max7322 0 0>; | ||
51 | enable-active-high; | ||
52 | }; | ||
53 | }; | ||
54 | }; | 39 | }; |
55 | 40 | ||
56 | &fec1 { | 41 | &fec1 { |
@@ -59,7 +44,7 @@ | |||
59 | phy-mode = "rgmii"; | 44 | phy-mode = "rgmii"; |
60 | fsl,num_tx_queues=<3>; | 45 | fsl,num_tx_queues=<3>; |
61 | fsl,num_rx_queues=<3>; | 46 | fsl,num_rx_queues=<3>; |
62 | phy-supply = <®_rgmii_1v8>; | 47 | pinctrl-assert-gpios = <&max7322 0 GPIO_ACTIVE_HIGH>; |
63 | status = "okay"; | 48 | status = "okay"; |
64 | }; | 49 | }; |
65 | 50 | ||