From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751332AbbCUJKq (ORCPT ); Sat, 21 Mar 2015 05:10:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34588 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751132AbbCUJKl (ORCPT ); Sat, 21 Mar 2015 05:10:41 -0400 Message-ID: <550D3560.8070802@redhat.com> Date: Sat, 21 Mar 2015 10:09:52 +0100 From: Hans de Goede User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Florian Fainelli , Brian Norris , Tejun Heo , Kishon Vijay Abraham I CC: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Gregory Fong , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org Subject: Re: [PATCH 4/5] phy: add Broadcom SATA3 PHY driver for Broadcom STB SoCs References: <1426728222-8197-1-git-send-email-computersforpeace@gmail.com> <1426728222-8197-4-git-send-email-computersforpeace@gmail.com> <550CA6F8.7080504@gmail.com> In-Reply-To: <550CA6F8.7080504@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 21-03-15 00:02, Florian Fainelli wrote: > 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 >> --- > > [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. Erm no we do not, what if another sata3 brcm phy comes along which is not compatible, both would use "brcm,phy-sata3" as fallback / for informational purposes, but we do not want this driver to be binding to that other phy, which it would do with your suggestion. Regards, Hans