Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Svyatoslav Ryhel and committed by
Thierry Reding
fc02f529 6b670e53

+3 -1
+1
drivers/clk/tegra/clk-tegra30.c
··· 53 53 #define SYSTEM_CLK_RATE 0x030 54 54 55 55 #define TEGRA30_CLK_PERIPH_BANKS 5 56 + #define TEGRA30_CLK_CLK_MAX 311 56 57 57 58 #define PLLC_BASE 0x80 58 59 #define PLLC_MISC 0x8c
+2 -1
include/dt-bindings/clock/tegra30-car.h
··· 271 271 #define TEGRA30_CLK_AUDIO3_MUX 306 272 272 #define TEGRA30_CLK_AUDIO4_MUX 307 273 273 #define TEGRA30_CLK_SPDIF_MUX 308 274 - #define TEGRA30_CLK_CLK_MAX 309 274 + #define TEGRA30_CLK_CSIA_PAD 309 275 + #define TEGRA30_CLK_CSIB_PAD 310 275 276 276 277 #endif /* _DT_BINDINGS_CLOCK_TEGRA30_CAR_H */