diff options
| author | Marek Vasut <[email protected]> | 2019-05-16 00:45:57 +0200 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2019-05-20 09:09:24 +0800 |
| commit | 64b99002c561054f95ef6917f9d329667eb112e7 (patch) | |
| tree | ad80bbc029906af433a283bfd2315ee0668197fd | |
| parent | a80c4981717b12f06de05e3b737a1d818e88ee84 (diff) | |
ARM: dts: imx53: Select netdev trigger for Yellow LED on M53Menlo
The yellow LED is in the ethernet jack socket, bind it to netdev
trigger to indicate ethernet activity.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Shawn Guo <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: NXP Linux Team <[email protected]>
To: [email protected]
Reviewed-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/imx53-m53menlo.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-m53menlo.dts b/arch/arm/boot/dts/imx53-m53menlo.dts index 97a8aee9d7d6..10a738a09d0a 100644 --- a/arch/arm/boot/dts/imx53-m53menlo.dts +++ b/arch/arm/boot/dts/imx53-m53menlo.dts @@ -30,7 +30,7 @@ eth { label = "EthLedYe"; gpios = <&gpio2 11 GPIO_ACTIVE_LOW>; - linux,default-trigger = "none"; + linux,default-trigger = "netdev"; }; }; |