diff options
author | Weijie Gao <weijie.gao@mediatek.com> | 2019-09-25 17:45:36 +0800 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-10-25 17:20:44 +0200 |
commit | cff0b044d2ccdb2af84eaa02f9188cde63c052fa (patch) | |
tree | 94faacc8712de22203e42124b1b0f07f17f420de /arch/mips/dts/linkit-smart-7688.dts | |
parent | 877d03903c3683010e9d4307003c90e27917c313 (diff) |
dts: mtmips: enable eth port0 led and link poll functions for all boards
This patch adds default p0led status and phy0 link polling for all boards.
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'arch/mips/dts/linkit-smart-7688.dts')
-rw-r--r-- | arch/mips/dts/linkit-smart-7688.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/mips/dts/linkit-smart-7688.dts b/arch/mips/dts/linkit-smart-7688.dts index 935315743c..740b73b3d1 100644 --- a/arch/mips/dts/linkit-smart-7688.dts +++ b/arch/mips/dts/linkit-smart-7688.dts @@ -26,6 +26,15 @@ }; }; +&pinctrl { + state_default: pin_state { + p0led { + groups = "p0led_a"; + function = "led"; + }; + }; +}; + &uart2 { status = "okay"; }; @@ -42,3 +51,7 @@ reg = <0>; }; }; + +ð { + mediatek,poll-link-phy = <0>; +}; |