configs: sunxi: Drop CONFIG_SUNXI_USB_PHYS

Now number of PHY on Allwinner is handling via dt data,
drivers at phy/allwinner/phy-sun4i-usb.c

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Tested-by: Jagan Teki <jagan@amarulasolutions.com>
lime2-spi
Jagan Teki 6 years ago
parent 69aa1b234e
commit 3362094733
  1. 2
      include/configs/sun4i.h
  2. 2
      include/configs/sun50i.h
  3. 2
      include/configs/sun5i.h
  4. 2
      include/configs/sun6i.h
  5. 2
      include/configs/sun7i.h
  6. 10
      include/configs/sun8i.h
  7. 1
      scripts/config_whitelist.txt

@ -15,8 +15,6 @@
#define CONFIG_USB_EHCI_SUNXI
#endif
#define CONFIG_SUNXI_USB_PHYS 3
/*
* Include common sunxi configuration where most the settings are
*/

@ -15,8 +15,6 @@
#define CONFIG_USB_MAX_CONTROLLER_COUNT 1
#endif
#define CONFIG_SUNXI_USB_PHYS 1
#ifndef CONFIG_MACH_SUN50I_H6
#define GICD_BASE 0x1c81000
#define GICC_BASE 0x1c82000

@ -15,8 +15,6 @@
#define CONFIG_USB_EHCI_SUNXI
#endif
#define CONFIG_SUNXI_USB_PHYS 2
/*
* Include common sunxi configuration where most the settings are
*/

@ -18,8 +18,6 @@
#define CONFIG_USB_EHCI_SUNXI
#endif
#define CONFIG_SUNXI_USB_PHYS 3
#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */

@ -16,8 +16,6 @@
#define CONFIG_USB_EHCI_SUNXI
#endif
#define CONFIG_SUNXI_USB_PHYS 3
#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE
#define CONFIG_ARMV7_SECURE_MAX_SIZE (64 * 1024) /* 64 KB */

@ -16,16 +16,6 @@
#define CONFIG_USB_EHCI_SUNXI
#endif
#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
#define CONFIG_SUNXI_USB_PHYS 2
#endif
/*
* Include common sunxi configuration where most the settings are
*/

@ -2011,7 +2011,6 @@ CONFIG_ST_SMI
CONFIG_SUNXI_AHCI
CONFIG_SUNXI_GPIO
CONFIG_SUNXI_MAX_FB_SIZE
CONFIG_SUNXI_USB_PHYS
CONFIG_SUPERH_ON_CHIP_R8A66597
CONFIG_SUPPORT_EMMC_BOOT
CONFIG_SUVD3

Loading…
Cancel
Save