Skip to content

Commit

Permalink
arm64: Kconfig inclusions to fix PCI hang and MTD detection (#358)
Browse files Browse the repository at this point in the history
* arm64: Select CONFIG_PHY_MVEBU_CP110_COMPHY

This patch selects CONFIG_PHY_MVEBU_CP110_COMPHY with 'y' to fix a
PCI hang.

Change-Id: I07fd3c30d039a9d57063afb30a9c188280d8b8f9
Signed-off-by: Pavan Naregundi <[email protected]>

* arm64: Select CONFIG_SPI_ORION

This patch selects CONFIG_SPI_ORION with 'm' to fix mtd partition
detection issue.

Change-Id: I261ef857b6f1a15643f41c120fe3855c7f34b060
Signed-off-by: Pavan Naregundi <[email protected]>

---------

Signed-off-by: Pavan Naregundi <[email protected]>
  • Loading branch information
pavannaregundi authored Nov 29, 2023
1 parent 4e87b80 commit 271f7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions patch/kconfig-inclusions
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ CONFIG_MTD_NAND_ECC_SW_BCH=y
CONFIG_MTD_NAND_MARVELL=m
CONFIG_SENSORS_EMC2305=m
CONFIG_KEXEC_FILE=y
CONFIG_PHY_MVEBU_CP110_COMPHY=y
CONFIG_SPI_ORION=m

[marvell-arm64]
CONFIG_MARVELL_AC5_WATCHDOG=m
Expand Down

0 comments on commit 271f7ef

Please sign in to comment.