diff options
author | Jingchang Lu <b35083@freescale.com> | 2013-11-08 18:01:53 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-12-09 13:18:31 +0800 |
commit | daaff6e95b435ae691e6004b5dcfb13c71c1cd45 (patch) | |
tree | f28ab713e22ff95743758bc20039ea368f5f289b /include/dt-bindings | |
parent | 9b015e5a95c54171b72b83e7d4ffb60489d867b4 (diff) | |
download | linux-daaff6e95b435ae691e6004b5dcfb13c71c1cd45.tar.bz2 |
ARM: imx: Add DMAMUX clock for Vybrid vf610 SoC
Signed-off-by: Jingchang Lu <b35083@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r-- | include/dt-bindings/clock/vf610-clock.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/dt-bindings/clock/vf610-clock.h b/include/dt-bindings/clock/vf610-clock.h index 4aa2b48cd151..a91602951d3d 100644 --- a/include/dt-bindings/clock/vf610-clock.h +++ b/include/dt-bindings/clock/vf610-clock.h @@ -160,6 +160,10 @@ #define VF610_CLK_GPU2D 147 #define VF610_CLK_ENET0 148 #define VF610_CLK_ENET1 149 -#define VF610_CLK_END 150 +#define VF610_CLK_DMAMUX0 150 +#define VF610_CLK_DMAMUX1 151 +#define VF610_CLK_DMAMUX2 152 +#define VF610_CLK_DMAMUX3 153 +#define VF610_CLK_END 154 #endif /* __DT_BINDINGS_CLOCK_VF610_H */ |