diff options
author | Matthias Schiffer <matthias.schiffer@ew.tq-group.com> | 2020-09-18 14:29:34 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-28 11:37:03 +0300 |
commit | 2b01d7a1571b8558dcadee84d575ab31bf39efa2 (patch) | |
tree | 46543345edb6b4c516bc01b74823defdc018e00b /arch/arm/boot/dts/imx7d-mba7.dts | |
parent | f7defed53e35fada087a6bde29810be74576b86e (diff) | |
download | linux-2b01d7a1571b8558dcadee84d575ab31bf39efa2.tar.xz |
ARM: dts: imx7-mba7: remove unsupported PHY LED setup
These properties were never supported by the DP83867, and a patch
implementing them was rejected in favor of a different solution. Remove
them.
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx7d-mba7.dts')
-rw-r--r-- | arch/arm/boot/dts/imx7d-mba7.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/imx7d-mba7.dts b/arch/arm/boot/dts/imx7d-mba7.dts index 9f4f7112e598..1101be373ddf 100644 --- a/arch/arm/boot/dts/imx7d-mba7.dts +++ b/arch/arm/boot/dts/imx7d-mba7.dts @@ -39,10 +39,6 @@ ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>; ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>; ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>; - /* LED1: Link/Activity, LED2: error */ - ti,led-function = <0x0db0>; - /* active low, LED1/2 driven by phy */ - ti,led-ctrl = <0x1001>; }; }; }; |