From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
Jon Hunter <jonathanh@nvidia.com>,
linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 4/8] dt-bindings: Changes for v6.2-rc1
Date: Sat, 19 Nov 2022 02:20:21 +0100 [thread overview]
Message-ID: <20221119012025.3968358-4-thierry.reding@gmail.com> (raw)
In-Reply-To: <20221119012025.3968358-1-thierry.reding@gmail.com>
Hi ARM SoC maintainers,
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-dt-bindings
for you to fetch changes up to 9c812445df0507aa30ddb511a777fc5dd981eb66:
dt-bindings: usb: tegra-xusb: Convert to json-schema (2022-11-18 23:58:45 +0100)
Thanks,
Thierry
----------------------------------------------------------------
dt-bindings: Changes for v6.2-rc1
New memory client IDs and IOMMU stream IDs, as well as new compatible
strings are introduced to support more hardware on Tegra234. Some device
tree bindings are converted to json-schema to allow formal validation.
----------------------------------------------------------------
Jon Hunter (2):
dt-bindings: tegra: Update headers for Tegra234
dt-bindings: memory: Fix typos and definitions for Tegra
Mikko Perttunen (2):
dt-bindings: Add headers for NVDEC on Tegra234
dt-bindings: Add bindings for Tegra234 NVDEC
Sandipan Patra (1):
dt-bindings: pwm: tegra: Document Tegra234 PWM
Thierry Reding (4):
dt-bindings: pinctrl: tegra: Convert to json-schema
dt-bindings: pinctrl: tegra194: Separate instances
dt-bindings: pwm: tegra: Convert to json-schema
dt-bindings: usb: tegra-xusb: Convert to json-schema
Vidya Sagar (1):
dt-bindings: PCI: tegra234: Add ECAM support
.../bindings/clock/nvidia,tegra124-dfll.txt | 2 +-
.../bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml | 156 +++++
.../bindings/pci/nvidia,tegra194-pcie.yaml | 34 +-
.../devicetree/bindings/pci/snps,dw-pcie.yaml | 2 +-
.../pinctrl/nvidia,tegra-pinmux-common.yaml | 178 ++++++
.../bindings/pinctrl/nvidia,tegra114-pinmux.txt | 131 -----
.../bindings/pinctrl/nvidia,tegra114-pinmux.yaml | 155 +++++
.../bindings/pinctrl/nvidia,tegra124-pinmux.txt | 153 -----
.../bindings/pinctrl/nvidia,tegra124-pinmux.yaml | 176 ++++++
.../bindings/pinctrl/nvidia,tegra194-pinmux.txt | 107 ----
.../bindings/pinctrl/nvidia,tegra194-pinmux.yaml | 284 +++++++++
.../bindings/pinctrl/nvidia,tegra20-pinmux.txt | 143 -----
.../bindings/pinctrl/nvidia,tegra20-pinmux.yaml | 112 ++++
.../bindings/pinctrl/nvidia,tegra210-pinmux.txt | 166 ------
.../bindings/pinctrl/nvidia,tegra210-pinmux.yaml | 142 +++++
.../bindings/pinctrl/nvidia,tegra30-pinmux.txt | 144 -----
.../bindings/pinctrl/nvidia,tegra30-pinmux.yaml | 176 ++++++
.../devicetree/bindings/pwm/nvidia,tegra20-pwm.txt | 77 ---
.../bindings/pwm/nvidia,tegra20-pwm.yaml | 96 ++++
.../bindings/usb/nvidia,tegra124-xusb.txt | 132 -----
.../bindings/usb/nvidia,tegra124-xusb.yaml | 202 +++++++
.../bindings/usb/nvidia,tegra186-xusb.yaml | 173 ++++++
.../bindings/usb/nvidia,tegra194-xusb.yaml | 179 ++++++
.../bindings/usb/nvidia,tegra210-xusb.yaml | 199 +++++++
include/dt-bindings/clock/tegra234-clock.h | 639 ++++++++++++++++++++-
include/dt-bindings/memory/tegra234-mc.h | 440 +++++++++++++-
include/dt-bindings/power/tegra234-powergate.h | 15 +
include/dt-bindings/reset/tegra234-reset.h | 111 +++-
28 files changed, 3437 insertions(+), 1087 deletions(-)
create mode 100644 Documentation/devicetree/bindings/gpu/host1x/nvidia,tegra234-nvdec.yaml
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra-pinmux-common.yaml
delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra114-pinmux.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra114-pinmux.yaml
delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-pinmux.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-pinmux.yaml
delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra194-pinmux.yaml
delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra20-pinmux.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra20-pinmux.yaml
delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra210-pinmux.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra210-pinmux.yaml
delete mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra30-pinmux.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra30-pinmux.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
create mode 100644 Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml
delete mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.txt
create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra124-xusb.yaml
create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra186-xusb.yaml
create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra194-xusb.yaml
create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra210-xusb.yaml
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-19 1:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-19 1:20 [GIT PULL 1/8] soc/tegra: Changes for v6.2-rc1 Thierry Reding
2022-11-19 1:20 ` [GIT PULL 2/8] firmware: tegra: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 3/8] clk: " Thierry Reding
2022-11-19 1:20 ` Thierry Reding [this message]
2022-11-21 12:10 ` [GIT PULL 4/8] dt-bindings: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 5/8] memory: tegra: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 6/8] ARM: tegra: Device tree changes " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 7/8] arm64: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 8/8] arm64: tegra: Default configuration updates " Thierry Reding
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221119012025.3968358-4-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=arm@kernel.org \
--cc=jonathanh@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-tegra@vger.kernel.org \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox