]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ARM: tegra: Add PLL_M_UD and PLL_C_UD to tegra124-car binding header
authorMikko Perttunen <mperttunen@nvidia.com>
Fri, 11 Jul 2014 14:18:28 +0000 (17:18 +0300)
committerPeter De Schrijver <pdeschrijver@nvidia.com>
Thu, 18 Sep 2014 10:57:06 +0000 (13:57 +0300)
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>
include/dt-bindings/clock/tegra124-car.h

index 8a4c5892890f3c587e48dbd4d6de942e0c4a3820..6bac637fd635d16717b027b136ba70bba465276b 100644 (file)
 #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 */