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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9F99C77B6F for ; Thu, 6 Apr 2023 15:02:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239202AbjDFPCK (ORCPT ); Thu, 6 Apr 2023 11:02:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239389AbjDFPCJ (ORCPT ); Thu, 6 Apr 2023 11:02:09 -0400 Received: from mail-oo1-f52.google.com (mail-oo1-f52.google.com [209.85.161.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C26F0E4B; Thu, 6 Apr 2023 08:02:08 -0700 (PDT) Received: by mail-oo1-f52.google.com with SMTP id c17-20020a4aa4d1000000b005418821052aso412743oom.6; Thu, 06 Apr 2023 08:02:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680793328; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=NVc8/bAGJqj+ppUY3Ons5mpq5/CyGKqwzdFXHMLxuyo=; b=OoqYejOKP7z9qYSmGMs91P8MmZ4tf2CQ5g4CtpjK6dRcIQfGuMT/ptFqHwczrNpI/K H4LbROoKByCoTpGDhyj0KJ2sqpXuciRl7VfQgLcy1YFnN4ymAgFh7/3/PV6SsNLi40Wh E3LeCksAaUBH5IvrzAl8dtj/nZ/ZVGqjB1YP875LCWtxxYgPuIWziUKBgfy73Z6s5N2G WiLLEUEDx4r+Yv9afwAicH+Pbv0M1o/55eO9iW8BtGjzJ1ylCrz9yRVj50CFycc1Wkvw e2dSqWJnGOejPrQmLdmCxo5Yd0nUQBDl/lXU+vbGVFFVyXuqjvOfr1HcKXbAKgNr0s3g 8k9Q== X-Gm-Message-State: AAQBX9fb0P5yIKInAgXVWpBZ/78QME/Iez5UAxYBXKptQ2kH/WMxsWiO KBQ02JlBktUZSXJLpgZvbg== X-Google-Smtp-Source: AKy350ZBMA2PTTWOcnXOd/S8JXrZnrxTW1zQsidLB6EMMvuKXbyfz4smDokkbjPwFshOcl4aAb2ILQ== X-Received: by 2002:a4a:378d:0:b0:525:58f7:cbef with SMTP id r135-20020a4a378d000000b0052558f7cbefmr5175366oor.2.1680793327711; Thu, 06 Apr 2023 08:02:07 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id w127-20020a4a5d85000000b00525398a1144sm638742ooa.32.2023.04.06.08.02.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Apr 2023 08:02:05 -0700 (PDT) Received: (nullmailer pid 3087657 invoked by uid 1000); Thu, 06 Apr 2023 15:02:04 -0000 Date: Thu, 6 Apr 2023 10:02:04 -0500 From: Rob Herring To: Stephen Boyd Cc: Greg Kroah-Hartman , Brendan Higgins , linux-clk@vger.kernel.org, kunit-dev@googlegroups.com, linux-kselftest@vger.kernel.org, Frank Rowand , Christian Marangi , Rob Herring , Krzysztof Kozlowski , linux-kernel@vger.kernel.org, "Rafael J . Wysocki" , Michael Turquette , patches@lists.linux.dev, devicetree@vger.kernel.org, David Gow , Maxime Ripard Subject: Re: [PATCH v3 03/11] dt-bindings: vendor-prefixes: Add "test" vendor for KUnit and friends Message-ID: <168079332398.3087560.7781936436725334890.robh@kernel.org> References: <20230327222159.3509818-1-sboyd@kernel.org> <20230327222159.3509818-4-sboyd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230327222159.3509818-4-sboyd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, 27 Mar 2023 15:21:51 -0700, Stephen Boyd wrote: > Add the vendor prefix "test" to reserve a vendor prefix for bindings > that are purely for testing device tree code. This allows test code to > write bindings that can be checked by the schema validator. > > Cc: Rob Herring > Cc: Krzysztof Kozlowski > Signed-off-by: Stephen Boyd > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring