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 719E3C43334 for ; Tue, 12 Jul 2022 08:30:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231160AbiGLIaU (ORCPT ); Tue, 12 Jul 2022 04:30:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232631AbiGLIaO (ORCPT ); Tue, 12 Jul 2022 04:30:14 -0400 Received: from mail-lf1-x12f.google.com (mail-lf1-x12f.google.com [IPv6:2a00:1450:4864:20::12f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5511141D22 for ; Tue, 12 Jul 2022 01:30:09 -0700 (PDT) Received: by mail-lf1-x12f.google.com with SMTP id y11so6183501lfs.6 for ; Tue, 12 Jul 2022 01:30:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=i25vyz116cAjYrZteRrCHfv9WwAfDy85FC5q4I9TFUY=; b=VbA2acVTSB4fSRj/Lh612PnHhF0PlCB6nkQD9OzXeg6LhKVLh+S/LLqodTaGTucl/K 45tsPPUk9ILnbBeCf1Po4AshHRL88ioONHwtpN+74I+2JczSWhuwCHxZNK5A1Wk5eAlP Yt1pgqAKzA+FUi3rbslUSf8mMKXcVSJi8x4yrGeh4T+ppw8EAmnRK81/+j9+4fOPWMsi 5V3PacQxaVGLxdB8PQexBBZh+uLYab5PHIEVGAsxDtx6RLIWOqcIX/zD3Dej7Zoqa1bS dGUD/8Gcx3udFYOFMK9KVCpKuBcQHCKTw3R2eufx6jVOa5aBAeD2W6/jUvwD4F+Ip/sU wErA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=i25vyz116cAjYrZteRrCHfv9WwAfDy85FC5q4I9TFUY=; b=rtvMsYbPaX4TUntbxh4U0HyGeFTlrg7Git3SsxNSu+X9NMb72K4rzKQmMTK6FabXzr 9EcYMxfCSNShX7xlaU1kMB7EvVnFpL+9qc5z+hmrimHCwYYLlTmbuetnjTnyutUXZnAd pRK7cWjOu4N5+zvczMiFpEmw4hfchzp0a32wIceSLngtWMd21TqIZVYYCoWynkw7THxZ Z0tYDxah2u4tisdLI7ub9CsYBPYQoCvRD8Fsc2KwQ1m4FljWRQac6IkuNlry2bK4HMu/ YDMpGDqp+xPq+8MXbzHz8B5iHslkYhNVh4NUKep+sG3Xz8hAuBoYlj+hL/KUeXKaG4Ab lUZA== X-Gm-Message-State: AJIora9WWZ46URfv3LovKhhck441N0wtoGZvZPGCq6Er+HReLBHOaZIL aVKDOZYR90zt5R1VMAubqWwm1A== X-Google-Smtp-Source: AGRyM1trL5yeArlEEvxYs2gAIKYXfxCquUFbLN4WKwBPvje0pEEB++rlFWqRf8yrdAnYGrkQIKWV/g== X-Received: by 2002:a05:6512:3452:b0:486:eff:739c with SMTP id j18-20020a056512345200b004860eff739cmr14219006lfr.549.1657614607285; Tue, 12 Jul 2022 01:30:07 -0700 (PDT) Received: from [10.0.0.8] (fwa5cab-55.bb.online.no. [88.92.171.55]) by smtp.gmail.com with ESMTPSA id p1-20020ac24ec1000000b0047f666011e4sm2063162lfr.26.2022.07.12.01.30.05 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Jul 2022 01:30:06 -0700 (PDT) Message-ID: <131bb7a0-e16e-187e-d48d-286440e8e6da@linaro.org> Date: Tue, 12 Jul 2022 10:30:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 5/5] dt-bindings: arm: tegra: Add missing compatible strings Content-Language: en-US To: Thierry Reding , Rob Herring , Krzysztof Kozlowski Cc: Jon Hunter , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org References: <20220711152020.688461-1-thierry.reding@gmail.com> <20220711152020.688461-5-thierry.reding@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20220711152020.688461-5-thierry.reding@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On 11/07/2022 17:20, Thierry Reding wrote: > From: Thierry Reding > > The Nyan Blaze and Nyan Big, as well as Jetson Nano (P3450-0000), Darcy > (P2894-0050-A08) and Pixel C (Smaug) were never mentioned. Add them. > > While at it, also fix a typo in the compatible string for Apalis Tegra30 > v1.1 evaluation board. > > Signed-off-by: Thierry Reding Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof