summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7
diff options
context:
space:
mode:
authorEric Nelson <eric@nelint.com>2017-08-31 08:34:23 -0700
committerStefano Babic <sbabic@denx.de>2017-09-18 17:15:28 +0200
commit8590786acfc3d2afb46f739c2e72b98ef3d9e172 (patch)
tree2d789f16034cc43bc38fca308718830976f33136 /arch/arm/include/asm/arch-mx7
parente203dcf23e9eabc2e4f3d0b079457cd1516f2081 (diff)
imx: imx7d: remove CamelCase from ENET_xMHz macros
Update these macros to use all upper-case to avoid checkpatch warnings: ENET_25MHz, ENET_50MHz, ENET_125MHz, Signed-off-by: Eric Nelson <eric@nelint.com> Reviewed-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7')
-rw-r--r--arch/arm/include/asm/arch-mx7/clock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/include/asm/arch-mx7/clock.h b/arch/arm/include/asm/arch-mx7/clock.h
index 688d2361df..3b115ad57c 100644
--- a/arch/arm/include/asm/arch-mx7/clock.h
+++ b/arch/arm/include/asm/arch-mx7/clock.h
@@ -318,9 +318,9 @@ struct clk_root_map {
};
enum enet_freq {
- ENET_25MHz,
- ENET_50MHz,
- ENET_125MHz,
+ ENET_25MHZ,
+ ENET_50MHZ,
+ ENET_125MHZ,
};
u32 get_root_clk(enum clk_root_index clock_id);