summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx6/clock.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2014-11-27 13:46:43 +0100
committerStefano Babic <sbabic@denx.de>2014-12-01 10:20:20 +0100
commit7731745c139a4e8591cde93174c1be3277f0b94b (patch)
treef025dd4820c01b8af98b0cb67fca44221689a1b1 /arch/arm/include/asm/arch-mx6/clock.h
parentdd1c8f1b5fb63a682fce62a53464108d8587b0a2 (diff)
downloadtalos-obmc-uboot-7731745c139a4e8591cde93174c1be3277f0b94b.tar.gz
talos-obmc-uboot-7731745c139a4e8591cde93174c1be3277f0b94b.zip
arm: mx6: Change defines ENET_xxMHz to ENET_xxMHZ (no CamelCase)
As checkpatch complaines about these camel-case defines, lets change them to only use upper-case characters. Signed-off-by: Stefan Roese <sr@denx.de> Acked-by: Heiko Schocher <hs@denx.de> Cc: Fabio Estevam <fabio.estevam@freescale.com> Cc: Jon Nettleton <jon.nettleton@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/clock.h')
-rw-r--r--arch/arm/include/asm/arch-mx6/clock.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-mx6/clock.h b/arch/arm/include/asm/arch-mx6/clock.h
index 323805c75c..226a4cde17 100644
--- a/arch/arm/include/asm/arch-mx6/clock.h
+++ b/arch/arm/include/asm/arch-mx6/clock.h
@@ -43,10 +43,10 @@ enum mxc_clock {
};
enum enet_freq {
- ENET_25MHz,
- ENET_50MHz,
- ENET_100MHz,
- ENET_125MHz,
+ ENET_25MHZ,
+ ENET_50MHZ,
+ ENET_100MHZ,
+ ENET_125MHZ,
};
u32 imx_get_uartclk(void);
OpenPOWER on IntegriCloud