ARM: dts: dra72-evm-revc: fix typo in ethernet-phy node
authorSekhar Nori <nsekhar@ti.com>
Thu, 12 Jan 2017 10:54:43 +0000 (16:24 +0530)
committerTony Lindgren <tony@atomide.com>
Thu, 12 Jan 2017 21:52:21 +0000 (13:52 -0800)
Fix a typo in impedance setting for ethernet-phy@3

Fixes: b76db38cd8ae ("ARM: dts: dra72-evm-revc: add phy impedance settings")
Cc: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dra72-evm-revc.dts

index c3d939c..3f808a4 100644 (file)
@@ -75,6 +75,6 @@
                ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_25_NS>;
                ti,tx-internal-delay = <DP83867_RGMIIDCTL_250_PS>;
                ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_8_B_NIB>;
-               ti,min-output-imepdance;
+               ti,min-output-impedance;
        };
 };