diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2020-05-20 01:41:41 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2020-05-28 03:55:11 +0300 |
commit | edcec4a8691966962f3213089516bf00a5dc4f5c (patch) | |
tree | 6e6d6ba331584c1dcf58f2d6a220beb7f25a6b6e /include/dt-bindings/clock/marvell,mmp2.h | |
parent | 5278acc4418bad18ed677952ca7cd56ce312a87d (diff) | |
download | linux-edcec4a8691966962f3213089516bf00a5dc4f5c.tar.xz |
dt-bindings: marvell,mmp2: Add clock id for the I2S clocks
There are two of these on a MMP2.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lkml.kernel.org/r/20200519224151.2074597-4-lkundrak@v3.sk
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/dt-bindings/clock/marvell,mmp2.h')
-rw-r--r-- | include/dt-bindings/clock/marvell,mmp2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/clock/marvell,mmp2.h b/include/dt-bindings/clock/marvell,mmp2.h index 06bb7fe4c62f..5b083f42811e 100644 --- a/include/dt-bindings/clock/marvell,mmp2.h +++ b/include/dt-bindings/clock/marvell,mmp2.h @@ -29,6 +29,8 @@ #define MMP3_CLK_PLL1_P 28 #define MMP3_CLK_PLL2_P 29 #define MMP3_CLK_PLL3 30 +#define MMP2_CLK_I2S0 31 +#define MMP2_CLK_I2S1 32 /* apb periphrals */ #define MMP2_CLK_TWSI0 60 |