diff options
author | E Shattow <e@freeshell.de> | 2025-06-06 15:45:01 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-06-14 09:09:40 -0600 |
commit | 58bcf9ab19290442019bfa80a66a535252f341fd (patch) | |
tree | 8c9c8a0d65efe5fb8e4841d2893c6de0203e6ef0 /arch/arm/mach-sc5xx/init/dmcinit.c | |
parent | d1aacc9c787e67314dd24e8f104a67d773e33c98 (diff) |
arch: use lowercase hex prefix style
Use consistent lowercase hex prefix style in arch/*
Signed-off-by: E Shattow <e@freeshell.de>
Diffstat (limited to 'arch/arm/mach-sc5xx/init/dmcinit.c')
-rw-r--r-- | arch/arm/mach-sc5xx/init/dmcinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sc5xx/init/dmcinit.c b/arch/arm/mach-sc5xx/init/dmcinit.c index e375b5c9dfa..30b77aee459 100644 --- a/arch/arm/mach-sc5xx/init/dmcinit.c +++ b/arch/arm/mach-sc5xx/init/dmcinit.c @@ -367,7 +367,7 @@ static inline void calibration_legacy(void) */ if (dmc.ddr_mode == DDR3_MODE || dmc.ddr_mode == DDR2_MODE) { - writel(0XFC000000, dmc.reg + REG_DMC_PHY_CTL2); + writel(0xFC000000, dmc.reg + REG_DMC_PHY_CTL2); writel(0x0000000f, dmc.reg + REG_DMC_PHY_CTL0); } |