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 66A54C7618D for ; Thu, 6 Apr 2023 15:02:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239466AbjDFPCf (ORCPT ); Thu, 6 Apr 2023 11:02:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239292AbjDFPCd (ORCPT ); Thu, 6 Apr 2023 11:02:33 -0400 Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 553876A4D; Thu, 6 Apr 2023 08:02:29 -0700 (PDT) Received: by mail-ot1-f48.google.com with SMTP id o25-20020a9d4119000000b006a11eb19f8eso19655999ote.5; Thu, 06 Apr 2023 08:02:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680793348; x=1683385348; 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=nXauuPv7V6nw+K9y9u87hFBrUqj41ptimlsFpxUoa10=; b=w5r7nNOPbdeTMjYURqVwCGxeOFiB4bqwh/ONpgKY8/+jllP4WewsM3GPY7N2ikNvpG rHpcSYzD0Vyw35m7FUfhk7ZUAMwKQ5lzEXWmhIzGxi5ZIJZ9Wog1BbWnFfGHWokCElJp P5lhQhZTL/uTP89Oyp96eN6+A17jRAUTGp69Qt7cJm9np+eLSSCeFTT7vT0CWwIR2P2D 28arqcpJOulcMRw3IAUdN3Oyf9ObZi7SRvcIsco5F2cX0IvF0Byopurr5Re6kdhuh+QZ 3t+x4QW3ImQw/br4vHQgFbVLUdMr2J3uZMPLS6InMGPX672Hi6F/uXco+hXgou7Fp3as M35w== X-Gm-Message-State: AAQBX9dIHrizhvgmQ4n8NLQeftQjxWwURK/D2Gi+OO6GuTpVf7rNYa21 tpofcqKjnnV+w1wVGJg85A== X-Google-Smtp-Source: AKy350aqLbkPGLuk0tZbMl6/7gxaMb4Wnliyi44lmNq2flfn3WT1JRPb2J8aVsK5oJaoCreTyhBzjQ== X-Received: by 2002:a9d:6d08:0:b0:69b:c852:4ab8 with SMTP id o8-20020a9d6d08000000b0069bc8524ab8mr3229642otp.7.1680793348236; Thu, 06 Apr 2023 08:02:28 -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 j16-20020a9d7690000000b006a2ce5f3641sm782361otl.8.2023.04.06.08.02.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Apr 2023 08:02:27 -0700 (PDT) Received: (nullmailer pid 3090444 invoked by uid 1000); Thu, 06 Apr 2023 15:02:26 -0000 Date: Thu, 6 Apr 2023 10:02:26 -0500 From: Rob Herring To: Stephen Boyd Cc: Christian Marangi , devicetree@vger.kernel.org, linux-kselftest@vger.kernel.org, Frank Rowand , Maxime Ripard , David Gow , linux-kernel@vger.kernel.org, "Rafael J . Wysocki" , kunit-dev@googlegroups.com, patches@lists.linux.dev, Michael Turquette , Rob Herring , Greg Kroah-Hartman , Brendan Higgins , linux-clk@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v3 04/11] dt-bindings: test: Add KUnit empty node binding Message-ID: <168079334653.3090275.1222113248015102076.robh@kernel.org> References: <20230327222159.3509818-1-sboyd@kernel.org> <20230327222159.3509818-5-sboyd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230327222159.3509818-5-sboyd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, 27 Mar 2023 15:21:52 -0700, Stephen Boyd wrote: > Describe a binding for an empty device node used by KUnit tests to > confirm overlays load properly. > > Cc: Rob Herring > Cc: Krzysztof Kozlowski > Cc: Brendan Higgins > Cc: David Gow > Signed-off-by: Stephen Boyd > --- > .../devicetree/bindings/test/test,empty.yaml | 30 +++++++++++++++++++ > 1 file changed, 30 insertions(+) > create mode 100644 Documentation/devicetree/bindings/test/test,empty.yaml > Reviewed-by: Rob Herring