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 DEFF2C7EE25 for ; Fri, 9 Jun 2023 22:33:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229497AbjFIWdd (ORCPT ); Fri, 9 Jun 2023 18:33:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45892 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbjFIWdd (ORCPT ); Fri, 9 Jun 2023 18:33:33 -0400 Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 415E8359D; Fri, 9 Jun 2023 15:33:32 -0700 (PDT) Received: by mail-io1-f41.google.com with SMTP id ca18e2360f4ac-77493b3d18cso105554239f.0; Fri, 09 Jun 2023 15:33:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686350011; x=1688942011; 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=c0WBoWxkI9nrxvhvZXw6n4SD+pmXcoSXL1lzwCeKXhE=; b=hcyOIVvtIDrPvAdBX/veNnymtId7cyHhm5UZ7LfkuSGyp7IMzHcI9B1ofXx38VloZR DdcwVQXfV8xN1uJPLRBrQV0raxM16w/egOgMJ/gJ3yeddGwz8XAN4R8iX8lY++j56Xae oFzSflfvP3TjzhiukcbtsqfL8mP/KswbhFvbQURdzhZXuBMVASAB2w/JYDw5AMrEeDrv NLowlZcpwru809vTwgn/f2ZOHcCXNnXEehdtYEI/wp3lh319B79UWoALS7rf45RbgXJM EjxEVT2OP1IAgaZ6pG8bd1RwWJz2Kyf53j/4ANXB/WiDeSb9yC7YfodWZIkqxctbOPjR 6amw== X-Gm-Message-State: AC+VfDxWAeaTGBp2CdiUjmtX4nxlLsrPjPTznDpJWrivn+btbWsk85MZ nXHnUKm98rQnmaaYoZ9E+SDCsP8C9g== X-Google-Smtp-Source: ACHHUZ6BbkVRmVkwVKhgORRjLQOSvJ9FIaFA+aBYpozVeu1HCvclY8YaJL+qMwALQkj3LV8EdO6XfA== X-Received: by 2002:a6b:f101:0:b0:777:b493:beb4 with SMTP id e1-20020a6bf101000000b00777b493beb4mr3061988iog.12.1686350011380; Fri, 09 Jun 2023 15:33:31 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.250]) by smtp.gmail.com with ESMTPSA id q12-20020a6bf20c000000b0077acde4332fsm1333829ioh.17.2023.06.09.15.33.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 15:33:30 -0700 (PDT) Received: (nullmailer pid 2576630 invoked by uid 1000); Fri, 09 Jun 2023 22:33:29 -0000 Date: Fri, 9 Jun 2023 16:33:29 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Krzysztof Kozlowski , Conor Dooley , devicetree@vger.kernel.org, Andreas Kemnade , linux-kernel@vger.kernel.org, Rob Herring Subject: Re: [PATCH] dt-bindings: vendor-prefixes: document TeeJet Message-ID: <168635000807.2576565.16340146117390993721.robh@kernel.org> References: <20230515155747.499371-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230515155747.499371-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 15 May 2023 17:57:47 +0200, Krzysztof Kozlowski wrote: > Document TeeJet vendor prefix (used in am3517_mt_ventoux.dts board). > > Signed-off-by: Krzysztof Kozlowski > > --- > > Cc: Andreas Kemnade > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks!