mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
6b670e53ac
commit
fc02f529a8
|
|
@ -53,6 +53,7 @@
|
|||
#define SYSTEM_CLK_RATE 0x030
|
||||
|
||||
#define TEGRA30_CLK_PERIPH_BANKS 5
|
||||
#define TEGRA30_CLK_CLK_MAX 311
|
||||
|
||||
#define PLLC_BASE 0x80
|
||||
#define PLLC_MISC 0x8c
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue