Hi experts
i am designing a custom board based on imx6sx sdb
i want to a custom board to boot from QSPI flash on QSPI1 but QSPI2 ( which is a case of imx6sx sdb)
i have some questions in moving QSPI2A flash (from SDB) to QSPIA
1. on imx6sx sdb there is a "PMIC_INT_B" which connected between cpu and pmic
but i can't find any source in u-boot and kernel, there is no irq related source in pmic driver
what does the PMIC_INT_B do ? if i missed something , let me know
2. in u-boot there is a qspi_header , do i need to modify that file ?
in qspi_header ," the Serial Flash Port B selection " and "CS1 on Port A" , i can't understand what they do
in which situation should i use that configuration ?
3 in QSPI booting, QSPIA/B , SS0,SS1 are all supported ?
thank you