Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932111AbbEHUxl (ORCPT ); Fri, 8 May 2015 16:53:41 -0400 Received: from mail-qk0-f177.google.com ([209.85.220.177]:36469 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752696AbbEHUxh (ORCPT ); Fri, 8 May 2015 16:53:37 -0400 MIME-Version: 1.0 In-Reply-To: References: <1430761002-9327-1-git-send-email-abrestic@chromium.org> <1430761002-9327-7-git-send-email-abrestic@chromium.org> Date: Fri, 8 May 2015 13:53:36 -0700 X-Google-Sender-Auth: UvaDa_ONHRNJHH-zmBinbjRE68s Message-ID: Subject: Re: [PATCH v8 6/9] mailbox: Add NVIDIA Tegra XUSB mailbox binding From: Andrew Bresticker To: Benson Leung Cc: Stephen Warren , Thierry Reding , Alexandre Courbot , "devicetree@vger.kernel.org" , "linux-tegra@vger.kernel.org" , "linux-usb@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Jon Hunter , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Jassi Brar Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1084 Lines: 26 On Fri, May 8, 2015 at 1:42 PM, Benson Leung wrote: > On Mon, May 4, 2015 at 10:36 AM, Andrew Bresticker > wrote: >> + - compatible: For Tegra124, must contain "nvidia,tegra124-xusb-mbox". >> + Otherwise, must contain '"nvidia,-xusb-mbox", >> + "nvidia,tegra124-xusb-mbox"' where is tegra132. > > The driver doesn't seem to have any particular entry for tegra132, so > that would be a bad example. The convention on Tegra is to use "nvidia,-" for each IP block. Additionally, since the XUSB-related blocks on Tegra132 are identical to Tegra124, these devices on Tegra132 are 'compatible' with their Tegra124 variants. For some context, see Paul's comments in commit 193c9d23 ("Documentation: DT bindings: add more Tegra chip compatible strings"). Thanks, Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/