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 C007DC76196 for ; Fri, 31 Mar 2023 20:19:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233037AbjCaUTG (ORCPT ); Fri, 31 Mar 2023 16:19:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233025AbjCaUTE (ORCPT ); Fri, 31 Mar 2023 16:19:04 -0400 Received: from mail-lf1-x133.google.com (mail-lf1-x133.google.com [IPv6:2a00:1450:4864:20::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5F8620D9E for ; Fri, 31 Mar 2023 13:19:03 -0700 (PDT) Received: by mail-lf1-x133.google.com with SMTP id g17so30425615lfv.4 for ; Fri, 31 Mar 2023 13:19:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1680293942; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=Su+pv3KEV4L0sJclS8z/r/J7Y+uJUyzUN30/RZNfR14=; b=pYIWEbb/vzs3e5nsQX1DZsF6A5I2frJWr6fHCR22BtTKRdtbkHm2xCbajn4HuNELq+ wakAJuy3XOIpx4PtsjUsR/izym02e/PTn4dzrNKIFbzfsyjDy6GhSISZ5O02aD90wugo KlKmyHJmd/UZc0LqLtGLn1YWYT3vRNeGLDhpwGegCm1/zVhoOlYRjaJ4ETaeIVMh5STy OLjSDpDfTeSoIdUrQnuWA2Gf68va6Emh5VgQAMx3FU+U7+3mpMpSid4FSUgtAsPS5ZQ9 4uSD0iCzSUfF6Knw2UWv67bf134UPxSF//Ttix+XC+TsqEzEbOzJ40iwnVrRMXdAQVpo /0gA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680293942; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Su+pv3KEV4L0sJclS8z/r/J7Y+uJUyzUN30/RZNfR14=; b=qap6Q6vIAghYugW8HsznYoyJHL5pdrj6tGsrPt3RjiRrh4bc+jsc0B2D8todoA7KNK /DsJxwnMfuMbTC42G4xprUkA6aV02O20QnTCJYPrXrsM16qwcJPx6UHMeMTUDEcq4vm9 SlUXSsZUxodjBm3DRMlBjwruu77GTEndjiMrFxJGAsDvY9h2QMIrKC0G5AeniYHHcJW9 olMg6nMXKE8ieT6gI8yTGZsZXKy8XMQnHp4R91Yhv76RE2hzT32h03H+uEZgsB9SvU2O 413i7woksCUdJg/Ux5mfx1pwRw2EwRzJhpEc2PyYTUW/5bzHMlQVD710PTbHqcyWHCDx RlgA== X-Gm-Message-State: AAQBX9cE1Etr47u1JmARzhB1Xrnbis9ycf1bv3U5o2SJH0JmIZobEsLc OO6FsAbuJ8Y1dByCJH6mqj+ktQ== X-Google-Smtp-Source: AKy350YRb3y+o0hAghs5VC2YehBi+0YhlqLlfIJ0J3C0PuJCcqA75EYoBhvdJbgltsnsQOL7lCmm4Q== X-Received: by 2002:ac2:52bb:0:b0:4b5:9b8f:cc82 with SMTP id r27-20020ac252bb000000b004b59b8fcc82mr7894997lfm.0.1680293942024; Fri, 31 Mar 2023 13:19:02 -0700 (PDT) Received: from [192.168.0.21] (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id c8-20020a05651221a800b004e80b23565bsm505250lft.198.2023.03.31.13.19.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 31 Mar 2023 13:19:01 -0700 (PDT) Message-ID: <3a8724bc-fb44-0080-fd24-c04e3841385e@linaro.org> Date: Fri, 31 Mar 2023 22:19:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH 1/4] dt-bindings: Document additional Jetson Orin NX SKUs Content-Language: en-US To: Thierry Reding Cc: Rob Herring , Krzysztof Kozlowski , Jon Hunter , devicetree@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20230331163159.17145-1-thierry.reding@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <20230331163159.17145-1-thierry.reding@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 31/03/2023 18:31, Thierry Reding wrote: > From: Thierry Reding > > Beyond the original 16 GiB SKU (0), additional SKUs exist, such as the 8 > GiB SKU (1) and an internal-only SKU (2) that comes with an equipeed SD typo: equipped > card slot. Is there a point in documenting all of them if there is no DTS? Also, size of storage (eMMC?) pretty often is runtime-detectable, so you do no need a new DTS and new compatible. Best regards, Krzysztof