Message ID | 20200309194254.29009-14-lkundrak@v3.sk (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | clk: mmp2: MMP2 CLK Update | expand |
Quoting Lubomir Rintel (2020-03-09 12:42:50) > There seems to be a single thermal sensor block on MMP2 and a couple > more on MMP3. Add definitions for their respective clocks. > > Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> > > --- Applied to clk-next
diff --git a/include/dt-bindings/clock/marvell,mmp2.h b/include/dt-bindings/clock/marvell,mmp2.h index dd5067bd92f22..2793fdf300066 100644 --- a/include/dt-bindings/clock/marvell,mmp2.h +++ b/include/dt-bindings/clock/marvell,mmp2.h @@ -53,6 +53,10 @@ #define MMP2_CLK_SSP2 79 #define MMP2_CLK_SSP3 80 #define MMP2_CLK_TIMER 81 +#define MMP2_CLK_THERMAL0 82 +#define MMP3_CLK_THERMAL1 83 +#define MMP3_CLK_THERMAL2 84 +#define MMP3_CLK_THERMAL3 85 /* axi periphrals */ #define MMP2_CLK_SDH0 101
There seems to be a single thermal sensor block on MMP2 and a couple more on MMP3. Add definitions for their respective clocks. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk> --- Changes since v1: - Added this patch include/dt-bindings/clock/marvell,mmp2.h | 4 ++++ 1 file changed, 4 insertions(+)