diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-22 11:01:56 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-22 11:01:56 -0600 |
commit | 9552923ded4484c3dd5bc9e51f7a473cb48914ba (patch) | |
tree | 9ef76b2fb89dd75b4169c39834ec7335cc3a5970 /arch/mips/mach-mscc | |
parent | 9fa8ba1ee1b6ea5361fded5422b19a9b3c1c2ad4 (diff) | |
parent | 81f3a665ab2a63a31ec7a4d760b0ce8130f62a1d (diff) |
Merge patch series "Kconfig: some cleanups"
Michal Simek <michal.simek@amd.com> says:
I looked as cleaning up some dependencies and I found that qconfig is
reporting some issues. This series is fixing some of them. But there are
still some other pending. That's why please go and fix them if they are
related to your board.
UTF-8: I am using uni2ascii -B < file to do conversion. When you run it in
a loop you will find some other issue with copyright chars or some issues
in files taken from the Linux kernel like DTs. They should be likely fixed
in the kernel first.
Based on discussion I am ignoring names too.
Diffstat (limited to 'arch/mips/mach-mscc')
-rw-r--r-- | arch/mips/mach-mscc/include/mach/ddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mach-mscc/include/mach/ddr.h b/arch/mips/mach-mscc/include/mach/ddr.h index 3ba33d27c17..58c89d5e645 100644 --- a/arch/mips/mach-mscc/include/mach/ddr.h +++ b/arch/mips/mach-mscc/include/mach/ddr.h @@ -225,7 +225,7 @@ #define VC3_MPAR_FAW VC3_MPAR_tFAW #define VC3_MPAR_BL 4 #define MSCC_MEMPARM_MR0 ((VC3_MPAR_RL - 4) << 4) | ((VC3_MPAR_tWR - 4) << 9) -/* ODT_RTT: “0x0040” for 120ohm, and “0x0004” for 60ohm. */ +/* ODT_RTT: "0x0040" for 120ohm, and "0x0004" for 60ohm. */ #define MSCC_MEMPARM_MR1 0x0040 #define MSCC_MEMPARM_MR2 ((VC3_MPAR_WL - 5) << 3) #define MSCC_MEMPARM_MR3 0 |