[PATCH 4/5] phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2015-03-20 23:03:01
Also in:
linux-devicetree, linux-ide, lkml
From: f.fainelli@gmail.com (Florian Fainelli)
Date: 2015-03-20 23:03:01
Also in:
linux-devicetree, linux-ide, lkml
On 18/03/15 18:23, Brian Norris wrote:
Supports up to two ports which can each be powered on/off and configured independently. Signed-off-by: Brian Norris <computersforpeace@gmail.com> ---
[snip]
+
+static const struct of_device_id brcmstb_sata_phy_of_match[] = {
+ { .compatible = "brcm,bcm7445-sata-phy" },The binding document specifies "brcm,phy-sata3" as a fallback compatible string, so we want to match it here. [snip]
+ + dev_info(dev, "registered %d ports\n", count);
"registered %d port(s)" ;) -- Florian