diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2019-06-07 19:25:59 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-07-26 21:49:25 -0400 |
commit | 54e4311fa1c75549e391ac7e6717959031855d58 (patch) | |
tree | 8fa1b5f50afd7968e08b01dbd5ab4b10f8b2eff6 /configs/am65x_evm_r5_defconfig | |
parent | 44de37a00e839040e87ec9f0a549ab79288117b8 (diff) |
remoteproc: k3_rproc: Rename to ti_k3_arm64_rproc
k3_rproc driver is specifically meant for controlling an arm64
core using TISCI protocol. So rename the driver, Kconfig symbol,
compatible and functions accordingly.
While at it drop this remoteproc selection for a53 defconfig.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'configs/am65x_evm_r5_defconfig')
-rw-r--r-- | configs/am65x_evm_r5_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am65x_evm_r5_defconfig b/configs/am65x_evm_r5_defconfig index 7e81a98454..c59b7d98dc 100644 --- a/configs/am65x_evm_r5_defconfig +++ b/configs/am65x_evm_r5_defconfig @@ -86,7 +86,7 @@ CONFIG_SPL_DM_REGULATOR_GPIO=y CONFIG_RAM=y CONFIG_SPL_RAM=y CONFIG_K3_SYSTEM_CONTROLLER=y -CONFIG_REMOTEPROC_K3=y +CONFIG_REMOTEPROC_TI_K3_ARM64=y CONFIG_DM_RESET=y CONFIG_RESET_TI_SCI=y CONFIG_DM_SERIAL=y |