diff options
| author | Svyatoslav Ryhel <clamor95@gmail.com> | 2025-09-06 16:53:23 +0300 |
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2025-09-11 18:03:10 +0200 |
| commit | fc02f529a8dbf617f6d211cb693f56a842b6dbe5 (patch) | |
| tree | aa1f53c7a9d45f1d2f25031f9f1341a1986b09bc /include/dt-bindings/clock | |
| parent | dt-bindings: display: tegra: Move avdd-dsi-csi-supply from VI to CSI (diff) | |
| download | linux-fc02f529a8dbf617f6d211cb693f56a842b6dbe5.tar.gz linux-fc02f529a8dbf617f6d211cb693f56a842b6dbe5.zip | |
dt-bindings: clock: tegra30: Add IDs for CSI pad clocks
Tegra30 has CSI pad clock enable bits embedded into PLLD/PLLD2 registers.
Add ids for these clocks. Additionally, move TEGRA30_CLK_CLK_MAX into
clk-tegra30 source.
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'include/dt-bindings/clock')
| -rw-r--r-- | include/dt-bindings/clock/tegra30-car.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/tegra30-car.h b/include/dt-bindings/clock/tegra30-car.h index f193663e6f28..763b81f80908 100644 --- a/include/dt-bindings/clock/tegra30-car.h +++ b/include/dt-bindings/clock/tegra30-car.h @@ -271,6 +271,7 @@ #define TEGRA30_CLK_AUDIO3_MUX 306 #define TEGRA30_CLK_AUDIO4_MUX 307 #define TEGRA30_CLK_SPDIF_MUX 308 -#define TEGRA30_CLK_CLK_MAX 309 +#define TEGRA30_CLK_CSIA_PAD 309 +#define TEGRA30_CLK_CSIB_PAD 310 #endif /* _DT_BINDINGS_CLOCK_TEGRA30_CAR_H */ |
