From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DCD9C46477 for ; Wed, 12 Jun 2019 06:06:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 48C55208C2 for ; Wed, 12 Jun 2019 06:06:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560319571; bh=VfQ07jf+Hvyl2Wul02CQ8cO773IXE5obZTrK/DXI6+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Y5fQMCw9Jk63Uufk03LJ+OBVGcD/wQhybcU/CxbPvguR0urO2zwHRayQvnIVuWf89 H7uJMSCluXwm7WnAEyHmj04rBUj49iWg+aHMRoUkL8bqp7cu6kke4Sw+H38A6m9Uh8 mBGsJT5GYGHHjXHEi5zrSKnND5jaMXYgs9GP2K7g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730833AbfFLGGK (ORCPT ); Wed, 12 Jun 2019 02:06:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:55010 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726538AbfFLGGK (ORCPT ); Wed, 12 Jun 2019 02:06:10 -0400 Received: from dragon (li1264-180.members.linode.com [45.79.165.180]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 03BE920874; Wed, 12 Jun 2019 06:05:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560319569; bh=VfQ07jf+Hvyl2Wul02CQ8cO773IXE5obZTrK/DXI6+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wChXuwCQvpHKTywuj+8QXCvsWOJYw5/uwCjAXSqo+OnErMV3FxNQHWS+XdVnXxDah aaO9ImYPZJIVnGv5x4nKgWV2mr27lFg5n9fdD475NNidm3I7R/LcyJOQbwKsN3Br5U mu9UAPuLmO22DvoKPegV/B+HmNXa5QBUk/Ys0meg= Date: Wed, 12 Jun 2019 14:05:29 +0800 From: Shawn Guo To: Aisheng Dong Cc: Linus Walleij , Anson Huang , Rob Herring , Fabio Estevam , Stefan Agner , Sascha Hauer , Mark Rutland , Sascha Hauer , Catalin Marinas , Will Deacon , Maxime Ripard , Olof Johansson , Simon Horman , Jagan Teki , Leonard Crestez , Bjorn Andersson , Dinh Nguyen , Enric Balletbo i Serra , "open list:GPIO SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux ARM , "linux-kernel@vger.kernel.org" , dl-linux-imx Subject: Re: [PATCH 1/3] dt-bindings: imx: Add pinctrl binding doc for i.MX8MN Message-ID: <20190612060522.GB11086@dragon> References: <20190530030546.9224-1-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 11, 2019 at 10:00:36AM +0000, Aisheng Dong wrote: > > From: Linus Walleij [mailto:linus.walleij@linaro.org] > > Sent: Saturday, June 8, 2019 5:04 AM > > > > On Thu, May 30, 2019 at 5:04 AM wrote: > > > > > From: Anson Huang > > > > > > Add binding doc for i.MX8MN pinctrl driver. > > > > > > Signed-off-by: Anson Huang > > > > Looks mostly OK to me, but I'd like the maintainers to review, so Dong et al > > please look at this! > > > > > +Required properties: > > > +- compatible: "fsl,imx8mn-iomuxc" > > > > So should this not be "nxp,imx8mn-iomuxc" > > or "nxp,freescale-imx8mn-iomuxc" or something these days? The vendor name > > is nxp is it not. > > > > I was complaining to the DT maintainers at one point that these companies > > seem to buy each other left and right so this vendor nomenclature is dubious, > > but I guess at least it should reflect the vendor that produced the chip or > > something. > > > > If everyone is happy with "fsl,*" I will not complain though. > > (i.e. if the maintainers ACK it.) > > We preferred to keep "fsl,*" for Freescale i.MX product line according to last discussion. > And we already did this way for most i.MX devices. +1 We do not see serious problem with 'fsl' prefix, so would rather stay with it. Shawn