[PATCH] dt-bindings: leds: Allow PHY RX triggers

Rob Herring (Arm) posted 1 patch 2 days, 17 hours ago
Documentation/devicetree/bindings/leds/common.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] dt-bindings: leds: Allow PHY RX triggers
Posted by Rob Herring (Arm) 2 days, 17 hours ago
The ZynqMP ZCU100 revC DTS uses separate phy0tx and phy0rx triggers for
its WLAN activity LEDs. Allow the RX form alongside the existing TX
form.

Assisted-by: LLM
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/leds/common.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/leds/common.yaml b/Documentation/devicetree/bindings/leds/common.yaml
index a0ef2f2f0724..2502e6f221f8 100644
--- a/Documentation/devicetree/bindings/leds/common.yaml
+++ b/Documentation/devicetree/bindings/leds/common.yaml
@@ -147,7 +147,7 @@ properties:
         # LED is triggered by SD/MMC activity
       - pattern: "^mmc[0-9]+$"
         # LED is triggered by WLAN activity
-      - pattern: "^phy[0-9]+tx$"
+      - pattern: "^phy[0-9]+(rx|tx)$"
 
   led-pattern:
     description: |
-- 
2.53.0