From patchwork Fri Jun 9 19:36:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13274327 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 041ABC7EE2E for ; Fri, 9 Jun 2023 19:36:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id B6D8DC4339B; Fri, 9 Jun 2023 19:36:29 +0000 (UTC) Received: from mail-ej1-f48.google.com (mail-ej1-f48.google.com [209.85.218.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id A67CBC433D2; Fri, 9 Jun 2023 19:36:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org A67CBC433D2 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f48.google.com with SMTP id a640c23a62f3a-970056276acso320986966b.2; Fri, 09 Jun 2023 12:36:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686339386; x=1688931386; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=kO1qKhOJaKdap30fcHYTQI7lFzHq12HURBNl6AXLAwo=; b=HaRhe8cNwuD2aW7SSxwuWT1A2FrZDaoHZ3geyskluJFFwaEFVOedGvjQiLMOU8j1XY 5GIJhCpMzVzBnTR1MzGpupJdQE+aXJLHXFHO97kNm2OqdyGBKWWngCFkAuRIdhfaq5pZ yiCZ0jUFyIE1si5Pm5Ljg9TR6BfYQWv7u1r8m+pw0saxm5H5gmXsfNZI9xcJA4NPSEfS ap0jrai1BIaECTrgJaynu3qxuM87ROy6kVYttPqg47t6EKah5wgaI6YegKS3ZIf+aGqH RNHBoFRhXijRPU6UCYqa9F1z7jU6j8QmX/cEKepJC9BVn39wof+zuEv1v9mIRyAmM92P 3vxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686339386; x=1688931386; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=kO1qKhOJaKdap30fcHYTQI7lFzHq12HURBNl6AXLAwo=; b=V188DsCQUEdrG/RMtYxB++8RShGzmehmj9BJK24ZttwDz1DkFQUocwpb02jhYAPbiP WqU/tVr5OYc2XBpHqjWk5qWF3JHZZYIQmlFYniqCwUVl2LId2P9k3+5RsXpRVdMs99wa LN2sD8fWMEleMvBtcusnjB3mCHr0MzP6OPI0tgcg8h5KwiuTspZVG/WwbHrjnaMMK1C1 wwCPXjOfFdd7RjJL5hFg2GGZq5uyehdwIBrsW4nkzyR19FX9t1/8r/T3/KpKpkNHG2Td OjUl0Pvyo2o9tIDt2hjefJ7A2lUvsgjpSaOJe502cWRuLzkSuAH0GtB/qdySu2AhwTCE bXQg== X-Gm-Message-State: AC+VfDzYIo7PKOe2UJR5x6YEN35ZoXNH8N9qons8BFrRyxN96OrFODFK BviHXurw0S/xyTwmnfXp4bmU6lzTYCY= X-Google-Smtp-Source: ACHHUZ7lBuR4AS4bpJEEO5SCTHfx2ULgdyWa08hXimyR75+JGLKOU5N9xxKtHZCys1P9lF6E7YlPTQ== X-Received: by 2002:a17:907:9307:b0:973:ebbc:1d6a with SMTP id bu7-20020a170907930700b00973ebbc1d6amr2638457ejc.33.1686339386253; Fri, 09 Jun 2023 12:36:26 -0700 (PDT) Received: from localhost (p200300e41f305300f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f30:5300:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id zo18-20020a170906ff5200b0096ae4451c65sm1658904ejb.157.2023.06.09.12.36.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 12:36:25 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 1/6] soc/tegra: Changes for v6.5-rc1 Date: Fri, 9 Jun 2023 21:36:15 +0200 Message-Id: <20230609193620.2275240-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-soc for you to fetch changes up to c954cd7ad041251d903707c463a2c4d6cc30e5ae: soc/tegra: pmc: Use devm_clk_notifier_register() (2023-06-09 16:56:58 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v6.5-rc1 This adds initial support for identifying the Tegra264 SoC family and fixes potential issues when reading from the FUSE block. A new software wake event for the AON cluster is added on Tegra234 and the debugfs initialization is drastically simplified. ---------------------------------------------------------------- Kartik (1): soc/tegra: fuse: Fix Tegra234 fuse size Stefan Kristiansson (1): soc/tegra: fuse: Add support for Tegra264 Thierry Reding (2): soc/tegra: pmc: Simplify debugfs initialization soc/tegra: pmc: Use devm_clk_notifier_register() Viswanath L (1): soc/tegra: pmc: Add AON SW Wake support for Tegra234 drivers/soc/tegra/fuse/fuse-tegra30.c | 2 +- drivers/soc/tegra/fuse/tegra-apbmisc.c | 3 ++- drivers/soc/tegra/pmc.c | 31 +++++++------------------------ include/soc/tegra/fuse.h | 3 ++- 4 files changed, 12 insertions(+), 27 deletions(-) From patchwork Fri Jun 9 19:36:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13274329 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EC7A9C7EE29 for ; Fri, 9 Jun 2023 19:36:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id AE442C4339B; Fri, 9 Jun 2023 19:36:30 +0000 (UTC) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id CBE1AC433D2; Fri, 9 Jun 2023 19:36:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org CBE1AC433D2 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-f47.google.com with SMTP id 4fb4d7f45d1cf-51458e3af68so3664083a12.2; Fri, 09 Jun 2023 12:36:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686339387; x=1688931387; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=sqt4+ldB36U6xUlL2P3+WilBRNY/yfoNAfD8ECtvKv8=; b=KxkRdy7zWG6PkO+HLfwXa5oQ8uG/V+rXVxD1ShMYAWiADkaDefyAa/anT3cS5ql5zg 2dcklywBbrNWXRBSTH0mmkeOCtb2UQhgHO1MPYNeGMB/9sr38rLReRz+tKNiVrjgZMMw e6uiF780Tbg2F8Yqi2BMMI68cbEu9jwSp2GO/uAlNeFiS1UuHnxb4Pbj8XLAX3eteqlp Xx2ixMYWVx7HHJ906dHkUMiCcw3dBcMDNqYmURqG+Yf5cZj6RizrLlQaxeVYa+bJfeCR SnACMp5r+RJxyhq5GKNXmrpBQI2l76BVOybsHjQzswk8x0zpm/LzVaEZ8zKJCP6jmD2B Y8zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686339387; x=1688931387; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=sqt4+ldB36U6xUlL2P3+WilBRNY/yfoNAfD8ECtvKv8=; b=cAwRFPaVGcocqw0jXtZFfXpk3G6zp2t34QDLkJL0tRUFWxZ6qUcEiD3nY83RwV7da+ pDVeYrLYD5/Id31q4UIL9Xrl4yUeJ43R7WW7pggrokxcAs9L+y9FTFXPi9nKtgyoc0+3 0qVE5C2zL44rI71zTSjYYTRznVkrQJ4KIobE4hHzXECdo48zWkqqKtIdw1LJ06JSbIfJ uNi6NnMUGShADD6hORu/Fjo1Ce+3l56DJh3UL75NNNR19dAcYxlPO3B1Lxc7avSUAKA9 NYqw6q69Nf1gEOfEBElDXY1J76YP6Dzcwmi97/f83QRBn7R4s68GQOyVtwbw/Go/HpTK E7mw== X-Gm-Message-State: AC+VfDwrMf/0UZTpON5VfOp2gi/qBDGZgLIvPDYh6gWU+htpQpGow7R5 gc2fsSAK3B3Pyyy84aIxVhGBU4rHCec= X-Google-Smtp-Source: ACHHUZ5cNYsyo0Pael7g5Cr+ko0Z0jRFoiI+oDoV5n0zWzreUXeeehUEh2ubIeqbNmXmTnANCQC6HA== X-Received: by 2002:a50:fb12:0:b0:514:9df0:e3f3 with SMTP id d18-20020a50fb12000000b005149df0e3f3mr2355840edq.0.1686339387602; Fri, 09 Jun 2023 12:36:27 -0700 (PDT) Received: from localhost (p200300e41f305300f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f30:5300:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id ca15-20020aa7cd6f000000b00514a5f7a145sm2075693edb.37.2023.06.09.12.36.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 12:36:27 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 2/6] firmware: tegra: Changes for v6.5-rc1 Date: Fri, 9 Jun 2023 21:36:16 +0200 Message-Id: <20230609193620.2275240-2-thierry.reding@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com> References: <20230609193620.2275240-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-firmware for you to fetch changes up to 2abd484ca48f2e160c8d9c7241627c34855b621e: firmware: tegra: bpmp: Add support for DRAM MRQ GSCs (2023-06-09 17:17:23 +0200) Thanks, Thierry ---------------------------------------------------------------- firmware: tegra: Changes for v6.5-rc1 This adds support for using system memory as shared memory between the CPU and the BPMP, which will be needed for Tegra264 support. ---------------------------------------------------------------- Peter De Schrijver (1): firmware: tegra: bpmp: Add support for DRAM MRQ GSCs drivers/firmware/tegra/bpmp-tegra186.c | 204 +++++++++++++++++++++++---------- drivers/firmware/tegra/bpmp.c | 4 +- 2 files changed, 147 insertions(+), 61 deletions(-) From patchwork Fri Jun 9 19:36:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13274328 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 50D2AC7EE45 for ; Fri, 9 Jun 2023 19:36:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 3848FC4339B; Fri, 9 Jun 2023 19:36:32 +0000 (UTC) Received: from mail-ej1-f42.google.com (mail-ej1-f42.google.com [209.85.218.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 43CB1C433D2; Fri, 9 Jun 2023 19:36:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 43CB1C433D2 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f42.google.com with SMTP id a640c23a62f3a-970056276acso320994466b.2; Fri, 09 Jun 2023 12:36:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686339389; x=1688931389; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=SAtEPr9Ys387Pe4RYRZ8iJILAuFrQDNs1SzA9w6+Yyo=; b=k0cWRvpS5kSr8RZZFS5wFtvbidYOlyxT5MYwlyuryj1ZrDd8GlXKfHUluc8uOlxdXK gdwk9sBN0+Y6hHVLyeDBEP+LIyCmFPNFL9hVLiRihJzWvkDSJ2/RiXbrFA/r6KUky/8D QeyrDh5PvyMwhAzcuJt6tAz3snwokLlDyKOqLlAvDLYJiUNbo4Pj3GaDSivW7+Aqcl2R Xk69O8QopgncPqWq4uUujWjsIu8s4mgmRuHRYSBU1L/osCKA/pi+WMIMnI/3jyII6eBj V/YY6QnLIU2/d5YNtRj1AUH4/gEYJWe4axexIvCtMq6brC4fgKL4JIljqPBa1t3VxFY4 odGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686339389; x=1688931389; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=SAtEPr9Ys387Pe4RYRZ8iJILAuFrQDNs1SzA9w6+Yyo=; b=I4Djbwb3p1YyhtHtJs9UXqWN2FbXFpOXDPVkuYyFDESN1HGkMsQ+mee8wLhsyrMgco MC6XGCHzeICft3LoI6ylwBU+Zu6L9E/So/w8jtc9+D/4T/w9xrpLWTZp+lKCua76DZTt DJ+Za1Lho3o60vhcRgcl3ePQ1NqMMcOb9bkTu2YyTV4S+GDc+VxRmvgboVaGRtAlk9ai lVlJd3ssPtkA7VwU7IUo+K6SBb3xpekh0GOZdDXylMr/eygRITefUpePMa2iTRfAroGX 5BC0Bv97jNmyIcQmgKcLZi6h7qlhpUzcmMpcvsASCpzTAXvA956rRSJrf0AEvpVxfeR/ CoZg== X-Gm-Message-State: AC+VfDzGDZJ7zfODdz+2V366k4tGB2U5qBdwWeD5rFMPkecZCP9bf+q8 2UMj/CKO2/jrVJV46OSJWW+SM0oKMmI= X-Google-Smtp-Source: ACHHUZ7oOKplEQYw+eKt0I0zfBetbQxm7g/GHSDvca+tryCErcp39fy8REsaGXCCcnn9tHBYL7moWA== X-Received: by 2002:a17:907:7e99:b0:967:5c5f:e45c with SMTP id qb25-20020a1709077e9900b009675c5fe45cmr2296589ejc.0.1686339388963; Fri, 09 Jun 2023 12:36:28 -0700 (PDT) Received: from localhost (p200300e41f305300f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f30:5300:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id o20-20020a170906601400b00977d3fb2a7dsm1637378ejj.76.2023.06.09.12.36.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 12:36:28 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 3/6] dt-bindings: Changes for v6.5-rc1 Date: Fri, 9 Jun 2023 21:36:17 +0200 Message-Id: <20230609193620.2275240-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com> References: <20230609193620.2275240-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-dt-bindings for you to fetch changes up to 5f027147e4796e9fc11083b2ad50a91c1ac36ede: dt-bindings: tegra: Document Jetson Orin Nano Developer Kit (2023-06-06 14:39:20 +0200) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v6.5-rc1 Several new modules and devices are documented and fixes incorporated for the Tegra234 GPIO controller pin mappings as well as the possible Tegra XUDC PHY connections. ---------------------------------------------------------------- Prathamesh Shete (1): dt-bindings: gpio: Remove FSI domain ports on Tegra234 Shubhi Garg (1): dt-bindings: tegra: Document compatible for IGX Sumit Gupta (1): dt-bindings: tegra: Add ICC IDs for dummy memory clients Thierry Reding (3): dt-bindings: usb: tegra-xudc: Remove extraneous PHYs dt-bindings: tegra: Document Jetson Orin Nano dt-bindings: tegra: Document Jetson Orin Nano Developer Kit Documentation/devicetree/bindings/arm/tegra.yaml | 14 ++++++++++++++ .../devicetree/bindings/usb/nvidia,tegra-xudc.yaml | 7 +------ include/dt-bindings/gpio/tegra234-gpio.h | 20 ++++++++------------ include/dt-bindings/memory/tegra234-mc.h | 5 +++++ 4 files changed, 28 insertions(+), 18 deletions(-) From patchwork Fri Jun 9 19:36:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13274330 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1EFF4C83005 for ; Fri, 9 Jun 2023 19:36:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id D8CFEC433D2; Fri, 9 Jun 2023 19:36:33 +0000 (UTC) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id E718FC433EF; Fri, 9 Jun 2023 19:36:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org E718FC433EF Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-f51.google.com with SMTP id a640c23a62f3a-977d6aa3758so378625166b.0; Fri, 09 Jun 2023 12:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686339390; x=1688931390; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=//fMPuwqgicgJYD2VcCYnxPiHCQjVw0pVkKp3o+C86s=; b=kjwSXlwuiD4XqmbW2dKwkgUv6KHt4DtxpmdOlQmqRRla6R8377QtnhBt4Ea0o/5Li4 oS9W7YgG9W24RgRba9qhce9ZTc9pmqmhbLKkOkmxqiWt9WZYcGTZCN+cSrRlhLjFXvBV MDWvnvnAk7s0iJ2hLH6zUglcfniWnfcGwoYa44MfSBxAHL6x8DL4Is2ywIA+nHlLXyCh 07eIGieqQ0GiTztRDan33J+FcnuncQEA75l1Tvi0GLH8CxOjdjy7BgkrzFyw6Oo8SOlj O7gYlZKPrWU3yLXOBEU4lUxWsq67ar7LRs6anLohmhUnbbJ0HSxBwBAMruToh68pxD4y d0gA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686339390; x=1688931390; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=//fMPuwqgicgJYD2VcCYnxPiHCQjVw0pVkKp3o+C86s=; b=HYeejSKEFfTQMF/L7IWPUGC+C/DQozoWKh03+ooamJV9iKUjNGTnebGVYvYgJUFbOP hMP0yFyYYYSXeRBxsSxI/xuIEVDKOhTLAOwbzwOYq7uiEtes9aHCL4n+dC3PZ105yzs3 0h7vnlCdXGCxg2TTKURfdOE/XNDEuMQGeR/PNqpdGtsV9mW7u5NJSCAI2nW7IbEjvNDO EX7N8D/9AfNBX1c64cfeqZ6QW1L9oWSnCcJtslO+1JrqOB0AJ8IfgNA9wrVIFFTuQIq+ yaLH4i7XgM0Hzbt/P/oXykE8uEWidMXXwWvypJOVMvtZzriAAToCVGi7ZqAzZydh1u3p xO2g== X-Gm-Message-State: AC+VfDzoSBoSgJpbTqR/r6uT2FbJyzZmegJABgSYKdr4bq78wSkvCSrp 3Ersjq8u4RV7h+09SwUf45NqRFVD8es= X-Google-Smtp-Source: ACHHUZ56oul+x4pRlkl+V77txndNBECJh8TI6NOKWtezxUPq0NKYvr2SNgEpODIR506s3AR+TYbfGQ== X-Received: by 2002:a17:907:7b91:b0:977:d48f:97ad with SMTP id ne17-20020a1709077b9100b00977d48f97admr3173770ejc.75.1686339390425; Fri, 09 Jun 2023 12:36:30 -0700 (PDT) Received: from localhost (p200300e41f305300f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f30:5300:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id gz18-20020a170906f2d200b009659ad1072fsm1646479ejb.113.2023.06.09.12.36.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 12:36:30 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 4/6] memory: tegra: Changes for v6.5-rc1 Date: Fri, 9 Jun 2023 21:36:18 +0200 Message-Id: <20230609193620.2275240-4-thierry.reding@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com> References: <20230609193620.2275240-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-memory for you to fetch changes up to e852af72a7f21f4d25994365af86a92438d68014: memory: tegra: Make CPU cluster BW request a multiple of MC channels (2023-05-16 12:11:01 +0200) Thanks, Thierry ---------------------------------------------------------------- memory: tegra: Changes for v6.5-rc1 This introduces an interconnect provider for the memory controller and external memory controller found on Tegra234 chips that will eventually be used to dynamically scale the EMC frequency based on a device's bandwidth needs. ---------------------------------------------------------------- Shubhi Garg (1): dt-bindings: tegra: Document compatible for IGX Sumit Gupta (5): dt-bindings: tegra: Add ICC IDs for dummy memory clients memory: tegra: Add interconnect support for DRAM scaling in Tegra234 memory: tegra: Add memory clients for Tegra234 memory: tegra: Add software memory clients in Tegra234 memory: tegra: Make CPU cluster BW request a multiple of MC channels Thierry Reding (1): Merge branch 'for-6.5/dt-bindings' into for-6.5/memory Documentation/devicetree/bindings/arm/tegra.yaml | 5 + drivers/memory/tegra/mc.c | 24 + drivers/memory/tegra/mc.h | 1 + drivers/memory/tegra/tegra186-emc.c | 133 +++++ drivers/memory/tegra/tegra234.c | 595 ++++++++++++++++++++++- include/dt-bindings/memory/tegra234-mc.h | 5 + include/linux/tegra-icc.h | 65 +++ include/soc/tegra/mc.h | 8 + 8 files changed, 835 insertions(+), 1 deletion(-) create mode 100644 include/linux/tegra-icc.h From patchwork Fri Jun 9 19:36:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13274331 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1BF62C7EE25 for ; Fri, 9 Jun 2023 19:36:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id E949BC4339C; Fri, 9 Jun 2023 19:36:34 +0000 (UTC) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id D249CC4339B; Fri, 9 Jun 2023 19:36:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org D249CC4339B Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-f42.google.com with SMTP id 4fb4d7f45d1cf-51492ae66a4so3207299a12.1; Fri, 09 Jun 2023 12:36:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686339391; x=1688931391; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ZG5qiuB70s2QzuITA0PPQCAlcduZcJ39qIHHzmtXAh0=; b=qOcoFkU/Z+OkqBNg6ziq0ijJCttUyV3XTHiThOP2t6XeA1PKC8cNh2naDxKxNH3EQR okMnEempMGd3DOfXYbQ4iDx/Lf0PKb2RSili9rxu0MnAZvwVu0ZYqcr1kBKxjcuW1/yZ aHplLoVdHk57gDXxG1pafbyO4lle8+feopUGQ668jGbTzq5UqPvRkiVus4cSIXMZIM0s u4hyGtRILGGYN8Lc7IrAo0vkwXHsbTzlL0MWw2cgsRAxGoOy31EFlPjV4f19eV1MfN0m 6I2P7Qfrrc/JbAQFO9C2SAa4lVB6RDLYP1FdTTLUVh2fVnG4nHI/34zKTywI9iRWbFFw Sb9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686339391; x=1688931391; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ZG5qiuB70s2QzuITA0PPQCAlcduZcJ39qIHHzmtXAh0=; b=BrbGbp7xg48IRmfscR29Isw04kJC21hIvkFWpOIO9MvCtuhwZl26FCHEibNeq7zSe/ P6jTsyuE25N8HshduvxfKc/IkHVtJNrszHg7mbR1ci61t+DGF5cvwkZ9GdYwDe4x5Qqu S9XgknTlGrKbw21W8iLZdDXLVwIFuzd18IJMUZybObDrXJxclJ31gtB92GridVD+urT7 I6w8dCcnINCGG1mIUUTQifcF/6CBzNsQaC7NfZjxRppA35WUoVQ3GqIi53WkOpLSwmcC RyiIxfcLuGT1ekLQ8q9R3iqV39EyMASaKNFYlQ+rDGm/6C4O45g1PLpewT4LCcTsLCAB DxRA== X-Gm-Message-State: AC+VfDzZ8YsWK9kZEv7NOaERa9wBa3ClvSqvQ8VBbqm7NhggMdCZA+EV x/AkjvjUHnBmqAIxRyPBw27jOEW0Q58= X-Google-Smtp-Source: ACHHUZ6roflLK6ayLPBq2LM2wA8LYzV9N09UBOIOo4xBbUF+9fs6m+Q2ntrz4uuM/zm9rTl76g0c/Q== X-Received: by 2002:aa7:d1d4:0:b0:514:9b64:e16b with SMTP id g20-20020aa7d1d4000000b005149b64e16bmr1767331edp.35.1686339391680; Fri, 09 Jun 2023 12:36:31 -0700 (PDT) Received: from localhost (p200300e41f305300f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f30:5300:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id w18-20020aa7dcd2000000b00504ecc4fa96sm2061422edu.95.2023.06.09.12.36.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 12:36:31 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 5/6] PCI: tegra: Changes for v6.5-rc1 Date: Fri, 9 Jun 2023 21:36:19 +0200 Message-Id: <20230609193620.2275240-5-thierry.reding@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com> References: <20230609193620.2275240-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-pci for you to fetch changes up to 9365bf006f53d04b69d560ef7e2bf4be4c4d693a: PCI: tegra194: Add interconnect support in Tegra234 (2023-05-16 12:11:36 +0200) Thanks, Thierry ---------------------------------------------------------------- PCI: tegra: Changes for v6.5-rc1 This contains updates to the PCI driver for Tegra194 and later devices that depend on the memory controller interconnect changes. ---------------------------------------------------------------- Shubhi Garg (1): dt-bindings: tegra: Document compatible for IGX Sumit Gupta (7): dt-bindings: tegra: Add ICC IDs for dummy memory clients memory: tegra: Add interconnect support for DRAM scaling in Tegra234 memory: tegra: Add memory clients for Tegra234 memory: tegra: Add software memory clients in Tegra234 memory: tegra: Make CPU cluster BW request a multiple of MC channels PCI: tegra194: Fix possible array out of bounds access PCI: tegra194: Add interconnect support in Tegra234 Thierry Reding (2): Merge branch 'for-6.5/dt-bindings' into for-6.5/memory Merge branch 'for-6.5/memory' into for-6.5/pci Documentation/devicetree/bindings/arm/tegra.yaml | 5 + drivers/memory/tegra/mc.c | 24 + drivers/memory/tegra/mc.h | 1 + drivers/memory/tegra/tegra186-emc.c | 133 +++++ drivers/memory/tegra/tegra234.c | 595 ++++++++++++++++++++++- drivers/pci/controller/dwc/pcie-tegra194.c | 44 +- include/dt-bindings/memory/tegra234-mc.h | 5 + include/linux/tegra-icc.h | 65 +++ include/soc/tegra/mc.h | 8 + 9 files changed, 871 insertions(+), 9 deletions(-) create mode 100644 include/linux/tegra-icc.h From patchwork Fri Jun 9 19:36:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 13274332 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4BF4EC7EE2E for ; Fri, 9 Jun 2023 19:36:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 29AC0C433EF; Fri, 9 Jun 2023 19:36:36 +0000 (UTC) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 32DEFC4339B; Fri, 9 Jun 2023 19:36:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 32DEFC4339B Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ed1-f50.google.com with SMTP id 4fb4d7f45d1cf-5149e65c244so3067998a12.3; Fri, 09 Jun 2023 12:36:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686339393; x=1688931393; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=5fRwrzCjp88t418nAkVEpU9kS4OdGnnMmJzDqEeTRBY=; b=C3VYqj2iTBch94O7kQIm62iZ8Y9Yxt9J3+nD2sQOLh5ltPNEl0ThEscSZYWe13/b9l Lxt8saKifQQWvJf9J0v+C4do+CA5ZybEA1XlTJX6uRYtTo4vyGCH13RBbx8tl6bBAWBu /A/F6jZRJh3MzxFAoHi4OCYBHIkSpN+tOig+VxnLJkgQz61HC+aw/y2gSGzWVQ+mEbL7 0C9C5K3dV32+kKJysB0xgzJiotRsvh+bCo7AbrgcA2+JBFJEGYJUVPFhGvQ1GY9i6LIT uGWjqq4YcXQhJdjqGdsoYP7vcSPGxBdsCAjsCBjdLqbncsuCCwk7SFFGdmbHH4Nm7+wO LHHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686339393; x=1688931393; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5fRwrzCjp88t418nAkVEpU9kS4OdGnnMmJzDqEeTRBY=; b=Rzf+5FfNYt4YEzq+KvLl2vaRZbOPzKv08QT6ZbVhsRLQPoKsv4C8+RLcPI3fF72BAr cXju4qElbRFd48VTEMMrwK8kcCI/F6B3LGZvnSG56vt/Yj5ZTnlS4//I0t5RMtu022wm FChWvOH2JjzeZiiuKDfKRqMrsg/eIUhBEs+Zvppxw1/pIzLFajKz1AxApfhwCM6PR/kf WvE9NtcuaQhQhCyEBWgdKhoFiMK2HLWYcjoeKqqjmC+USgF6I2kRn+Lrbql3Hk4Khi6A zs4wOoOR7d3dcUhPqSRL8UNLgZoVgIN2of0S5RdbX8wwa3wmuwvl8zi08a8+G0xShBuJ dd4w== X-Gm-Message-State: AC+VfDw+BPTtZR+9sOdBKgQo3vOskuMYxRTYQXStkMvsvrmdIlb/EPnY m51ona0j1dlhaS9cHKT5mEegN41nqD8= X-Google-Smtp-Source: ACHHUZ7UKbrsxsz++D3lw+J8Oo0aNvgCavYHLRyMTlv5TKpbD4FHS3AgCuHrOFUPp+Gm4TOFWsmIxg== X-Received: by 2002:a17:907:8a12:b0:969:7739:2eb7 with SMTP id sc18-20020a1709078a1200b0096977392eb7mr2688891ejc.4.1686339392907; Fri, 09 Jun 2023 12:36:32 -0700 (PDT) Received: from localhost (p200300e41f305300f22f74fffe1f3a53.dip0.t-ipconnect.de. [2003:e4:1f30:5300:f22f:74ff:fe1f:3a53]) by smtp.gmail.com with ESMTPSA id gv11-20020a170906f10b00b00947ed087a2csm1643638ejb.154.2023.06.09.12.36.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 09 Jun 2023 12:36:32 -0700 (PDT) From: Thierry Reding List-Id: To: arm@kernel.org, soc@kernel.org Cc: Thierry Reding , Jon Hunter , linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL 6/6] arm64: tegra: Device tree changes for v6.5-rc1 Date: Fri, 9 Jun 2023 21:36:20 +0200 Message-Id: <20230609193620.2275240-6-thierry.reding@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230609193620.2275240-1-thierry.reding@gmail.com> References: <20230609193620.2275240-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.5-arm64-dt for you to fetch changes up to 6312e57b3250085b196d9630d2eeea6a583b97ef: arm64: tegra: Enable thermal support on Jetson Orin Nano (2023-06-09 17:44:26 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Device tree changes for v6.5-rc1 This introduces support for the IGX Orin and Jetson Orin Nano devices and enables various additional features on the Jetson AGX Orin and Jetson Orin NX. This also enables some basic thermal support to prevent the devices from overheating. Support for the GPU on the Google Pixel C is enabled and various minor issues are fixed and cleaned up. ---------------------------------------------------------------- Diogo Ivo (2): arm64: tegra: Add GPU power rail regulator on Smaug arm64: tegra: Enable GPU on Smaug Jon Hunter (3): arm64: tegra: Fix PCIe regulator for Orin Jetson AGX arm64: tegra: Enable USB device for Jetson AGX Orin arm64: tegra: Update USB phy-name for Jetson Orin NX Krzysztof Kozlowski (1): arm64: tegra: Add missing cache properties on Tegra210 Prathamesh Shete (1): arm64: tegra: Add Tegra234 pin controllers Shubhi Garg (2): dt-bindings: tegra: Document compatible for IGX arm64: tegra: Add support for IGX Orin Sumit Gupta (2): dt-bindings: tegra: Add ICC IDs for dummy memory clients arm64: tegra: Add CPU OPP tables and interconnects property Thierry Reding (8): Merge branch 'for-6.5/dt-bindings' into for-6.5/arm64/dt arm64: tegra: Support Jetson Orin Nano Developer Kit arm64: tegra: Sort properties more logically arm64: tegra: Add a few blank lines for better readability arm64: tegra: Add Tegra234 thermal support arm64: tegra: Enable thermal support on Jetson AGX Orin arm64: tegra: Enable thermal support on Jetson Orin NX arm64: tegra: Enable thermal support on Jetson Orin Nano Documentation/devicetree/bindings/arm/tegra.yaml | 5 + arch/arm64/boot/dts/nvidia/Makefile | 4 + arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 23 +- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 1 + .../arm64/boot/dts/nvidia/tegra234-p3701-0000.dtsi | 24 +- .../arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi | 111 +++++++ .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 46 ++- .../arm64/boot/dts/nvidia/tegra234-p3737-0000.dtsi | 6 + .../dts/nvidia/tegra234-p3740-0002+p3701-0008.dts | 154 ++++++++++ .../arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi | 137 +++++++++ .../arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi | 14 + arch/arm64/boot/dts/nvidia/tegra234-p3767.dtsi | 60 +--- .../dts/nvidia/tegra234-p3768-0000+p3767-0000.dts | 23 +- .../dts/nvidia/tegra234-p3768-0000+p3767-0005.dts | 33 ++ .../arm64/boot/dts/nvidia/tegra234-p3768-0000.dtsi | 3 +- arch/arm64/boot/dts/nvidia/tegra234.dtsi | 341 +++++++++++++++++++++ include/dt-bindings/memory/tegra234-mc.h | 5 + .../dt-bindings/thermal/tegra234-bpmp-thermal.h | 19 ++ 18 files changed, 937 insertions(+), 72 deletions(-) create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002.dtsi create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3767-0005.dtsi create mode 100644 arch/arm64/boot/dts/nvidia/tegra234-p3768-0000+p3767-0005.dts create mode 100644 include/dt-bindings/thermal/tegra234-bpmp-thermal.h