From patchwork Fri Jul 17 16:12:54 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670665 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A3CBC6C1 for ; Fri, 17 Jul 2020 16:13:05 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 9E65A2076D; Fri, 17 Jul 2020 16:13:05 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f54.google.com (mail-ej1-f54.google.com [209.85.218.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4822D2076A; Fri, 17 Jul 2020 16:13:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Z0Ly8m9E" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4822D2076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ej1-f54.google.com with SMTP id y10so11444866eje.1; Fri, 17 Jul 2020 09:13:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=tRun0zJnW3enEzbagVrBVwGAXPlB4kcfikfNUNNNDAQ=; b=Z0Ly8m9ELBi2tmX5DEpN+QuO/1N7ea5paWLIRdxkSaCxgUG0h/jMfzl+pJZNP3WTgI 3v0jt4YxY9AaudPOWusk8bqMu5o1gaiVuyHNvbnb5jGsj3uTSxB3nC8GRZuaxLWwjFzV rtDqPNSvu0sad+x3K3u+H4cJ8p0xwLE+fp9rZ/zVq3ADApdshh36/jabqq1e9AYrwZRq 6ja9oebHtw0oC4m+1yZkGYxUh11dqZkJOEgSECX5gYi/4Pf9BMMJYeVMffypG+8b9hBV 8YJT9sR3adanb+gwGXdek8jVGek/uSvuquAn1KTkjTA4kVhDXQVdMgaW/aZDc76mwx7B VD0g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=tRun0zJnW3enEzbagVrBVwGAXPlB4kcfikfNUNNNDAQ=; b=di2MGn9vfqLsuLyR+9d4sldnIemsTvRz4s2DmHo0wRp44mqN1tUMOIOr59D0neuo6u Dxmg6RRYYrsoRyqt0O8bcIuG04KHSZUSNt2JCB32wqN5Hvhqkyv0yxtdeEd77GQXoLSt 9c3K3wwCcxZyH6GuV8wP3vSQYPO6iHjq5Dn/6vABisiu7VTQDXgbNBy9/gL8Aj7phedd uxXP/NdqEqjw5ejVt1tH8NcrZutK5SmUzknANTNJSLqC6oS1w/eXyaiYSaHwDBFsek/x XQvpyM10rvOoDylw4cCXZv/qQ1FUFjxbr9QrqVmEaga9Y0KKhFlimAzDpQ3dt3wN6Vlq 0/xw== X-Gm-Message-State: AOAM531pnhfwNKrHf8gugIpqdOYYbhm7V5aJgBzqev21Q26qHvmVviw3 kWIZ7xBdGOPMKfq8egAI2YdTZVQM X-Google-Smtp-Source: ABdhPJzORx5zjxCvcZOb13Q5Fp9ESAYqkg144nxeu1CB12Wk87oTplKWxkBRAu86BfKWZl7qGJaHyg== X-Received: by 2002:a17:906:5657:: with SMTP id v23mr9547977ejr.196.1595002383389; Fri, 17 Jul 2020 09:13:03 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id x4sm8187889eju.2.2020.07.17.09.13.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:02 -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/7] dt-bindings: Changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:12:54 +0200 Message-Id: <20200717161300.1661002-1-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-dt-bindings for you to fetch changes up to 9580a3532eee67d9d19de19f62c245655eabaca3: dt-bindings: fuse: tegra: Add missing compatible strings (2020-07-17 16:14:07 +0200) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v5.9-rc1 This adds compatible strings for some new devices as well as updates and fixes existing bindings. ---------------------------------------------------------------- Dmitry Osipenko (3): dt-bindings: Add vendor prefix for Acer Inc. dt-bindings: ARM: tegra: Add Acer Iconia Tab A500 dt-bindings: ARM: tegra: Add ASUS Google Nexus 7 Sowjanya Komatineni (1): dt-bindings: i2c: tegra: Document Tegra210 VI I2C clocks and power-domains Thierry Reding (3): dt-bindings: tegra: Document Jetson Xavier NX (and devkit) dt-bindings: Add documentation for GV11B GPU dt-bindings: fuse: tegra: Add missing compatible strings Documentation/devicetree/bindings/arm/tegra.yaml | 18 ++++++++++++++++ .../bindings/fuse/nvidia,tegra20-fuse.txt | 5 +++-- .../devicetree/bindings/gpu/nvidia,gk20a.txt | 25 ++++++++++++++++++++++ .../devicetree/bindings/i2c/nvidia,tegra20-i2c.txt | 19 ++++++++++------ .../devicetree/bindings/vendor-prefixes.yaml | 2 ++ 5 files changed, 61 insertions(+), 8 deletions(-) From patchwork Fri Jul 17 16:12:55 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670667 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7EB056C1 for ; Fri, 17 Jul 2020 16:13:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 79E6F2083B; Fri, 17 Jul 2020 16:13:07 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ed1-f65.google.com (mail-ed1-f65.google.com [209.85.208.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2D6CF2076A; Fri, 17 Jul 2020 16:13:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="dZs+61wb" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2D6CF2076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ed1-f65.google.com with SMTP id by13so8122880edb.11; Fri, 17 Jul 2020 09:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Q6wQPTgtuBVqC9/lrDF9iatGwKmwcjNiwUtUBaCtoZ4=; b=dZs+61wbmVme0tjhyyW9bvS/4nYn+6ONXqr+HZXwJF9Z7y+Y8B85KBPmK3vtIJSAj1 JH7q74E9r0UCAvLT3MNK9nEu0PdH6Og4MvUwF7wQ4W+QuEnSO3jh7NC1VJR2rywdrVdl Ql7IkEKBeET5/uJIIwpG5I9pvxwDg9cLeT6bLuW3+YDHiIysg1cpqQx5j36gpqH71i3G jgHdKQQMcs0cx8qu4+vEVR+5hFqjCis6bmX3mwbDoDZixNry3DGRq1sOM/4x/7l6YTq7 Uq+iEXrOapGqaClJciZGhwLJlrr8BYj/eSxU8nAPI2hMpqeTyccB1/Sr/741o3F0o02m AX5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Q6wQPTgtuBVqC9/lrDF9iatGwKmwcjNiwUtUBaCtoZ4=; b=AxOQ1DKNZQFe8LzeCKhqeAqU9WOk/8/YPCQ/EkIpUc+mWh9oUr6ZuZeTEkIMpyo4m0 a/ZhCSfo/lqSDWLBvK6dA4BfzMSEc0WUnECjHR1eBMNMdvtS5px6VDund+Ez68+uRR+C Hn5w0YRaWpbhmof/uJBGTI6ycpLPSRmulfMjPaiiRllE78rLi3A7tkcG7GxRMuEyIrCo 2vUYMseMxCQ7Hdfm5yB0VbCEf2vB6T3wIg6utDsQgHNGXzOPMHRdqC5fPWuAt+KWszdu /rUdGDKVVaSKgeSfZx2lLFodk49CMsiH3NdHcL/577EBXAnPDsOa61wCCK8jWtqxyvpu sS7A== X-Gm-Message-State: AOAM531cj10fN840WhjrnQXkTQ7EU297zraHgcVaQ/GJVIvFvzh+8VM0 ivTh140cALeFjhm26ZX4gN0XitGU X-Google-Smtp-Source: ABdhPJwJ457FKePFD/sGNNy2DaY7qKcHBqTQYANUpAm55vgvHImNqiOzoE1VB8pRbc87RJXaUn4HiQ== X-Received: by 2002:a05:6402:17f6:: with SMTP id t22mr10220988edy.141.1595002385407; Fri, 17 Jul 2020 09:13:05 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id bt26sm8617051edb.17.2020.07.17.09.13.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:04 -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/7] firmware: tegra: Changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:12:55 +0200 Message-Id: <20200717161300.1661002-2-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com> References: <20200717161300.1661002-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-firmware for you to fetch changes up to 4e87189912bd2167998d82c95bb68f73185069e2: firmware: tegra: Update BPMP ABI (2020-07-14 18:03:45 +0200) Thanks, Thierry ---------------------------------------------------------------- firmware: tegra: Changes for v5.9-rc1 This has a few cleanups and the addition of a new mechanism to query debug information from the BPMP. ---------------------------------------------------------------- Jon Hunter (4): firmware: tegra: Use consistent return variable name firmware: tegra: Prepare for supporting in-band debugfs firmware: tegra: Add support for in-band debug firmware: tegra: Update BPMP ABI Timo Alho (1): firmware: tegra: Add return code checks and increase debugfs size drivers/firmware/tegra/bpmp-debugfs.c | 436 ++++++++++++++-- drivers/firmware/tegra/bpmp.c | 6 +- include/soc/tegra/bpmp-abi.h | 913 +++++++++++++++++++++++----------- 3 files changed, 1038 insertions(+), 317 deletions(-) From patchwork Fri Jul 17 16:12:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670669 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 699F360D for ; Fri, 17 Jul 2020 16:13:09 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 64BAF207DD; Fri, 17 Jul 2020 16:13:09 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f65.google.com (mail-ej1-f65.google.com [209.85.218.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 136082076A; Fri, 17 Jul 2020 16:13:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="jwIzNTJ5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 136082076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ej1-f65.google.com with SMTP id o18so11425809eje.7; Fri, 17 Jul 2020 09:13:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=cUnkdzNdxg8LD5hqVaIzXy2XoR2S7oQA1tg31Kfen/Y=; b=jwIzNTJ5eh4Mo+Z+zqr/8LNBEo2x1KJvOzCP8JRlfzlIcfHFG6zGrKWsFZOC0gD/wg xRuna04i9D9aVOSvjq6GQVX49F+lk73WDzcoZ1Bpe8KAaIfOILOc7BkPiYQGMlhreZ3M neWy63kPPCFhMLis5L9l8pE12V5zPR0Ezif8wMHs1x3Pw7AvNdX96WDr1JsUqcuftjoU IsgHxzkDqWLlryz1vLXdQZFY+B+0LnDpMnDz+otbylOKhqm6JPBkK1hLiOf60CUOiKEs 2HNG0l/4gwFu4WzYPGZH1+K1bfILT3ytbfc6/wOWoHerf6pKr59TrEzfaZOeGGRaHket N1fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cUnkdzNdxg8LD5hqVaIzXy2XoR2S7oQA1tg31Kfen/Y=; b=COmMx+M2TrSnCSU+KerCHo/bgIesUcDTFMNhQCShALyah3G0tCvadCqvNRJD+kmsgY XpAny+9PqfWH3/MhnOsz9fL2Dngg5yPAwmcYapIIDJ3vrUurZvOiFU1nW544XOX0rpCE b5W4OkZZHPH+mWgbQ6biYlAvCYDu8RN5hJy0WROe6KdsBcRBAqdFd7f83aTWQBgBVFoE ts1kOwPJy+jOh0yviju97+ZE757HoHto9DwSNBDaf01ISDJej0WW1Te9W1QAQYuRTlJG PvqwPBPcXq2kbO2h3LExYDDsseE2L1z/mE4KaCnEQwZj4lx4O5fl+01I/twP74rBTT0j 8jsg== X-Gm-Message-State: AOAM530VMJ8z2Dw5JeLDobm6ImyUy2flim4KYhmtKfYruGQLeVPbt+5I 6lYnXoie+hhgkARgDUIJXup+rBri X-Google-Smtp-Source: ABdhPJwDnt2HX9wPDBSm5W8xZz6dR9sdm9xm0mQ9/m+om5cB+kKZfQdbR3TDVTfLWgFZTG6dVGZx0w== X-Received: by 2002:a17:906:31c8:: with SMTP id f8mr8883155ejf.269.1595002387396; Fri, 17 Jul 2020 09:13:07 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id cb7sm8385204ejb.12.2020.07.17.09.13.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:06 -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/7] memory: tegra: Changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:12:56 +0200 Message-Id: <20200717161300.1661002-3-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com> References: <20200717161300.1661002-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-memory for you to fetch changes up to 46c019239fb263922d2881847dd6b614c814d867: memory: tegra: Add Tegra132 compatible string match (2020-07-15 11:55:21 +0200) Thanks, Thierry ---------------------------------------------------------------- memory: tegra: Changes for v5.9-rc1 This contains the Tegra210 EMC frequency scaling support that didn't make it into v5.8. In addition there are a couple of cleanups and minor fixes. ---------------------------------------------------------------- Arnd Bergmann (1): memory: tegra: Avoid unused function warnings Christophe JAILLET (1): memory: tegra: Fix an error handling path in tegra186_emc_probe() Dan Carpenter (1): memory: tegra: Delete some dead code Dmitry Osipenko (3): memory: tegra: Make debugfs permissions human-readable memory: tegra20-emc: Poll EMC-CaR handshake instead of waiting for interrupt memory: tegra30-emc: Poll EMC-CaR handshake instead of waiting for interrupt Geert Uytterhoeven (1): memory: tegra: Drop Jon Hunter (1): memory: tegra: Fix KCONFIG variables for Tegra186 and Tegra194 Joseph Lo (2): memory: tegra: Add EMC scaling support code for Tegra210 memory: tegra: Add EMC scaling sequence code for Tegra210 Thierry Reding (2): memory: tegra: Support derated timings on Tegra210 memory: tegra: Add Tegra132 compatible string match drivers/memory/tegra/Kconfig | 14 + drivers/memory/tegra/Makefile | 4 + drivers/memory/tegra/mc.h | 1 + drivers/memory/tegra/tegra124-emc.c | 7 +- drivers/memory/tegra/tegra186-emc.c | 25 +- drivers/memory/tegra/tegra186.c | 4 +- drivers/memory/tegra/tegra20-emc.c | 34 +- drivers/memory/tegra/tegra210-emc-cc-r21021.c | 1775 +++++++++++++++++++++ drivers/memory/tegra/tegra210-emc-core.c | 2100 +++++++++++++++++++++++++ drivers/memory/tegra/tegra210-emc-table.c | 90 ++ drivers/memory/tegra/tegra210-emc.h | 1016 ++++++++++++ drivers/memory/tegra/tegra210-mc.h | 50 + drivers/memory/tegra/tegra30-emc.c | 122 +- 13 files changed, 5130 insertions(+), 112 deletions(-) create mode 100644 drivers/memory/tegra/tegra210-emc-cc-r21021.c create mode 100644 drivers/memory/tegra/tegra210-emc-core.c create mode 100644 drivers/memory/tegra/tegra210-emc-table.c create mode 100644 drivers/memory/tegra/tegra210-emc.h create mode 100644 drivers/memory/tegra/tegra210-mc.h From patchwork Fri Jul 17 16:12:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670671 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D8C116C1 for ; Fri, 17 Jul 2020 16:13:11 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D3DF7207EA; Fri, 17 Jul 2020 16:13:11 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f65.google.com (mail-ej1-f65.google.com [209.85.218.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6D5882076A; Fri, 17 Jul 2020 16:13:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="kaO015xg" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6D5882076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ej1-f65.google.com with SMTP id br7so11435608ejb.5; Fri, 17 Jul 2020 09:13:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=PyluBXymQd9koc0TxAITWIkpAPHeh+RdSix+euQxXpI=; b=kaO015xgG4syCk1jk3GWZ0n/RQ1WBFteVC4S/fATiEbsKcTTXRJRq7OR9od2pAEJky Kch/YdmyaRC1SrmzQWohbI5TZqMgXjoY4IB3dJX2nkzW8jRIg8HEoeCjROXILurgCCNN mQoKReblgSTMsiGlBfP45yhJ9oEW9J9Mkiwo+hmi0FgvGTtqV7Fp5wDZiuRBfy9UEdu+ RAHtIIqohyRXMA7ZkMn6wmQwrUC3kXz4i9u+lj+2hbmYodZNHQXqwXOX/IL1L/leQg/O gf/4faHDPxnt9hkF4NYW9vCPexJHSoUwH839lvFyYK/hZw55xp/z4YSVnB4QkT+zpdv3 KNYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=PyluBXymQd9koc0TxAITWIkpAPHeh+RdSix+euQxXpI=; b=MBXmEXVoJnj3jQN0OOxS4GnlFGgcjdnyAPFezEQwO/SF7t7CNNLeCBuIjRhTbk4MC4 k8vLUf1kjN6fQmK9sjCNOXWSnpD8DVr5QkzhvRoCcGmSGghU4qiLf6a5C3Y9fUg4C2kA ORNA1siT72VX2JAh/Bf6x96LgRojFRu70kXhxtlRO6RyXkKDwjLq8EJk7kOpsCLnurAr +J2wtS7yg1NaldqjthlFSS3a8yVELXGEyaf4RDpYWqUS9aLPpFdMgN5alN5MtilTo8/g V11CA/EM4JIY0hVEv2/4aKmjtpreMP1BQzp4PRzIh8o2B0DtuH49jGj5onXaVUuLfpkK wGyA== X-Gm-Message-State: AOAM532CRniLbhKTZMYOXIcs/cQpnKbl+MqUhNZ1Q38iLe8Zz+IjY7Bf Prc2I/qUFbBy+e7kvU2O6QBlReSH X-Google-Smtp-Source: ABdhPJwszd8M3mXfjh1BUsR8iEm9LF0t6+sLTXD7J6C8dnsjWanLBKRU603jfSwE0B7GXhpIMYE3sQ== X-Received: by 2002:a17:906:5e0b:: with SMTP id n11mr9473356eju.15.1595002389674; Fri, 17 Jul 2020 09:13:09 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id bw7sm8482283ejb.5.2020.07.17.09.13.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:08 -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/7] soc/tegra: Changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:12:57 +0200 Message-Id: <20200717161300.1661002-4-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com> References: <20200717161300.1661002-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-soc for you to fetch changes up to eb8bb7abbb0b22238b844578970f14fa982fc2b0: soc/tegra: fuse: Fix typo in APB MISC warning (2020-07-17 15:47:35 +0200) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.9-rc1 This adds missing SoC IDs for Tegra186 and Tegra194 and fixes a typo in a warning message. ---------------------------------------------------------------- Sandipan Patra (1): soc/tegra: fuse: Add Tegra186 and Tegra194 SoC IDs Thierry Reding (1): soc/tegra: fuse: Fix typo in APB MISC warning drivers/soc/tegra/fuse/tegra-apbmisc.c | 2 +- include/soc/tegra/fuse.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) From patchwork Fri Jul 17 16:12:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670673 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D0FE66C1 for ; Fri, 17 Jul 2020 16:13:14 +0000 (UTC) Received: by mail.kernel.org (Postfix) id CC6322083B; Fri, 17 Jul 2020 16:13:14 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f43.google.com (mail-ej1-f43.google.com [209.85.218.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 71EE32076A; Fri, 17 Jul 2020 16:13:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Pkcc/NDw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 71EE32076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ej1-f43.google.com with SMTP id n26so11473596ejx.0; Fri, 17 Jul 2020 09:13:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=+xyAYugjLKidsTcMm1VluxfqgNtEaXDDB9TvVOj2nRo=; b=Pkcc/NDwfldxnhAKBC/DwH+iqVaPAGyj91+6l6lokRmcJCVENjNMSDOWXX4H3VmmwJ CvH613WBqM3oY0+hkPUOzvdXO2VQgRbL+zG0YLNb+Mi0OqMyUocEDbTdhLMiAtsR17pi 3s/gqG1rZBeIKGE41b1EFctfAXsDQ+XkWTWrNGlGIGtCl+JMy+IdgSUt2ZWNIltaAgPf fxCb182Ee8mQwCVMnDnmanBYyLbuofHKm5MylZFt69+OD2fTb7uFGlHkKEpp7l8wDTFM HPUHfJOzYMHvYMnpZf/WUzJa/ynWtG0HzKSEFBWJ/SF4bJIbS64L9eG23kPv2r9VMYvG uugA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+xyAYugjLKidsTcMm1VluxfqgNtEaXDDB9TvVOj2nRo=; b=Vmi5SyRVBK2t+YZonIbNNMCuWqjVcXMgmSy+MNtWyOEqnEEbrzTUNaiVATG/LLndPS 7YdL7i11EL7vvssOol5w4uqWpNOZKkP+wboy/fzxwbywLXG+u0AMXGI49ie521XW8rLY kJ1PF6hNdJtugQzmr3WT7uMWr57xULvJSS/jYgUTft+XwMA4nxdSnxTFmjSt5TkSRCP5 I3W1LRxBkuXI+YNy0tZZqGYlNMaPQJiY+d5AS88ABgoIWitCBA3zKUTFfwR3C5rMPiuV 4GfgEsDCAnHj+sZT7N9kWoP1kouv2oMrso2VohWf96KoxWfD/aYSzdDQE5YXUmZ7PELh SgZQ== X-Gm-Message-State: AOAM532DjEYsPIB5GMttuQwTqEJUW1X0nqehydXn7fZRiJwpXJEF1YTK FFRnOZrik6sih6t4iCg1U2OLda0C X-Google-Smtp-Source: ABdhPJymZRxCiH0TeWeohiv+WghpT+DxHVjVbdYsFlM5DQfCegRk2Q7+LRm87Apdvk7Q0HjPsReHVw== X-Received: by 2002:a17:906:b888:: with SMTP id hb8mr6908985ejb.124.1595002392406; Fri, 17 Jul 2020 09:13:12 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id r6sm8168811ejd.55.2020.07.17.09.13.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:10 -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/7] ARM: tegra: Device tree changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:12:58 +0200 Message-Id: <20200717161300.1661002-5-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com> References: <20200717161300.1661002-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-arm-dt for you to fetch changes up to 2720008f4239cf36d57b8d0b3cb2a49d4368a378: ARM: tegra: Add device-tree for ASUS Google Nexus 7 (2020-07-16 14:21:31 +0200) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Device tree changes for v5.9-rc1 This adds device trees for the ASUS Google Nexus 7 and Acer Iconia Tab A500. In addition there are a slew of fixes to existing device trees in preparation for validating the DTBs against json-schema. ---------------------------------------------------------------- Dmitry Osipenko (2): ARM: tegra: Add device-tree for Acer Iconia Tab A500 ARM: tegra: Add device-tree for ASUS Google Nexus 7 Thierry Reding (36): ARM: tegra: Add missing clock-names for SDHCI on Tegra114 ARM: tegra: Remove simple clocks bus ARM: tegra: Remove simple regulators bus ARM: tegra: Remove battery-name property ARM: tegra: roth: Use the correct DSI/CSI supply ARM: tegra: tn7: Use the correct DSI/CSI supply ARM: tegra: Do not mark host1x as simple bus ARM: tegra: Add missing host1x properties ARM: tegra: gr2d is not backwards-compatible ARM: tegra: gr3d is not backwards-compatible ARM: tegra: The Tegra114 DC is not backwards-compatible ARM: tegra: Drop display controller parent clocks on Tegra124 ARM: tegra: Rename sdhci nodes to mmc ARM: tegra: Tegra114 SDHCI is not backwards-compatible ARM: tegra: Add missing #phy-cells property to USB PHYs ARM: tegra: Add missing #sound-dai-cells property to codecs ARM: tegra: Use standard name for Ethernet devices ARM: tegra: Use proper tuple notation ARM: tegra: Add micro-USB A/B port on Jetson TK1 ARM: tegra: Add missing panel power supplies ARM: tegra: Add #reset-cells to Tegra124 memory controller ARM: tegra: Fix order of XUSB controller clocks ARM: tegra: Add missing clock-names for SDHCI controllers ARM: tegra: Use proper unit-addresses for OPPs ARM: tegra: medcom-wide: Remove extra panel power supply ARM: tegra: Use numeric unit-addresses ARM: tegra: Use standard names for LED nodes ARM: tegra: seaboard: Use standard battery bindings ARM: tegra: Use standard names for SRAM nodes ARM: tegra: Add parent clock to DSI output ARM: tegra: Remove spurious comma from node name ARM: tegra: The Tegra30 DC is not backwards-compatible ARM: tegra: The Tegra30 SDHCI is not backwards-compatible ARM: tegra: Add i2c-bus subnode for DPAUX controllers ARM: tegra: Add missing DSI controller on Tegra30 ARM: tegra: Add HDMI supplies on Nyan boards arch/arm/boot/dts/Makefile | 4 + arch/arm/boot/dts/tegra114-dalmore.dts | 149 +- arch/arm/boot/dts/tegra114-roth.dts | 141 +- arch/arm/boot/dts/tegra114-tn7.dts | 84 +- arch/arm/boot/dts/tegra114.dtsi | 48 +- arch/arm/boot/dts/tegra124-apalis-eval.dts | 4 +- arch/arm/boot/dts/tegra124-apalis-v1.2-eval.dts | 4 +- arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi | 5 +- arch/arm/boot/dts/tegra124-apalis.dtsi | 5 +- arch/arm/boot/dts/tegra124-jetson-tk1.dts | 263 ++-- arch/arm/boot/dts/tegra124-nyan-big.dts | 3 +- arch/arm/boot/dts/tegra124-nyan-blaze.dts | 1 + arch/arm/boot/dts/tegra124-nyan.dtsi | 283 ++-- arch/arm/boot/dts/tegra124-venice2.dts | 284 ++-- arch/arm/boot/dts/tegra124.dtsi | 59 +- arch/arm/boot/dts/tegra20-acer-a500-picasso.dts | 1438 ++++++++++++++++++ arch/arm/boot/dts/tegra20-colibri-eval-v3.dts | 2 +- arch/arm/boot/dts/tegra20-colibri-iris.dts | 2 +- arch/arm/boot/dts/tegra20-cpu-opp-microvolt.dtsi | 98 +- arch/arm/boot/dts/tegra20-cpu-opp.dtsi | 98 +- arch/arm/boot/dts/tegra20-harmony.dts | 140 +- arch/arm/boot/dts/tegra20-medcom-wide.dts | 68 +- arch/arm/boot/dts/tegra20-paz00.dts | 61 +- arch/arm/boot/dts/tegra20-plutux.dts | 66 +- arch/arm/boot/dts/tegra20-seaboard.dts | 152 +- arch/arm/boot/dts/tegra20-tamonten.dtsi | 39 +- arch/arm/boot/dts/tegra20-tec.dts | 66 +- arch/arm/boot/dts/tegra20-trimslice.dts | 104 +- arch/arm/boot/dts/tegra20-ventana.dts | 106 +- arch/arm/boot/dts/tegra20.dtsi | 91 +- arch/arm/boot/dts/tegra30-apalis-eval.dts | 4 +- arch/arm/boot/dts/tegra30-apalis-v1.1-eval.dts | 8 +- arch/arm/boot/dts/tegra30-apalis-v1.1.dtsi | 5 +- arch/arm/boot/dts/tegra30-apalis.dtsi | 5 +- .../boot/dts/tegra30-asus-nexus7-grouper-E1565.dts | 9 + .../boot/dts/tegra30-asus-nexus7-grouper-PM269.dts | 9 + .../dts/tegra30-asus-nexus7-grouper-common.dtsi | 1232 +++++++++++++++ .../tegra30-asus-nexus7-grouper-maxim-pmic.dtsi | 185 +++ ...tegra30-asus-nexus7-grouper-memory-timings.dtsi | 1565 ++++++++++++++++++++ .../dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi | 149 ++ arch/arm/boot/dts/tegra30-asus-nexus7-grouper.dtsi | 149 ++ .../boot/dts/tegra30-asus-nexus7-tilapia-E1565.dts | 9 + ...tegra30-asus-nexus7-tilapia-memory-timings.dtsi | 325 ++++ arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi | 235 +++ arch/arm/boot/dts/tegra30-beaver.dts | 212 ++- arch/arm/boot/dts/tegra30-cardhu-a02.dts | 128 +- arch/arm/boot/dts/tegra30-cardhu-a04.dts | 149 +- arch/arm/boot/dts/tegra30-cardhu.dtsi | 280 ++-- arch/arm/boot/dts/tegra30-colibri-eval-v3.dts | 2 +- arch/arm/boot/dts/tegra30-colibri.dtsi | 5 +- arch/arm/boot/dts/tegra30-cpu-opp-microvolt.dtsi | 398 ++--- arch/arm/boot/dts/tegra30-cpu-opp.dtsi | 398 ++--- arch/arm/boot/dts/tegra30.dtsi | 117 +- 53 files changed, 7251 insertions(+), 2195 deletions(-) create mode 100644 arch/arm/boot/dts/tegra20-acer-a500-picasso.dts create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-E1565.dts create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-PM269.dts create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-maxim-pmic.dtsi create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-memory-timings.dtsi create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper-ti-pmic.dtsi create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-grouper.dtsi create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia-E1565.dts create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia-memory-timings.dtsi create mode 100644 arch/arm/boot/dts/tegra30-asus-nexus7-tilapia.dtsi From patchwork Fri Jul 17 16:12:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670675 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DEE6B60D for ; Fri, 17 Jul 2020 16:13:16 +0000 (UTC) Received: by mail.kernel.org (Postfix) id DA5C7208C7; Fri, 17 Jul 2020 16:13:16 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ej1-f66.google.com (mail-ej1-f66.google.com [209.85.218.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 986E42076A; Fri, 17 Jul 2020 16:13:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="Y9jh1LaI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 986E42076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ej1-f66.google.com with SMTP id rk21so11456125ejb.2; Fri, 17 Jul 2020 09:13:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=+/MdmslAL8XDkKUcwFjPqDr0PHJvjN1fSeVORGNgI0Q=; b=Y9jh1LaIEs854ygsBh3BPwxu/jNnd4OMPBYPWOtjGUe0UVApFXMouoskPgGDIlJJvY KsVdLzPIf8v1p5xgbk/lVRqLzweq4XreNseJJfP7gdvj60lDQ9wBsJ3v6nBC2pESbqzo WpGAnCwh2qmXeZdmdP2d/FQ05JZJzqoy3CZcncTg45zX1jghVAvyv/Q62JGp52GdiYeO cnEoYNM1YycgN4qcCOWY/qPwJ2x74fB3NZZiCjRh8TZrof/xrYm86G1g+aOQz9Fb8To1 XkcM7pFzLp5e7Rzz18YYq08Tm3rFe8wleEB/Y+jZlL2EGV9Hpx1s0cxdo6Jft+qSDK8A U+xA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=+/MdmslAL8XDkKUcwFjPqDr0PHJvjN1fSeVORGNgI0Q=; b=hFoYXcWwd0mQnc/yKCzfnRRgLzxZxgjozRNx1UJ3kvhzKomuFzDRjvkcXVCjDppWhv t82w6HrHg0fRSnyAHvjrGx+G9YQvTWSPJkvmLsaSym2hZGCUBiNBskONaJdDsqvXoOXz iI/JWwX0JHeHoA6AIIAUk87pTcI1tHzaZzeW6pVdiYevqGNJkf7gF6MxGXPYBzFrsEwT wpn5PMH+Et7kS8gyZIkkXTB1ZXokZMACv0da2hgEohvc3duIT/8YsbMj9HXDfuzxyxYj W7Z9IF1I0lkXM/Zz+2prkuJmVNxWxWzmwdY9oVVSJ27wK5Ju0YNqcqpIMXzJdfbeEbhn 8rZw== X-Gm-Message-State: AOAM530/JxnlLbxcsIIbuCCVbzplEX5dwpmySxFfm+E5uvEsSaYICmzY CLNDPivsvLghjfBYQ0RT0X5+/sl+ X-Google-Smtp-Source: ABdhPJxlad2HXjREhA60i10nlG8YZlbg1MRva5xRRMydTx+ENksKaK/79v2RUz3Afml6mzdn6ekX3Q== X-Received: by 2002:a17:906:86d4:: with SMTP id j20mr9940467ejy.68.1595002394516; Fri, 17 Jul 2020 09:13:14 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id o15sm8573329edv.55.2020.07.17.09.13.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:13 -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/7] ARM: tegra: Default configuration changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:12:59 +0200 Message-Id: <20200717161300.1661002-6-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com> References: <20200717161300.1661002-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-arm-defconfig for you to fetch changes up to 3a3cb021b0380e2cbf7e1d158c37402874b54a9a: ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500 (2020-07-16 14:22:41 +0200) Thanks, Thierry ---------------------------------------------------------------- ARM: tegra: Default configuration changes for v5.9-rc1 Enables a few new configuration options that are useful on the new Nexus 7 and Acer A500 devices, as well as the userspace CPU frequency governor that's mainly used for testing. ---------------------------------------------------------------- Dmitry Osipenko (1): ARM: tegra_defconfig: Enable options useful for Nexus 7 and Acer A500 Jon Hunter (1): ARM: tegra: Enable CPUFREQ userspace governor arch/arm/configs/tegra_defconfig | 43 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) From patchwork Fri Jul 17 16:13:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 11670677 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C91956C1 for ; Fri, 17 Jul 2020 16:13:19 +0000 (UTC) Received: by mail.kernel.org (Postfix) id C3BF920775; Fri, 17 Jul 2020 16:13:19 +0000 (UTC) Delivered-To: soc@kernel.org Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 68D342076A; Fri, 17 Jul 2020 16:13:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="CsIrej6E" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 68D342076A Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=thierry.reding@gmail.com Received: by mail-ed1-f44.google.com with SMTP id h28so8167413edz.0; Fri, 17 Jul 2020 09:13:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=7h4gsXGMOxrqCi+GYe022LD+RXp27DxUtOtRLuYj4kA=; b=CsIrej6Ehi2Va70CGC1IEx1LpfrZl1V1cx4ynrNCzxsoldOd6y0U4EZErClj3fA6zZ K/D6DfcmMPaA+7nuJyrKloVJ3ymqIpA/bmjaaxE/feIaDeW+Rw5TYfQ/3Vxh/caV33WN tLrVnG7Qyn+iIShbGqaJzc/b0pig1Sw2dGF2EacY+2XUa/cR8DG+QfHBPv43WdHSLYIa LXkUanyC8xL6eaPP7r/iZi3/Fzs3MPQfnNStG50b27ZvDKP3Cl/v8FXnnvnZl/JFdqwc pgNIjyDgjNS4U233qh7v/Q/kY8LXQAyRehbw8jgzyUkdXwTPatBbXaotUFpCsi0Jl4Qu zKrg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7h4gsXGMOxrqCi+GYe022LD+RXp27DxUtOtRLuYj4kA=; b=Axmv2B1g/IYgqlez1s+FVYhvh8k277vMEhSrtKG9O6O5C1fJ5/DKziQg4cVseGidG4 UnRBBEUtSlLW5Igkntj+Sa7YFdozl0pOXsHw3qltXX4QBGIi8GcL1P4OrOpf3WiVRCC9 A9/y9zaK591neNsY+ZCHLc+oIudm0p5ji1cfWLGquSsKT33NUL/+zOBDDeM4wzOuGrZe ksCxjNEbxgxma87K4HE5MVdAJqZosBSeakgcvaLBBkaN4bZbtgNlFmIg8i34VVuIyPs2 2dfwevEeXW8m7Jza0Qt9SUOSQatuoC6sDMe4ZyBfu+6efbdWgtpRU0O3XwgKRglZwYLu //rQ== X-Gm-Message-State: AOAM531YnZ65/WC8wzOt4oTaiLT/wlAZGDan2BvYFWaQAObOhBMgr877 feT9DtkWVnJZXDGkht+b1dFi87dk X-Google-Smtp-Source: ABdhPJzLYizkqkFySZysCNdfVJvbPowe5rQ68SKcyRsiDtbV9IUdb3Lm8JxhEmlWmumtPgFclnID9A== X-Received: by 2002:a05:6402:b84:: with SMTP id cf4mr9661986edb.21.1595002397158; Fri, 17 Jul 2020 09:13:17 -0700 (PDT) Received: from localhost ([62.96.65.119]) by smtp.gmail.com with ESMTPSA id b14sm8160792ejg.18.2020.07.17.09.13.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 09:13:15 -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 7/7] arm64: tegra: Device tree changes for v5.9-rc1 Date: Fri, 17 Jul 2020 18:13:00 +0200 Message-Id: <20200717161300.1661002-7-thierry.reding@gmail.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200717161300.1661002-1-thierry.reding@gmail.com> References: <20200717161300.1661002-1-thierry.reding@gmail.com> MIME-Version: 1.0 Hi ARM SoC maintainers, The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.9-arm64-dt for you to fetch changes up to 0f134e39ae651ff3b77c44de387ee1c49d63e99b: arm64: tegra: Add the GPU on Tegra194 (2020-07-17 16:14:17 +0200) Thanks, Thierry ---------------------------------------------------------------- arm64: tegra: Device tree changes for v5.9-rc1 This contains a slew of fixes in preparation for validating device trees against json-schema bindings. In addition, this enables the CPU complex (for CPU frequency scaling) and GPU on Tegra194. ---------------------------------------------------------------- Jon Hunter (3): arm64: tegra: Add support for Jetson Xavier NX arm64: tegra: Enable DFLL support on Jetson Nano arm64: tegra: Populate VBUS for USB3 on Jetson TX2 Sowjanya Komatineni (3): arm64: tegra: jetson-tx1: Add camera supplies arm64: tegra: Enable Tegra VI CSI support for Jetson Nano arm64: tegra: Add missing clocks and power-domains to Tegra210 VI I2C Sumit Gupta (1): arm64: tegra: Add compatible string for Tegra194 CPU complex Thierry Reding (48): arm64: tegra: Add missing #phy-cells property on Jetson TX2 arm64: tegra: Add missing #phy-cells property on Jetson AGX Xavier arm64: tegra: Fix #address-cells/#size-cells for SRAM on Tegra186 arm64: tegra: Use standard notation for interrupts arm64: tegra: Remove extra compatible for Tegra194 SDHCI arm64: tegra: Remove extra compatible for Tegra210 SDHCI arm64: tegra: Describe interconnect paths on Tegra186 arm64: tegra: Describe interconnect paths on Tegra194 arm64: tegra: Add interrupt for Tegra194 memory controller arm64: tegra: Add Tegra132 compatible string for host1x arm64: tegra: Add interrupt-names for host1x arm64: tegra: Remove parent clock from display controllers arm64: tegra: Fixup I/O and PLL supply names for HDMI/DP arm64: tegra: Add unit-address to memory node arm64: tegra: Rename sdhci nodes to mmc arm64: tegra: Enable XUSB on Norrin arm64: tegra: Remove undocumented battery-name property arm64: tegra: Remove simple clocks bus arm64: tegra: Remove simple regulators bus arm64: tegra: norrin: Add missing panel power supply arm64: tegra: Use proper tuple notation arm64: tegra: Do not mark host1x as simple bus arm64: tegra: Use sor0_out clock on Tegra132 arm64: tegra: Tegra132 EMC is not compatible with Tegra124 arm64: tegra: Add missing #phy-cells property to USB PHYs arm64: tegra: Remove unneeded power supplies arm64: tegra: Update USB connector nodes arm64: tegra: Use standard EEPROM properties arm64: tegra: Remove XUSB pad controller interrupt from XUSB node arm64: tegra: Fix {clock,reset}-names ordering arm64: tegra: Do not mark display hub as simple bus arm64: tegra: Use standard names for SRAM nodes arm64: tegra: Remove unused interrupts from Tegra194 AON GPIO arm64: tegra: Fix indentation in Tegra132 device tree arm64: tegra: Fix indentation in Tegra194 device tree arm64: tegra: Rename agic -> interrupt-controller arm64: tegra: Various fixes for PMICs arm64: tegra: Sort nodes by unit-address on Jetson Nano arm64: tegra: Rename cbb@0 to bus@0 on Tegra194 arm64: tegra: Fix order of XUSB controller clocks arm64: tegra: Remove spurious tabs arm64: tegra: Sort aliases alphabetically arm64: tegra: Add i2c-bus subnode for DPAUX controllers arm64: tegra: Fix compatible string for DPAUX on Tegra210 arm64: tegra: Add clocks and resets for ISP on Tegra210 arm64: tegra: Add #{address,size}-cells for VI I2C on Tegra210 arm64: tegra: Add HDMI supplies on Norrin arm64: tegra: Add the GPU on Tegra194 Vidya Sagar (1): arm64: tegra: Re-order PCIe aperture mappings arch/arm64/boot/dts/nvidia/Makefile | 1 + arch/arm64/boot/dts/nvidia/tegra132-norrin.dts | 399 +++++++++++--------- arch/arm64/boot/dts/nvidia/tegra132.dtsi | 205 ++++++++-- arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 111 +++--- arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 80 ++-- arch/arm64/boot/dts/nvidia/tegra186.dtsi | 124 ++++-- arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 125 +++---- arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dts | 16 +- .../dts/nvidia/tegra194-p3509-0000+p3668-0000.dts | 331 ++++++++++++++++ .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 290 +++++++++++++++ arch/arm64/boot/dts/nvidia/tegra194.dtsi | 280 +++++++++----- arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 46 +-- arch/arm64/boot/dts/nvidia/tegra210-p2371-2180.dts | 6 +- arch/arm64/boot/dts/nvidia/tegra210-p2530.dtsi | 19 +- arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 330 ++++++++-------- arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 414 ++++++++++----------- arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 277 ++++++++------ arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 171 ++++----- arch/arm64/boot/dts/nvidia/tegra210.dtsi | 72 ++-- 19 files changed, 2107 insertions(+), 1190 deletions(-) create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3509-0000+p3668-0000.dts create mode 100644 arch/arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi