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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 2CD86C64E90 for ; Tue, 1 Dec 2020 00:00:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDB55207F7 for ; Tue, 1 Dec 2020 00:00:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730733AbgLAAAI (ORCPT ); Mon, 30 Nov 2020 19:00:08 -0500 Received: from mail-io1-f68.google.com ([209.85.166.68]:32910 "EHLO mail-io1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727182AbgLAAAI (ORCPT ); Mon, 30 Nov 2020 19:00:08 -0500 Received: by mail-io1-f68.google.com with SMTP id o8so13770825ioh.0; Mon, 30 Nov 2020 15:59:52 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=WJNfzOEQ8T3wBcehY2qskJURbqiKx8Orw4J4b+GZdEs=; b=Em2cHNPBqtvExY2B30ISph8MfX4pz08b6RAlGBgi5HZZ9W3nsQ1Qc3aBfGBb3BMckd GbG2NvXm41gZWM9rQGtfB19hoj4o1jhhetrVYLKQsTBK+QtFmkTOOhytujiYTEBS0F/2 JmCjUgpZP/b0BmpY56+UR9PXEV6/jXmUGsQkLsMDGzkpeYK5LsxSV2llXIS7+67A0nch U07RNOplsMEl0GMJRl27iQCBfb3WUB4fGhTDSWBH0Gru45Hxh88FOeNwO1/HBoEUPOah pI7XKJM5qgvSvmt7azXoEOflKrkMUwAjRt7uWehq/cDpwdmhlwqcMWFGgI3fQTxtEueT US9A== X-Gm-Message-State: AOAM533SCaJg11s/kTVbThUy2ybBIlAV2q+c2jj3NWNDghlGROjW0d7N XRhIogNoGNJ96WA+co0iFC+ebCVKGA== X-Google-Smtp-Source: ABdhPJxHzse2ZFTU+MMgHHw1Xnxr8/g5ZxhJGkgtg4IL3knVu26Eoog2SRsD93KCDYS3O3mGtnA7vw== X-Received: by 2002:a02:b011:: with SMTP id p17mr259153jah.55.1606780767542; Mon, 30 Nov 2020 15:59:27 -0800 (PST) Received: from xps15 ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id m12sm84067ilq.51.2020.11.30.15.59.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 15:59:26 -0800 (PST) Received: (nullmailer pid 3292959 invoked by uid 1000); Mon, 30 Nov 2020 23:59:25 -0000 Date: Mon, 30 Nov 2020 16:59:25 -0700 From: Rob Herring To: Oleksij Rempel Cc: linux-kernel@vger.kernel.org, NXP Linux Team , David Jander , Fabio Estevam , Shawn Guo , linux-arm-kernel@lists.infradead.org, Mark Rutland , Sascha Hauer , Pengutronix Kernel Team , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH v4 1/3] dt-bindings: vendor-prefixes: add "virtual" prefix Message-ID: <20201130235925.GA3292882@robh.at.kernel.org> References: <20201117131354.30943-1-o.rempel@pengutronix.de> <20201117131354.30943-2-o.rempel@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201117131354.30943-2-o.rempel@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 17 Nov 2020 14:13:52 +0100, Oleksij Rempel wrote: > "virtual" is used for vendor-less "devices". For example for the GPIO > based MDIO bus "virtual,mdio-gpio". > > This patch is needed to fix the checkpatch warning for the Protonic WD3 board. > > Signed-off-by: Oleksij Rempel > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring