summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sc5xx/init/dmcinit.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-06-14 09:10:48 -0600
committerTom Rini <trini@konsulko.com>2025-06-14 09:10:48 -0600
commit03817a2a8046ea89dac2be72ce0c16a9faa5570b (patch)
treeb4d6f39f9b0ded094c7f54aeb135a9eae6e19492 /arch/arm/mach-sc5xx/init/dmcinit.c
parent2556caa89caba6c3d4df7910828119bc65beb1f0 (diff)
parent0230ad1c30a405c807dad5f78c95c57704234ffd (diff)
Merge patch series "Hex value prefix case cleanup"
E Shattow <e@freeshell.de> says: Make consistent use of lowercase hexadecimal prefix '0x' throughout U-Boot. There are a few remaining uses of uppercase 'X' to denote hexadecimal prefix or placeholder in documentation and error messages. External devicetree-rebasing dts/upstream and the generated code of xilinx/zynq are ignored for the series. Link: https://lore.kernel.org/r/20250606224558.1117422-1-e@freeshell.de
Diffstat (limited to 'arch/arm/mach-sc5xx/init/dmcinit.c')
-rw-r--r--arch/arm/mach-sc5xx/init/dmcinit.c2
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);
}