Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1583699 > unrolled thread
| Started by | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| First post | 2017-02-17 21:10 +0100 |
| Last post | 2017-02-17 21:10 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] of_mdio: Add "broadcom,bcm5241" to the whitelist. Florian Fainelli <f.fainelli@gmail.com> - 2017-02-17 21:10 +0100
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Date | 2017-02-17 21:10 +0100 |
| Subject | Re: [PATCH] of_mdio: Add "broadcom,bcm5241" to the whitelist. |
| Message-ID | <tbX0S-q0-11@gated-at.bofh.it> |
On 02/17/2017 12:04 PM, David Daney wrote:
> Some Cavium dev boards have firmware which doesn't supply a proper
> ethernet-phy-ieee802.3-c22" compatible property. Restore these boards
> to working order by whitelisting this compatible value.
>
> Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
> drivers/of/of_mdio.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/of/of_mdio.c b/drivers/of/of_mdio.c
> index 262281b..0b29798 100644
> --- a/drivers/of/of_mdio.c
> +++ b/drivers/of/of_mdio.c
> @@ -147,6 +147,7 @@ EXPORT_SYMBOL(of_mdio_parse_addr);
> */
> static const struct of_device_id whitelist_phys[] = {
> { .compatible = "brcm,40nm-ephy" },
> + { .compatible = "broadcom,bcm5241" },
And that's not the vendor prefix from vendor-prefixes.txt.
> { .compatible = "marvell,88E1111", },
> { .compatible = "marvell,88e1116", },
> { .compatible = "marvell,88e1118", },
>
--
Florian
Back to top | Article view | linux.kernel
csiph-web