-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add CENTEC tsingma SoC platform support #139
Conversation
taocy001
commented
May 25, 2020
- CENTEC patches for tsingma SoC, E530 platform.
- depends on the PR fix kernel compile problem for arm64 #137: fix kernel compile problem for arm64.
{ "mx66u51235f", INFO(0xc2253a, 0, 64 * 1024, 1024, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ | SPI_NOR_4B_OPCODES) }, | ||
{ "mx66l1g45g", INFO(0xc2201b, 0, 64 * 1024, 2048, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, | ||
{ "mx66l1g55g", INFO(0xc2261b, 0, 64 * 1024, 2048, SPI_NOR_QUAD_READ) }, | ||
+ { "mx25u3235f", INFO(0xc22539, 0, 64 * 1024, 512, SECT_4K) }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you use this patch instead?
{"m25p64"}, {"m25p128"}, | ||
{"w25x80"}, {"w25x32"}, {"w25q32"}, {"w25q32dw"}, | ||
- {"w25q80bl"}, {"w25q128"}, {"w25q256"}, | ||
+ {"w25q80bl"}, {"w25q128"}, {"w25q256"}, {"mx25u3235f"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
CONFIG_USB_SUPPORT=y | ||
-CONFIG_USB_COMMON=m | ||
+CONFIG_USB_COMMON=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
+CONFIG_USB_COMMON=y | ||
CONFIG_USB_ARCH_HAS_HCD=y | ||
-CONFIG_USB=m | ||
+CONFIG_USB=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_USB_XHCI_HISTB is not set | ||
# CONFIG_USB_XHCI_MVEBU is not set | ||
CONFIG_USB_XHCI_TEGRA=m | ||
-CONFIG_USB_EHCI_HCD=m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
+CONFIG_USB_EHCI_HCD=y | ||
CONFIG_USB_EHCI_ROOT_HUB_TT=y | ||
CONFIG_USB_EHCI_TT_NEWSCHED=y | ||
-CONFIG_USB_EHCI_PCI=m |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_USB_EHCI_HCD_ORION=m | ||
CONFIG_USB_EHCI_TEGRA=m | ||
CONFIG_USB_EHCI_HCD_PLATFORM=m | ||
+CONFIG_USB_EHCI_CTC=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_MMC_ARMMMCI=m | ||
CONFIG_MMC_QCOM_DML=y | ||
-CONFIG_MMC_SDHCI=m | ||
+CONFIG_MMC_SDHCI=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_MMC_RICOH_MMC=y | ||
CONFIG_MMC_SDHCI_ACPI=m | ||
-CONFIG_MMC_SDHCI_PLTFM=m | ||
+CONFIG_MMC_SDHCI_PLTFM=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_MMC_TOSHIBA_PCI=m | ||
CONFIG_MMC_BCM2835=m | ||
# CONFIG_MMC_MTK is not set | ||
+CONFIG_MMC_SDHCI_CTC5236=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_PWM_ROCKCHIP=m | ||
CONFIG_PWM_SUN4I=m | ||
CONFIG_PWM_TEGRA=m | ||
+CONFIG_PWM_CTC=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_EXT2_FS is not set | ||
# CONFIG_EXT3_FS is not set | ||
-CONFIG_EXT4_FS=m | ||
+CONFIG_EXT4_FS=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_FUSE_FS=m | ||
CONFIG_CUSE=m | ||
-CONFIG_OVERLAY_FS=m | ||
+CONFIG_OVERLAY_FS=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_UBIFS_FS_SECURITY=y | ||
# CONFIG_CRAMFS is not set | ||
-CONFIG_SQUASHFS=m | ||
+CONFIG_SQUASHFS=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_XILINX_WATCHDOG is not set | ||
# CONFIG_ZIIRAVE_WATCHDOG is not set | ||
CONFIG_ARM_SP805_WATCHDOG=m | ||
+CONFIG_ARM_CTC_WATCHDOG=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_GPIO_DWAPB is not set | ||
CONFIG_GPIO_EXAR=m | ||
# CONFIG_GPIO_FTGPIO010 is not set | ||
+CONFIG_GPIO_CTC=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_SPI_XILINX is not set | ||
CONFIG_SPI_XLP=m | ||
# CONFIG_SPI_ZYNQMP_GQSPI is not set | ||
+CONFIG_SPI_CENTEC_QSPI=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_I2C_CBUS_GPIO is not set | ||
CONFIG_I2C_DESIGNWARE_CORE=m | ||
CONFIG_I2C_DESIGNWARE_PLATFORM=m | ||
+CONFIG_I2C_CENTEC=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_I2C_MUX_LTC4306 is not set | ||
# CONFIG_I2C_MUX_PCA9541 is not set | ||
-# CONFIG_I2C_MUX_PCA954x is not set | ||
+CONFIG_I2C_MUX_PCA954x=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
-CONFIG_I2C_CHARDEV=m | ||
-CONFIG_I2C_MUX=m | ||
+CONFIG_I2C_CHARDEV=y | ||
+CONFIG_I2C_MUX=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_DP83848_PHY=m | ||
CONFIG_DP83867_PHY=m | ||
-CONFIG_FIXED_PHY=m | ||
+CONFIG_FIXED_PHY=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_MDIO_XGENE=m | ||
CONFIG_PHYLINK=m | ||
-CONFIG_PHYLIB=m | ||
+CONFIG_PHYLIB=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_NET_VENDOR_WIZNET=y | ||
# CONFIG_WIZNET_W5100 is not set | ||
# CONFIG_WIZNET_W5300 is not set | ||
+CONFIG_NET_VENDOR_CENTEC=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_BLK_DEV_DAC960 is not set | ||
# CONFIG_BLK_DEV_UMEM is not set | ||
-CONFIG_BLK_DEV_LOOP=m | ||
+CONFIG_BLK_DEV_LOOP=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_OF_IRQ=y | ||
CONFIG_OF_NET=y | ||
-CONFIG_OF_MDIO=m | ||
+CONFIG_OF_MDIO=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
CONFIG_MTD_LPDDR=m | ||
CONFIG_MTD_QINFO_PROBE=m | ||
-CONFIG_MTD_SPI_NOR=m | ||
+CONFIG_MTD_SPI_NOR=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_MTD_DATAFLASH_WRITE_VERIFY is not set | ||
# CONFIG_MTD_DATAFLASH_OTP is not set | ||
-CONFIG_MTD_M25P80=m | ||
+CONFIG_MTD_M25P80=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
-CONFIG_MTD_BLOCK_RO=m | ||
+CONFIG_MTD_BLKDEVS=y | ||
+CONFIG_MTD_BLOCK=y | ||
+CONFIG_MTD_BLOCK_RO=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep all of them as m
CONFIG_GNSS_SIRF_SERIAL=m | ||
CONFIG_GNSS_UBX_SERIAL=m | ||
-CONFIG_MTD=m | ||
+CONFIG_MTD=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
# CONFIG_MTD_CMDLINE_PARTS is not set | ||
# CONFIG_MTD_AFS_PARTS is not set | ||
-CONFIG_MTD_OF_PARTS=m | ||
+CONFIG_MTD_OF_PARTS=y |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please keep as m
retest this please |