Message ID | 20220701035709.10829-2-Divya.Koppera@microchip.com (mailing list archive) |
---|---|
State | Accepted |
Commit | eb566fc83920a4288512c454e0b224104906c437 |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | LED feature for LAN8814 PHY | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Clearly marked for net-next |
netdev/fixes_present | success | Fixes tag not required for -next series |
netdev/subject_prefix | success | Link |
netdev/cover_letter | success | Series has a cover letter |
netdev/patch_count | success | Link |
netdev/header_inline | success | No static functions without inline keyword in header files |
netdev/build_32bit | success | Errors and warnings before: 0 this patch: 0 |
netdev/cc_maintainers | success | CCed 8 of 8 maintainers |
netdev/build_clang | success | Errors and warnings before: 0 this patch: 0 |
netdev/module_param | success | Was 0 now: 0 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/check_selftest | success | No net selftest shell script |
netdev/verify_fixes | success | No Fixes tag |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 0 this patch: 0 |
netdev/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 7 lines checked |
netdev/kdoc | success | Errors and warnings before: 0 this patch: 0 |
netdev/source_inline | success | Was 0 now: 0 |
On Fri, 01 Jul 2022 09:27:08 +0530, Divya Koppera wrote: > Enable led-mode configuration for LAN8814 phy > > Signed-off-by: Divya Koppera <Divya.Koppera@microchip.com> > --- > v2 -> v3: > - No change > > v1 -> v2: > - Updated micrel,led-mode property for LAN8814 PHY > --- > Documentation/devicetree/bindings/net/micrel.txt | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/micrel.txt b/Documentation/devicetree/bindings/net/micrel.txt index a9ed691ffb03..a407dd1b4614 100644 --- a/Documentation/devicetree/bindings/net/micrel.txt +++ b/Documentation/devicetree/bindings/net/micrel.txt @@ -16,6 +16,7 @@ Optional properties: KSZ8051: register 0x1f, bits 5..4 KSZ8081: register 0x1f, bits 5..4 KSZ8091: register 0x1f, bits 5..4 + LAN8814: register EP5.0, bit 6 See the respective PHY datasheet for the mode values.
Enable led-mode configuration for LAN8814 phy Signed-off-by: Divya Koppera <Divya.Koppera@microchip.com> --- v2 -> v3: - No change v1 -> v2: - Updated micrel,led-mode property for LAN8814 PHY --- Documentation/devicetree/bindings/net/micrel.txt | 1 + 1 file changed, 1 insertion(+)