[PATCH 5/6] ARM: dts: Karo TX25: Add phy reset gpio and supply for FEC
Lothar Waßmann
LW at KARO-electronics.de
Thu May 8 05:27:42 PDT 2014
Hi,
Sascha Hauer wrote:
> Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
> ---
> arch/arm/boot/dts/imx25-karo-tx25.dts | 17 +++++++++++++++++
> 1 file changed, 17 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx25-karo-tx25.dts b/arch/arm/boot/dts/imx25-karo-tx25.dts
> index aeb1fce..ea7dddc 100644
> --- a/arch/arm/boot/dts/imx25-karo-tx25.dts
> +++ b/arch/arm/boot/dts/imx25-karo-tx25.dts
> @@ -16,6 +16,21 @@
> model = "Ka-Ro TX25";
> compatible = "karo,imx25-tx25", "fsl,imx25";
>
> + regulators {
> + compatible = "simple-bus";
> + #address-cells = <1>;
> + #size-cells = <0>;
> +
> + reg_fec_phy: regulator at 0 {
> + compatible = "regulator-fixed";
> + reg = <0>;
> + regulator-name = "fec-phy";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + gpio = <&gpio4 9 0>;
>
enable-active-high;
missing here.
> + };
> + };
> +
> memory {
> reg = <0x80000000 0x02000000 0x90000000 0x02000000>;
> };
> @@ -77,7 +92,9 @@
> &fec {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_fec>;
> + phy-reset-gpios = <&gpio4 7 0>;
>
This must be: <&gpio3 7 0>;
Lothar Waßmann
--
___________________________________________________________
Ka-Ro electronics GmbH | Pascalstraße 22 | D - 52076 Aachen
Phone: +49 2408 1402-0 | Fax: +49 2408 1402-10
Geschäftsführer: Matthias Kaussen
Handelsregistereintrag: Amtsgericht Aachen, HRB 4996
www.karo-electronics.de | info at karo-electronics.de
___________________________________________________________
More information about the linux-arm-kernel
mailing list