X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsun8i.h;h=47f28132407619003072b7aa0604f30329a68723;hb=a1dc980d88a5c9c2b99251c8d8299b0c8948de73;hp=4fc63650082cd71b018209126d5b63caa620bcf9;hpb=da9971d1b3bdb554d4a4ac948119f8b2616bbcce;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index 4fc6365..47f2813 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -13,22 +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 +#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