Skip to content

Commit 8c2427b

Browse files
lkundrakbebarino
authored andcommitted
clk: mmp2: Move thermal register defines up a bit
A trivial change to keep the sorting sane. The APBC registers are happier when they are grouped together, instead of mixed with the APMU ones. Signed-off-by: Lubomir Rintel <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent c227df7 commit 8c2427b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/clk/mmp/clk-of-mmp2.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@
4545
#define APBC_SSP1 0x54
4646
#define APBC_SSP2 0x58
4747
#define APBC_SSP3 0x5c
48+
#define APBC_THERMAL0 0x90
49+
#define APBC_THERMAL1 0x98
50+
#define APBC_THERMAL2 0x9c
51+
#define APBC_THERMAL3 0xa0
4852
#define APMU_SDH0 0x54
4953
#define APMU_SDH1 0x58
5054
#define APMU_SDH2 0xe8
@@ -55,10 +59,6 @@
5559
#define APMU_DISP1 0x110
5660
#define APMU_CCIC0 0x50
5761
#define APMU_CCIC1 0xf4
58-
#define APBC_THERMAL0 0x90
59-
#define APBC_THERMAL1 0x98
60-
#define APBC_THERMAL2 0x9c
61-
#define APBC_THERMAL3 0xa0
6262
#define APMU_USBHSIC0 0xf8
6363
#define APMU_USBHSIC1 0xfc
6464
#define APMU_GPU 0xcc

0 commit comments

Comments
 (0)