Commit 3daa4183 authored by David S. Miller's avatar David S. Miller

Merge branch 'net-dsa-microchip-add-KSZ8563-support'

Razvan Stefanescu says:

====================
net: dsa: microchip: add KSZ8563 support

This patchset adds compatibility string for the KSZ8563 switch.
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 879c3808 d9033ae9
...@@ -12,6 +12,7 @@ Required properties: ...@@ -12,6 +12,7 @@ Required properties:
- "microchip,ksz8565" - "microchip,ksz8565"
- "microchip,ksz9893" - "microchip,ksz9893"
- "microchip,ksz9563" - "microchip,ksz9563"
- "microchip,ksz8563"
Optional properties: Optional properties:
......
...@@ -81,6 +81,7 @@ static const struct of_device_id ksz9477_dt_ids[] = { ...@@ -81,6 +81,7 @@ static const struct of_device_id ksz9477_dt_ids[] = {
{ .compatible = "microchip,ksz9897" }, { .compatible = "microchip,ksz9897" },
{ .compatible = "microchip,ksz9893" }, { .compatible = "microchip,ksz9893" },
{ .compatible = "microchip,ksz9563" }, { .compatible = "microchip,ksz9563" },
{ .compatible = "microchip,ksz8563" },
{}, {},
}; };
MODULE_DEVICE_TABLE(of, ksz9477_dt_ids); MODULE_DEVICE_TABLE(of, ksz9477_dt_ids);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment