On Thu, Feb 13, 2025 at 01:58:41PM +1300, Tony O'Brien wrote:
Add a define so network devices with a PoE PSE feature can provide
status indications of connected PoE PDs.
Reviewed-by: Ben Hoelker <redacted>
Reviewed-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Where did these two reviews happen?
quoted hunk ↗ jump to hunk
Signed-off-by: Tony O'Brien <redacted>
---
include/dt-bindings/leds/common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dt-bindings/leds/common.h b/include/dt-bindings/leds/common.h
index 4f017bea0123..3a8958b81c87 100644
--- a/include/dt-bindings/leds/common.h
+++ b/include/dt-bindings/leds/common.h
@@ -94,6 +94,7 @@
#define LED_FUNCTION_MOBILE "mobile"
#define LED_FUNCTION_MTD "mtd"
#define LED_FUNCTION_PANIC "panic"
+#define LED_FUNCTION_POE "poe"
Where is any user of this?
Best regards,
Krzysztof