Skip to content

Commit

Permalink
ARM: tegra: Add PLL_M_UD and PLL_C_UD to tegra124-car binding header
Browse files Browse the repository at this point in the history
Add these clocks to the binding header so that EMC timings that have
them as parent can refer to the clocks.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
  • Loading branch information
Mikko Perttunen authored and Peter De Schrijver committed Sep 18, 2014
1 parent 9e82bf0 commit d364a77
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion include/dt-bindings/clock/tegra124-car.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@
#define TEGRA124_CLK_DSIB_MUX 310
#define TEGRA124_CLK_SOR0_LVDS 311
#define TEGRA124_CLK_XUSB_SS_DIV2 312
#define TEGRA124_CLK_CLK_MAX 313

#define TEGRA124_CLK_PLL_M_UD 313
#define TEGRA124_CLK_PLL_C_UD 314

#define TEGRA124_CLK_CLK_MAX 315

#endif /* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */

0 comments on commit d364a77

Please sign in to comment.