Hi ARM SoC maintainers, The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.20-dt-bindings for you to fetch changes up to 015a166368d72e3bd22368aa9fc793db953ec9c4: dt-bindings: tegra-ccplex-cluster: Remove status from required properties (2022-07-08 16:50:30 +0200) Thanks, Thierry ---------------------------------------------------------------- dt-bindings: Changes for v5.20-rc1 These changes add clock, reset, memory client and power domain definitions for various devices found on Tegra234 along with a few device tree bindings for new hardware. ---------------------------------------------------------------- Akhil R (1): dt-bindings: Add headers for Tegra234 GPCDMA Kartik (1): dt-bindings: timer: Add Tegra186 & Tegra234 Timer Mikko Perttunen (1): dt-bindings: Add headers for Host1x and VIC on Tegra234 Sumit Gupta (3): dt-bindings: arm: tegra: Add NVIDIA Tegra194 CBB 1.0 binding dt-bindings: arm: tegra: Add NVIDIA Tegra194 AXI2APB binding dt-bindings: arm: tegra: Add NVIDIA Tegra234 CBB 2.0 binding Thierry Reding (4): dt-bindings: power: Add Tegra234 MGBE power domains dt-bindings: Add Tegra234 MGBE clocks and resets dt-bindings: memory: Add Tegra234 MGBE memory clients dt-bindings: tegra-ccplex-cluster: Remove status from required properties .../arm/tegra/nvidia,tegra-ccplex-cluster.yaml | 1 - .../arm/tegra/nvidia,tegra194-axi2apb.yaml | 40 ++++++++ .../bindings/arm/tegra/nvidia,tegra194-cbb.yaml | 97 ++++++++++++++++++ .../bindings/arm/tegra/nvidia,tegra234-cbb.yaml | 74 ++++++++++++++ .../bindings/timer/nvidia,tegra186-timer.yaml | 109 +++++++++++++++++++++ include/dt-bindings/clock/tegra234-clock.h | 105 ++++++++++++++++++++ include/dt-bindings/memory/tegra234-mc.h | 26 +++++ include/dt-bindings/power/tegra234-powergate.h | 2 + include/dt-bindings/reset/tegra234-reset.h | 10 ++ 9 files changed, 463 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-axi2apb.yaml create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra194-cbb.yaml create mode 100644 Documentation/devicetree/bindings/arm/tegra/nvidia,tegra234-cbb.yaml create mode 100644 Documentation/devicetree/bindings/timer/nvidia,tegra186-timer.yaml