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=-6.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 D84D6C35DF9 for ; Tue, 25 Feb 2020 08:46:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AD32D21927 for ; Tue, 25 Feb 2020 08:46:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=antmicro.com header.i=@antmicro.com header.b="l2AwvKtt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729871AbgBYIqg (ORCPT ); Tue, 25 Feb 2020 03:46:36 -0500 Received: from mail-lj1-f193.google.com ([209.85.208.193]:37354 "EHLO mail-lj1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729833AbgBYIqf (ORCPT ); Tue, 25 Feb 2020 03:46:35 -0500 Received: by mail-lj1-f193.google.com with SMTP id q23so13114543ljm.4 for ; Tue, 25 Feb 2020 00:46:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=antmicro.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=mU4JnOUOVxqxZ36QdYJ5U3KLqP1IM5LUm7cfygDKacI=; b=l2AwvKtt7YhgpVdY6QmP0Rf1NjNk7T4OVJIkhMNiJyRLund6iPDmdMy9keVPMcYtAS NAvVn16fpHqaTIhjXwzvUoeyX1j6wDwuI9bunUCXUJvmnQr7gs6mrz0Tc5ajJAp7JW1k tGf874bnYurX9Kc8ITGWK31xjYmv6JTytrQtE= 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=mU4JnOUOVxqxZ36QdYJ5U3KLqP1IM5LUm7cfygDKacI=; b=ulzZxj8SD2ypOA38HRFyAv3Jossiv1CvFBKHTEi+rGaH09buRDWDEkD1mbVV4t5c5E 6vcq4G3mdbDKz6TgAWQ6k/quAB5DE7jjVHyHg646yhHKMrIlqIEwTbll0ebr+DSa1F1w 0aroAjdCajjCz2K4YqqgxyhXCDd0Z7fpavh+9ubTrYj91QkOnvTh7xOVMkmrmrv3JAGM qbRp7wx+Y28atjjHTeB5gOmSfYYomzxUG0k9mnOmgla5TYCa/PoPLUqZnaLIQq4AKq9x PGgpLV3MYEc3jS7LrG/htWpZnPcZRFwyprV7DvMcrnp95mbUB16xKzHuT4SU4yGJBxPS /AAw== X-Gm-Message-State: APjAAAWGNcKO0wUC+zNASoSzrNfUSLrmjgZA0S4sk/9fuawn6iJNpato 3oBq3p2l6GJXoRvp4SQN0k70cA== X-Google-Smtp-Source: APXvYqwmGHxprXso3OM+eG1dgajWRSODUWYeOuWKpRznqafT7X3t8pIBTwo1iSirn0AvR5QNiy34WA== X-Received: by 2002:a2e:9b95:: with SMTP id z21mr32851409lji.291.1582620393600; Tue, 25 Feb 2020 00:46:33 -0800 (PST) Received: from localhost.localdomain (d79-196.icpnet.pl. [77.65.79.196]) by smtp.gmail.com with ESMTPSA id g78sm3410189lfd.21.2020.02.25.00.46.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 25 Feb 2020 00:46:32 -0800 (PST) Date: Tue, 25 Feb 2020 09:46:28 +0100 From: Mateusz Holenko To: Rob Herring , Mark Rutland , Greg Kroah-Hartman , Jiri Slaby , devicetree@vger.kernel.org, linux-serial@vger.kernel.org Cc: Stafford Horne , Karol Gugala , Mateusz Holenko , Mauro Carvalho Chehab , "David S. Miller" , "Paul E. McKenney" , Filip Kokosinski , Pawel Czarnecki , Joel Stanley , Jonathan Cameron , Maxime Ripard , Shawn Guo , Heiko Stuebner , Sam Ravnborg , Icenowy Zheng , Laurent Pinchart , linux-kernel@vger.kernel.org Subject: [PATCH v3 1/5] dt-bindings: vendor: add vendor prefix for LiteX Message-ID: <20200225094437.4170502-1-mholenko@antmicro.com> References: <20200225094437.4170502-0-mholenko@antmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200225094437.4170502-0-mholenko@antmicro.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Filip Kokosinski Add vendor prefix for LiteX SoC builder. Signed-off-by: Filip Kokosinski Signed-off-by: Mateusz Holenko Acked-by: Rob Herring --- Notes: Changes in v3: - added Acked-by tag No changes in v2. Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index 9e67944bec9c..d9107f0fed2e 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -549,6 +549,8 @@ patternProperties: description: Linux-specific binding "^linx,.*": description: Linx Technologies + "^litex,.*": + description: LiteX SoC builder "^lltc,.*": description: Linear Technology Corporation "^logicpd,.*": -- 2.25.0