diff options
| author | Sam Day <[email protected]> | 2025-01-25 19:59:15 +0000 |
|---|---|---|
| committer | Caleb Connolly <[email protected]> | 2025-03-17 13:38:19 +0000 |
| commit | 61a1a1b8ca73bb9c5797d9f5a300a51afffc0aaa (patch) | |
| tree | 195f0043be8069476448a1b77b8c4e8656494737 /configs | |
| parent | 77f0638576a0e4e7f0eb06707875127f27ab90d3 (diff) | |
mach-snapdragon: use PSCI sysreset driver
Drop the `board_reset` function from mach-snapdragon board code, and
instead use the standard PSCI sysreset driver.
Signed-off-by: Sam Day <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/qcom_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 1c8b0ab4d1f..b4e7f0ad53c 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -121,6 +121,8 @@ CONFIG_QCOM_RPMH=y CONFIG_SPMI_MSM=y CONFIG_SYSINFO=y CONFIG_SYSINFO_SMBIOS=y +CONFIG_SYSRESET=y +CONFIG_SYSRESET_PSCI=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y |
