summaryrefslogtreecommitdiff
path: root/configs/qcom_qcs615_defconfig
AgeCommit message (Collapse)Author
2026-01-14configs: Fix fastboot buffer address for QCS615 and QCM6490 boardsBalaji Selvanathan
The default value of CONFIG_FASTBOOT_BUF_ADDR is 0, which causes NULL pointer dereference during fastboot commands when users dont provide "-l" option in fastboot usb command. Set it to safe and sufficiently large region in RAM of the QCS615 and QCM6490 boards, to prevent crashes. Signed-off-by: Balaji Selvanathan <[email protected]> Reviewed-by: Varadarajan Narayanan <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
2026-01-14configs: qcom_qcs615: Correct debug UART clock frequencyBalaji Selvanathan
Adjust the debug UART clock frequency from 14745600 Hz to 7372800 Hz for the QCS615 platform. This correction ensures proper UART communication timing and resolves baud rate miscalculations that affects early boot console output. Signed-off-by: Balaji Selvanathan <[email protected]> Reviewed-by: Casey Connolly <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Casey Connolly <[email protected]>
2025-06-24configs: add qcom_qcs615_defconfigAswin Murugan
Introduce a defconfig for QCS615 based boards. Signed-off-by: Aswin Murugan <[email protected]> Link: https://lore.kernel.org/r/[email protected] [casey: fix subject msg] Signed-off-by: Casey Connolly <[email protected]>