X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun8i.h;h=47f28132407619003072b7aa0604f30329a68723;hb=a1dc980d88a5c9c2b99251c8d8299b0c8948de73;hp=113e320f06c62cfdf74245360b5c056a2058aa66;hpb=80d307d1159b7edfc28b465e5a359c1dfb20566e;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 113e320..47f2813 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -13,24 +13,19 @@ * A23 specific configuration */ -#ifdef CONFIG_USB_EHCI +#ifdef CONFIG_USB_EHCI_HCD #define CONFIG_USB_EHCI_SUNXI -#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #endif -#define CONFIG_SUNXI_USB_PHYS 2 - -#define CONFIG_ARMV7_PSCI 1 -#if defined(CONFIG_MACH_SUN8I_A23) -#define CONFIG_ARMV7_PSCI_NR_CPUS 2 -#elif defined(CONFIG_MACH_SUN8I_A33) -#define CONFIG_ARMV7_PSCI_NR_CPUS 4 -#elif defined(CONFIG_MACH_SUN8I_H3) -#define CONFIG_ARMV7_PSCI_NR_CPUS 4 +#ifdef CONFIG_MACH_SUN8I_H3 + #define CONFIG_SUNXI_USB_PHYS 4 +#elif defined CONFIG_MACH_SUN8I_A83T + #define CONFIG_SUNXI_USB_PHYS 3 +#elif defined CONFIG_MACH_SUN8I_V3S + #define CONFIG_SUNXI_USB_PHYS 1 #else -#error Unsupported sun8i variant + #define CONFIG_SUNXI_USB_PHYS 2 #endif -#define CONFIG_TIMER_CLK_FREQ 24000000 /* * Include common sunxi configuration where most the settings are