arm: sunxi: Allow per-platform DRAM ZQ configuration on sun8i
authorPaul Kocialkowski <paul.kocialkowski@bootlin.com>
Thu, 14 Mar 2019 10:36:14 +0000 (11:36 +0100)
committerJagan Teki <jagan@amarulasolutions.com>
Wed, 10 Apr 2019 10:04:32 +0000 (15:34 +0530)
A few sun8i platforms define specific default DRAM ZQ values, but they
are not taken in account because of MACH_SUN8I being used for the 123
default first.

Replace MACH_SUN8I with the list of platforms that don't have specific
DRAM ZQ values, to avoid overwriting the default for those that do.

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
arch/arm/mach-sunxi/Kconfig

index 152deb04e9003d28aef086eade0dd8fb449b2897..49eec8888cfa66d9294565254c499e9fb1cae0f6 100644 (file)
@@ -426,7 +426,9 @@ endif
 
 config DRAM_ZQ
        int "sunxi dram zq value"
-       default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || MACH_SUN8I
+       default 123 if MACH_SUN4I || MACH_SUN5I || MACH_SUN6I || \
+                      MACH_SUN8I_A23 || MACH_SUN8I_A33 || MACH_SUN8I_A83T || \
+                      MACH_SUNXI_H3_H5
        default 127 if MACH_SUN7I
        default 14779 if MACH_SUN8I_V3S
        default 3881979 if MACH_SUN8I_R40 || MACH_SUN50I_H6