[PATCH v2 03/11] dt-bindings: soc: tegra-pmc: Add id for Tegra PMC blink control

From: Sowjanya Komatineni
Date: Wed Nov 27 2019 - 00:00:00 EST


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 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/include/dt-bindings/soc/tegra-pmc.h b/include/dt-bindings/soc/tegra-pmc.h
index 705ee8083070..6fe28516017e 100644
--- a/include/dt-bindings/soc/tegra-pmc.h
+++ b/include/dt-bindings/soc/tegra-pmc.h
@@ -12,7 +12,8 @@
#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

-#define TEGRA_PMC_CLK_MAX 6
+#define TEGRA_PMC_CLK_MAX 7

#endif /* _DT_BINDINGS_SOC_TEGRA_PMC_H */
--
2.7.4