Initial commit

This commit is contained in:
domenico
2025-06-24 13:14:22 +02:00
commit 4002f145fc
9002 changed files with 1731834 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
--- a/arch/mips/bcm63xx/dev-flash.c
+++ b/arch/mips/bcm63xx/dev-flash.c
@@ -229,6 +229,14 @@ void __init bcm63xx_flash_detect(void)
}
bcm_rset_writel(RSET_HSSPI, val, HSSPI_FLASH_CTRL_REG);
+ } else if (flash_type == BCM63XX_FLASH_TYPE_NAND &&
+ (BCMCPU_IS_6328() || BCMCPU_IS_6362() || BCMCPU_IS_6368() ||
+ BCMCPU_IS_63268())) {
+ bcm_nand_writel(NAND_CS_SEL_AUTO_DEV_ID
+ | NAND_CS_SEL_EBI_CS0_USES_NAND
+ | NAND_CS_SEL_EBC_CS0_SEL,
+ NAND_CS_SEL_REG);
+ bcm_nand_writel(1, NAND_CS_XOR_REG);
}
}