mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
Merge branch 'dt-bindings-net-micrel-fix-ksz8041rnli-dtbs_check-warnings'
Geert Uytterhoeven says: ==================== dt-bindings: net: micrel: Fix KSZ8041RNLI dtbs_check warnings "make dtbs_check" reports several warnings due to some KSZ8041RNLI PHY nodes having the "micrel,led-mode" property, while the DT bindings prohibit this. Apparently the DT bindings are incorrect, so this patch series fixes that, after a customary cleanup. ==================== Link: https://patch.msgid.link/cover.1773734298.git.geert+renesas@glider.be Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
c3f25894e3
|
|
@ -51,9 +51,10 @@ properties:
|
|||
bits that are currently supported:
|
||||
|
||||
KSZ8001: register 0x1e, bits 15..14
|
||||
KSZ8041: register 0x1e, bits 15..14
|
||||
KSZ8021: register 0x1f, bits 5..4
|
||||
KSZ8031: register 0x1f, bits 5..4
|
||||
KSZ8041: register 0x1e, bits 15..14
|
||||
KSZ8041RNLI: register 0x1e, bits 15..14
|
||||
KSZ8051: register 0x1f, bits 5..4
|
||||
KSZ8081: register 0x1f, bits 5..4
|
||||
KSZ8091: register 0x1f, bits 5..4
|
||||
|
|
@ -80,9 +81,10 @@ allOf:
|
|||
contains:
|
||||
enum:
|
||||
- ethernet-phy-id0022.1510
|
||||
- ethernet-phy-id0022.1537
|
||||
- ethernet-phy-id0022.1550
|
||||
- ethernet-phy-id0022.1555
|
||||
- ethernet-phy-id0022.1556
|
||||
- ethernet-phy-id0022.1550
|
||||
- ethernet-phy-id0022.1560
|
||||
- ethernet-phy-id0022.161a
|
||||
then:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user