Tegra PMC has a blinking control to output 32 KHz clock to blink pin. This patch adds id for this blink control to use for enabling or disabling the blink output through devicetree. Signed-off-by: Sowjanya Komatineni <skomatineni@xxxxxxxxxx> --- include/dt-bindings/soc/tegra-pmc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/soc/tegra-pmc.h b/include/dt-bindings/soc/tegra-pmc.h index fa1ccfc2514b..bcb24e17981f 100644 --- a/include/dt-bindings/soc/tegra-pmc.h +++ b/include/dt-bindings/soc/tegra-pmc.h @@ -12,5 +12,6 @@ #define TEGRA_PMC_CLK_OUT_2 3 #define TEGRA_PMC_CLK_OUT_3_MUX 4 #define TEGRA_PMC_CLK_OUT_3 5 +#define TEGRA_PMC_CLK_BLINK 6 #endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */ -- 2.7.4