From patchwork Fri Feb 25 16:47:37 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12760558 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 3CC73C433EF for ; Fri, 25 Feb 2022 16:47:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 09AABC340F2; Fri, 25 Feb 2022 16:47:49 +0000 (UTC) Received: from mail-wr1-f42.google.com (mail-wr1-f42.google.com [209.85.221.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 61796C340E7; Fri, 25 Feb 2022 16:47:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 61796C340E7 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-wr1-f42.google.com with SMTP id d3so5437854wrf.1; Fri, 25 Feb 2022 08:47:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Jqez2ASWm8yfcVM64bGimZztQHH7JgrjZ5N5ycpQJ98=; b=dJ583PiDSsc0CTIFoORKzTJnFbabL/WJ3XAuT4T13ac5lop0E1FyKH6kmoaLErKT7y +lAF3f3T0vgxm8uitLDHVs+fS5l6/Fln8btcP7eNzIhssGtmTXGfIN3oHpMiixRZSMRT XrHwP0B6hXC3pAcz7KLhsonHNk3KMuKGoMFNNP1oo3vgKogKCTejLtowe2iOot8ReZjk r5DWMqt4RLfZmygi4TW+NcU2ppdEMxfd3d/3zrgG11G4oAIgtYJYt3EW0t9jG45rEcrS E0DOSN+5OuoUHVm0PNbbYGJ1shq2yIugkIvNbALS6TsJAlcIhUBWbnvS5whKPdum1PdL 6iGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=Jqez2ASWm8yfcVM64bGimZztQHH7JgrjZ5N5ycpQJ98=; b=qMfL0H6ROjnH1ipSzZ7Jud3PPJO0uRo+P9Ix+0W83OR75hmAj3WGpETjqK1sEuXijH Y4etnQS2Ky0o1GvnQp3NrjCzOjKeSF50kJq822OxK4F03hp4w/nb260HSKoCY80NifZh gnCUKt61xA0Wk/8nnVINOgYMIDWA4M/6we9AB7chp44a9oyoASaudghsbIIy6QSjYnW8 rdhGoIaybao2NC0ZbiefiQbtvBpI6BQGPkdKYyql4AqrRVNG63UOed4nXVbYu7hoby/j YmiDq1W6p/NvjkwBDQcN3J65N39GFdhax8Q/NmZq9QNe0rKSNV7Zr7nWmiA9J7l+LELR C25A== X-Gm-Message-State: AOAM531Y2p3c/UajYXLao/l9X6naHJaJZw1W3+77dq2nUZqZz/WOVtJc 5S+Ul+UCS5CnAf9bOdp+tWLkjLnYnjs= X-Google-Smtp-Source: ABdhPJxt4R2rH0g0wJNhaKs5g/tkqacC9iwePLzEU/roQ9c2kuVZC5CygKyYx4/H7yxxqlz9SpK8DQ== X-Received: by 2002:adf:8067:0:b0:1ea:9c01:d8f3 with SMTP id 94-20020adf8067000000b001ea9c01d8f3mr6872706wrk.556.1645807665986; Fri, 25 Feb 2022 08:47:45 -0800 (PST) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id t14-20020a5d460e000000b001edc107e4f7sm4036873wrq.81.2022.02.25.08.47.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 08:47:45 -0800 (PST) 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/5] soc/tegra: Changes for v5.18-rc1 Date: Fri, 25 Feb 2022 17:47:37 +0100 Message-Id: <20220225164741.1064416-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-soc for you to fetch changes up to fcfaff508b9fa9ad6d8a17d4855e3ec7382886ae: soc/tegra: bpmp: cleanup double word in comment (2022-02-25 14:10:09 +0100) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.18-rc1 This contains the final bit to enable advanced power management on Tegra20 and Tegra30. It also contains some cleanups and wake event support on Tegra234. ---------------------------------------------------------------- Dmitry Osipenko (1): soc/tegra: pmc: Enable core domain support for Tegra20 and Tegra30 Thierry Reding (1): soc/tegra: fuse: Explicitly cast to/from __iomem Tom Rix (1): soc/tegra: bpmp: cleanup double word in comment kartik (2): soc/tegra: fuse: Update nvmem cell list soc/tegra: pmc: Add Tegra234 wake events drivers/soc/tegra/fuse/fuse-tegra.c | 24 +++++++++++++++++++++--- drivers/soc/tegra/pmc.c | 16 +++++++++++----- include/soc/tegra/bpmp-abi.h | 2 +- 3 files changed, 33 insertions(+), 9 deletions(-) From patchwork Fri Feb 25 16:47:38 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12760559 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 DF0D5C433FE for ; Fri, 25 Feb 2022 16:47:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id AD483C340E7; Fri, 25 Feb 2022 16:47:50 +0000 (UTC) Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.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 19ED9C340F1; Fri, 25 Feb 2022 16:47:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 19ED9C340F1 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-wr1-f48.google.com with SMTP id d28so5408271wra.4; Fri, 25 Feb 2022 08:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=sEAbzHBtsMRbbB0Qh6txLc9CyFxKn7iPshhwUtVfgHQ=; b=JDA4ZNE+ShzjxEoT7HCdrGSDHjmI4W53S9kDi82hQHtD1TB+0VeeJNszlJplwkiaLm XaAnydo8W5AfInN8JidJLp24J45DPfRObUUNFtPKXZAd9HTIcXra5wL/+MtDk+9DOdXC H36Gp4ELLLsPe2Fhaq/iK63MVgiqbmEeFNoR1YIWkAhcJ9zQ40gh/1MsCydWMzCpYkB3 FqJNbYkoIrB6dfmRDqVFXpoHJy5ff3kvfnduw/LU5uev+BnXKmXWY1hBoBV8NxQnlgmR YsFBsMtxJ1KhZ7Rgr5SZBg9ODWRodMjbHfGGs8kuUOQOrfwPNaTjdtA5AkKAjmrnYyED NIFA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=sEAbzHBtsMRbbB0Qh6txLc9CyFxKn7iPshhwUtVfgHQ=; b=ezvmKhg/ao3EZ0CwkVccMrfcU/oUpx0AqOdO+zEz7XEI0UtQ1bONlsA3fy1pKymzYW mhT3k22YAOnneRRMknLwG60jMyynkiXQtHy783XOm5ZvswCOJYb6LgKv9AXq4TVUnVjo yD6PeGfGbB2dn9VA4j8q3dK/hqDe10XyJbt2DPx2kkKncVD8f1JyQh/fMttv5fy4EpMl 4gJXzXDaZ0SZ1EGT2qUWgg7BHgv9oN6bLWzHRxeP7IoWEr6jot2PtJtbqKbGwtNHGgiS a4VmPdGB7yrx7gmV5awgilmZt/XxcZ+2rwM8nVFU/6a/JIlj2l1DziAjjNWwPzwFyvGI SZMg== X-Gm-Message-State: AOAM532IH1SZ/37vmdpFZmJt0xPd0LFEB0OHL2ZAhxQ/O9vz/fEBI6qr CIAl0++n4PBdo84syGqP1+GmSRVCqS0= X-Google-Smtp-Source: ABdhPJwriQC0+MVdvf+aMvzIUfh6lPOimFqwgYYwA+ZqNrems5vinnQzgGzPvup8iSKetAwW57IoQg== X-Received: by 2002:adf:9d84:0:b0:1ed:f546:bd8b with SMTP id p4-20020adf9d84000000b001edf546bd8bmr6442275wre.375.1645807668017; Fri, 25 Feb 2022 08:47:48 -0800 (PST) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id f10-20020a05600c154a00b0037bbbc15ca7sm11923744wmg.36.2022.02.25.08.47.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 08:47:47 -0800 (PST) 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/5] dt-bindings: Changes for v5.18-rc1 Date: Fri, 25 Feb 2022 17:47:38 +0100 Message-Id: <20220225164741.1064416-2-thierry.reding@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220225164741.1064416-1-thierry.reding@gmail.com> References: <20220225164741.1064416-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-dt-bindings for you to fetch changes up to a4ad66da3fccebdcbd53d55c035d5851b73f8bcb: dt-bindings: memory: Add Tegra234 PCIe memory (2022-02-24 20:00:25 +0100) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v5.18-rc1 This contains additions to various DT bindings includes (such as clocks, resets, power domains, memory controller clients and SMMU stream IDs) for Tegra234. ---------------------------------------------------------------- Akhil R (2): dt-bindings: Add headers for Tegra234 I2C dt-bindings: Add headers for Tegra234 PWM Mohan Kumar (2): dt-bindings: Add HDA support for Tegra234 dt-bindings: Document Tegra234 HDA support Sameer Pujar (1): dt-bindings: Add Tegra234 APE support Vidya Sagar (3): dt-bindings: Add Tegra234 PCIe clocks and resets dt-bindings: power: Add Tegra234 PCIe power domains dt-bindings: memory: Add Tegra234 PCIe memory .../bindings/sound/nvidia,tegra30-hda.yaml | 3 + include/dt-bindings/clock/tegra234-clock.h | 135 ++++++++++++++++++++- include/dt-bindings/memory/tegra234-mc.h | 75 ++++++++++++ include/dt-bindings/power/tegra234-powergate.h | 22 ++++ include/dt-bindings/reset/tegra234-reset.h | 45 ++++++- 5 files changed, 277 insertions(+), 3 deletions(-) create mode 100644 include/dt-bindings/power/tegra234-powergate.h From patchwork Fri Feb 25 16:47:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12760560 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 CE26CC433F5 for ; Fri, 25 Feb 2022 16:47:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id B1400C340F2; Fri, 25 Feb 2022 16:47:53 +0000 (UTC) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) (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 1AE31C340E7; Fri, 25 Feb 2022 16:47:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 1AE31C340E7 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-wm1-f53.google.com with SMTP id v2-20020a7bcb42000000b0037b9d960079so2073405wmj.0; Fri, 25 Feb 2022 08:47:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=hD6FBWW8TGRI8bjBMq/DwmPzCMaP/5KqoNaN3Rmzc0Y=; b=jCmpHJkDeIl4puqOnr5hqJxhlhlNFaWx6qnqfi24+aD3EtRJUE9iWGzKchTfXvq9Qi Jw4mPnhkKmrIryrnCgsFyN+94gXB4GtClp5UQ4XL/k7TKPE6715AJfg/QLeNKa3h0ggI fBTIAeG25i18M+nufmN++VTYenugmAWgfg98a2LWqCACenzY04H3yI340Bd6DJHmn0U9 aiACJxEvWi86/lBs+flIiWLNmdMTshRLeb1+vZDnuxXOgQTz+vNdbV2A3mC9CrTB41Sq h9y6w4NtUW5tk0woyQmNea0aPpavwSNRUR9xn8OnLSMO4lp4YAfeLETbHO90BTH3N+tc Sxig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=hD6FBWW8TGRI8bjBMq/DwmPzCMaP/5KqoNaN3Rmzc0Y=; b=O/xg+jvBtGNqPcmbF8lv301a0fV/xtrwuN3Ah6tMf/GslcCi3pTfTDeuQ9/gomf8Um 2MqzeHWobmTxU2p9GoFZF3hcBm8f4C2R7XLD/kAgnvtYFpCGVJJnVLm9BSu1eykrAq6A mC6IKfbo/1hY/ACrWUvau17oTScYZNFXal4jpy0VxAXhn+HuLr/cP86Hz0XFqfZRjqiB v7KAehqSTUUzvPPE4BpQx6mBhcP2+/WJUs449sSAv8uXn2Gu1L5TUifCCasMfpPzHlry cy1aomelQ5HURh6BLCxyxSh40JHVkQ4ChusYwKgqJ7wvpFaM5+Pc129ClNIGDESO5Mp5 BKbw== X-Gm-Message-State: AOAM530skF+ndzZ2/mAP2Nzw3X1gScvi42VGGpsDXAuN8FgfFEirh9cW Nhz6rHg3Gnwq01pmZN2XEi1nwFkDJ4I= X-Google-Smtp-Source: ABdhPJyq9w7VYOXIV9r07iuX+c4nUNhw0Aeaeu0MikSM9rcLfa/L9+DiMsbIZEu367xMdWs+c0waeA== X-Received: by 2002:a05:600c:6c5:b0:380:dda2:d562 with SMTP id b5-20020a05600c06c500b00380dda2d562mr3550075wmn.138.1645807670826; Fri, 25 Feb 2022 08:47:50 -0800 (PST) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id f10-20020a05600c154a00b0037bbbc15ca7sm11923928wmg.36.2022.02.25.08.47.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 08:47:49 -0800 (PST) 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/5] ARM: tegra: Device tree changes for v5.18-rc1 Date: Fri, 25 Feb 2022 17:47:39 +0100 Message-Id: <20220225164741.1064416-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220225164741.1064416-1-thierry.reding@gmail.com> References: <20220225164741.1064416-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-arm-dt for you to fetch changes up to 0092c25b541a5422d7e71892a13c55ee91abc34b: ARM: tegra: tamonten: Fix I2C3 pad setting (2022-02-25 14:45:43 +0100) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Device tree changes for v5.18-rc1 The changes in this set are cleanups and fixes for 32-bit Tegra device tree files. With these, some json-schema validation errors are fixed. ---------------------------------------------------------------- Dmitry Osipenko (3): ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audio ARM: tegra: tf700t: Rename DSI node ARM: tegra: paz00: Add MMC aliases Julius Werner (1): ARM: tegra: Update jedec,lpddr2 revision-id binding Oleksij Rempel (1): ARM: tegra: Fix ethernet node names Richard Leitner (1): ARM: tegra: tamonten: Fix I2C3 pad setting Svyatoslav Ryhel (1): ARM: tegra: transformer: Drop reg-shift for Tegra HS UART arch/arm/boot/dts/tegra20-asus-tf101.dts | 12 +++++++++++- arch/arm/boot/dts/tegra20-colibri.dtsi | 2 +- arch/arm/boot/dts/tegra20-paz00.dts | 6 ++++-- arch/arm/boot/dts/tegra20-tamonten.dtsi | 6 +++--- arch/arm/boot/dts/tegra30-asus-tf700t.dts | 2 +- arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi | 2 ++ arch/arm/boot/dts/tegra30-colibri.dtsi | 2 +- arch/arm/boot/dts/tegra30-ouya.dts | 2 +- arch/arm/boot/dts/tegra30-pegatron-chagall.dts | 2 ++ 9 files changed, 26 insertions(+), 10 deletions(-) From patchwork Fri Feb 25 16:47:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12760561 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 148A7C4332F for ; Fri, 25 Feb 2022 16:47:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id F16F0C340F4; Fri, 25 Feb 2022 16:47:55 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) (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 46915C340F0; Fri, 25 Feb 2022 16:47:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 46915C340F0 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-wr1-f46.google.com with SMTP id j22so5341810wrb.13; Fri, 25 Feb 2022 08:47:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=TaiciRnsDcfgO8GDkMABX+K/SPVvrajOY+9YF54/XGY=; b=AHDHm6vMJ27EIWq0Ahmvl5H90BOYatk9+JoEcAqRO1rtNkdcs3/V+ZVrYNa99qSIkY V4GBra0cochxuIHTQ4xvCOXb9PHdt6T7sFZKB3kxrPrmZNgJA5wkXDzqO1XKNu7g9yLO pmhEVEN0BTZ1h7TDLt0MQvcimhDNzqIlmzpqDdQjM3qh9QkiXnwFzbwmYWwAJB+j5QPe 5wP3sFbG6uv/LL42GzI0eZSZXYExdtyf6d9Fkgwz9vd0xfyT9XiHCmvOTwdR6Vvg5mBN zR5/rA1VzzFXY9hTABxlphzHb8rJ/ZcWJWwclj2mh7+ZcG2+xJLoI3aNwYjgupF6tEaH LUIw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TaiciRnsDcfgO8GDkMABX+K/SPVvrajOY+9YF54/XGY=; b=MEJ+Mi3rWTy348l9ZKESBa/dCjYpbujVLAnzmfEJZNeqiyhnQVRTu4eXA4XqsbhOBh rFA4q+XGbxmVCj3T95I46poqZg67voaHyy0M+VqIMjRc5uSQvOqasBdMerNX39i7bPqK /jWrvYu+IxsbwK+cU2bN3y/qpD1Fgbsjn1+ToBemHDO7+6ENhGeB2xaVlFVe6F0U0RWS IAvJ07HmRNEx09AIPC9SVsNw0bRAZMJ3UciQZlLyCi72QtT7pxXGVc72aazDy+QD+pkM oaCxLjfSOI5K9hyd8zqzTXhwq1e++LtwUTB2uWmr5aTvumP4HMrxEhmoQu0vFKEPkpVZ okuA== X-Gm-Message-State: AOAM532rlGsr84aiXRhWDryu12Lc4HdRM5XS/NknEkBVxDfB6RlmRN2q HXVmKYU8VCxVmZgt6NB9D69DKEjBCq8= X-Google-Smtp-Source: ABdhPJwdkE703MCZOPQXTZdTU06WNy4Hqs3Yk6dpMqRSb01CH3cRNAo02PTsih8+B4fqTfOWDb8YeQ== X-Received: by 2002:a5d:55d0:0:b0:1ed:bda2:4e11 with SMTP id i16-20020a5d55d0000000b001edbda24e11mr6706741wrw.6.1645807673083; Fri, 25 Feb 2022 08:47:53 -0800 (PST) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id t14-20020a5d460e000000b001edc107e4f7sm4037270wrq.81.2022.02.25.08.47.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 08:47:51 -0800 (PST) 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/5] arm64: tegra: Device tree changes for v5.18-rc1 Date: Fri, 25 Feb 2022 17:47:40 +0100 Message-Id: <20220225164741.1064416-4-thierry.reding@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220225164741.1064416-1-thierry.reding@gmail.com> References: <20220225164741.1064416-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-arm64-dt for you to fetch changes up to f0a481209d6fa70854673173bf5f8a1cb24bd7f2: arm64: tegra: Drop arm,armv8-pmuv3 compatible string (2022-02-25 14:40:39 +0100) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Device tree changes for v5.18-rc1 Based on the for-5.18/dt-bindings changes, this adds various new features on Tegra234 such as IOMMU, audio, gpio-keys, I2C and PWM support. Device trees for 64-bit Tegra boards are now also built with overlay support enabled, which allows firmware to apply overlays and customize the DTB that is passed to the kernel. There are also a couple of cleanups and additions for older devices, such as USB device mode support on Jetson Xavier NX. ---------------------------------------------------------------- Akhil R (5): dt-bindings: Add headers for Tegra234 I2C dt-bindings: Add headers for Tegra234 PWM arm64: tegra: Add Tegra234 I2C devicetree nodes arm64: tegra: Add Tegra234 PWM devicetree nodes arm64: tegra: Add GPCDMA node for tegra186 and tegra194 Jon Hunter (1): arm64: tegra: Enable device-tree overlay support Mohan Kumar (3): dt-bindings: Add HDA support for Tegra234 dt-bindings: Document Tegra234 HDA support arm64: tegra: Add HDA device tree node for Tegra234 Sameer Pujar (3): dt-bindings: Add Tegra234 APE support arm64: tegra: Add audio devices on Tegra234 arm64: tegra: APE sound card for Jetson AGX Orin Thierry Reding (5): Merge branch 'for-5.18/dt-bindings' into for-5.18/arm64/dt arm64: tegra: Enable gpio-keys on Jetson AGX Orin Developer Kit arm64: tegra: Add Tegra234 IOMMUs arm64: tegra: Move audio IOMMU properties to ADMAIF node arm64: tegra: Drop arm,armv8-pmuv3 compatible string Vidya Sagar (3): dt-bindings: Add Tegra234 PCIe clocks and resets dt-bindings: power: Add Tegra234 PCIe power domains dt-bindings: memory: Add Tegra234 PCIe memory Wayne Chang (1): arm64: tegra: Enable Jetson Xavier NX USB device mode kartik (1): arm64: tegra: Enable UART instance on 40-pin header .../bindings/sound/nvidia,tegra30-hda.yaml | 3 + arch/arm64/boot/dts/nvidia/Makefile | 11 + arch/arm64/boot/dts/nvidia/tegra186.dtsi | 46 +- .../arm64/boot/dts/nvidia/tegra194-p3509-0000.dtsi | 25 + arch/arm64/boot/dts/nvidia/tegra194.dtsi | 54 +- .../dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 1824 ++++++++++++++++++++ arch/arm64/boot/dts/nvidia/tegra234.dtsi | 1010 +++++++++++ include/dt-bindings/clock/tegra234-clock.h | 135 +- include/dt-bindings/memory/tegra234-mc.h | 75 + include/dt-bindings/power/tegra234-powergate.h | 22 + include/dt-bindings/reset/tegra234-reset.h | 45 +- 11 files changed, 3239 insertions(+), 11 deletions(-) create mode 100644 include/dt-bindings/power/tegra234-powergate.h From patchwork Fri Feb 25 16:47:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 12760562 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 5E2ACC433FE for ; Fri, 25 Feb 2022 16:47:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 48A89C340E7; Fri, 25 Feb 2022 16:47:59 +0000 (UTC) Received: from mail-wm1-f44.google.com (mail-wm1-f44.google.com [209.85.128.44]) (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 B4D33C340F0; Fri, 25 Feb 2022 16:47:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org B4D33C340F0 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-wm1-f44.google.com with SMTP id v2-20020a7bcb42000000b0037b9d960079so2073534wmj.0; Fri, 25 Feb 2022 08:47:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=uduFXioM9Jvok6vQql7ATzaeIk0YlwdJ3rm+JrUutIk=; b=CUeh2x2ibtoEGB9+JkPliPBiG6KCjSIFu1b+hIzdFO9VFPzrvLuDUKe7/u5Ht9lhE/ qvhKVQU4UshisQGY/v5oJPMl6yAS1X5SOi4znZkBv2lPRFE1AaUah5pvoyGEQdpGomrW RsDUxH1NJC/n8t8QACqTig3Jykm7SNdyVGHI0x+fbHAM8LigFJJquF4jIRcpiuKLyxbi 6DAZInV8DWpDTafxQ29lacP8ECcG+k6pumGaQ7oidEoy0vbIBOKaUU4cg+4WUjMEQHMP cDmMdcGEfNJukgNrXp7OuZ4XmQZXA95dsvdFMQKroyWZsZmg1l34Blr2hgqjVrimzJew kXQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=uduFXioM9Jvok6vQql7ATzaeIk0YlwdJ3rm+JrUutIk=; b=TUufzxoNT8ClDmuaJb1RWqAFaH8WzYUj7q7jTQtfn2LtKcDzJ70F0oJN7W0rTXV1Rc Gntfaa6wPBqIwGkUmit5fwCnv6SsBpDJQIAuPnEuP2GzUQNsZpvkffcRRany43Ko4pnU 5zdrAFvTzjyeHQpwQKg/qQap6wCXiiJSbsVp75E94bQTMR37v+SI7GIkcNE5qvzbOgEh mVuTLV/pF9JpHnIAwhIA+z8BgL7QuCPpH2y6eUYvB8sUMgvmMw1Rky77ww4X3MOjFDcS boFmXdZcho9AeZ168ZaLLsrmB+Gn4sabzSwzdWduYazWikYJNVXzhgnWvnEqd2sD+yrI YGSg== X-Gm-Message-State: AOAM530XZIbApE8Bv2qCC2V5fVfCmIiAN2o5xgBXMwhxMnuuke2YIzoT 6JeL2bt4DO+Nib6blxiW8HE5dRbctnw= X-Google-Smtp-Source: ABdhPJxHHk4kBdDLIrF4rNAB7zvJbnqmqDjyf9p+H8aYiM81qW7zaw5UNfvr72envSUT/YbmN6glOg== X-Received: by 2002:a05:600c:3c8b:b0:37f:1546:40c9 with SMTP id bg11-20020a05600c3c8b00b0037f154640c9mr3501308wmb.161.1645807676564; Fri, 25 Feb 2022 08:47:56 -0800 (PST) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id a8-20020a056000100800b001e30ef6f9basm3905853wrx.18.2022.02.25.08.47.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Feb 2022 08:47:55 -0800 (PST) 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/5] arm64: tegra: Default configuration updates for v5.18-rc1 Date: Fri, 25 Feb 2022 17:47:41 +0100 Message-Id: <20220225164741.1064416-5-thierry.reding@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220225164741.1064416-1-thierry.reding@gmail.com> References: <20220225164741.1064416-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-arm64-defconfig for you to fetch changes up to 753b2280e154aad4522d20a3fbd04fa1736a809e: arm64: defconfig: tegra: Enable GPCDMA (2022-02-16 16:32:10 +0100) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Default configuration updates for v5.18-rc1 Enables the GPCDMA driver that was recently introduced for Tegra186 and later generation Tegra SoCs. ---------------------------------------------------------------- Akhil R (1): arm64: defconfig: tegra: Enable GPCDMA arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)