dt-bindings: Add headers for NVDEC on Tegra234
authorMikko Perttunen <mperttunen@nvidia.com>
Tue, 20 Sep 2022 08:11:57 +0000 (11:11 +0300)
committerThierry Reding <treding@nvidia.com>
Mon, 24 Oct 2022 12:53:35 +0000 (14:53 +0200)
Add clock, memory controller, powergate and reset dt-binding headers
necessary for NVDEC.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
include/dt-bindings/clock/tegra234-clock.h
include/dt-bindings/memory/tegra234-mc.h
include/dt-bindings/power/tegra234-powergate.h
include/dt-bindings/reset/tegra234-reset.h

index 173364a..56708bd 100644 (file)
@@ -82,6 +82,8 @@
 #define TEGRA234_CLK_I2S6                      66U
 /** @brief clock recovered from I2S6 input */
 #define TEGRA234_CLK_I2S6_SYNC_INPUT           67U
+/** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_NVDEC */
+#define TEGRA234_CLK_NVDEC                     83U
 /** PLL controlled by CLK_RST_CONTROLLER_PLLA_BASE for use by audio clocks */
 #define TEGRA234_CLK_PLLA                      93U
 /** @brief PLLP clk output */
 #define TEGRA234_CLK_SYNC_I2S5                 149U
 /** @brief output of mux controlled by CLK_RST_CONTROLLER_AUDIO_SYNC_CLK_I2S6 */
 #define TEGRA234_CLK_SYNC_I2S6                 150U
+/** output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_PKA */
+#define TEGRA234_CLK_TSEC_PKA                  154U
 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_UARTA */
 #define TEGRA234_CLK_UARTA                     155U
 /** @brief output of gate CLK_ENB_PEX1_CORE_6 */
index bd71cc1..d9b21b6 100644 (file)
@@ -32,6 +32,7 @@
 #define TEGRA234_SID_PCIE10    0x0b
 #define TEGRA234_SID_BPMP      0x10
 #define TEGRA234_SID_HOST1X    0x27
+#define TEGRA234_SID_NVDEC     0x29
 #define TEGRA234_SID_VIC       0x34
 
 /* Shared stream IDs */
 #define TEGRA234_MEMORY_CLIENT_SDMMCWAB 0x67
 #define TEGRA234_MEMORY_CLIENT_VICSRD 0x6c
 #define TEGRA234_MEMORY_CLIENT_VICSWR 0x6d
+#define TEGRA234_MEMORY_CLIENT_NVDECSRD 0x78
+#define TEGRA234_MEMORY_CLIENT_NVDECSWR 0x79
 /* BPMP read client */
 #define TEGRA234_MEMORY_CLIENT_BPMPR 0x93
 /* BPMP write client */
index ae9286c..73b1321 100644 (file)
@@ -19,6 +19,7 @@
 #define TEGRA234_POWER_DOMAIN_MGBEB    18U
 #define TEGRA234_POWER_DOMAIN_MGBEC    19U
 #define TEGRA234_POWER_DOMAIN_MGBED    20U
+#define TEGRA234_POWER_DOMAIN_NVDEC    23U
 #define TEGRA234_POWER_DOMAIN_VIC      29U
 
 #endif
index d48d22b..139a978 100644 (file)
@@ -30,6 +30,7 @@
 #define TEGRA234_RESET_I2C7                    33U
 #define TEGRA234_RESET_I2C8                    34U
 #define TEGRA234_RESET_I2C9                    35U
+#define TEGRA234_RESET_NVDEC                   44U
 #define TEGRA234_RESET_MGBE0_PCS               45U
 #define TEGRA234_RESET_MGBE0_MAC               46U
 #define TEGRA234_RESET_MGBE1_PCS               49U