diff options
| author | Priyanka Jain <[email protected]> | 2018-11-28 13:04:27 +0000 |
|---|---|---|
| committer | Prabhakar Kushwaha <[email protected]> | 2019-02-19 10:26:43 +0530 |
| commit | 58c3e62040befff8a32a9fd157b0dcd23de194ec (patch) | |
| tree | 566aad7fb5276b0484df4f82c1d8145e88377718 /arch/arm/cpu | |
| parent | 2e53759dc6f813db4e826e98f041f3448adcf6f5 (diff) | |
armv8: lx2160ardb : Add support for LX2160ARDB platform
LX2160ARDB is an evaluation board that supports LX2160A
family SoCs. This patch add base support for this board.
Signed-off-by: Wasim Khan <[email protected]>
Signed-off-by: Yogesh Gaur <[email protected]>
Signed-off-by: Meenakshi Aggarwal <[email protected]>
Signed-off-by: Vabhav Sharma <[email protected]>
Signed-off-by: Sriram Dash <[email protected]>
Signed-off-by: Rajesh Bhagat <[email protected]>
Signed-off-by: Pankit Garg <[email protected]>
Signed-off-by: Yinbo Zhu <[email protected]>
Signed-off-by: Peng Ma <[email protected]>
Signed-off-by: Chuanhua Han <[email protected]>
Signed-off-by: Priyanka Jain <[email protected]>
[PK: Sqaush patches from Yinbo Zhu, Peng Ma, Chuanhua Han
and re-arrange defconfig]
Signed-off-by: Prabhakar Kushwaha <[email protected]>
Diffstat (limited to 'arch/arm/cpu')
| -rw-r--r-- | arch/arm/cpu/armv8/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv8/Kconfig b/arch/arm/cpu/armv8/Kconfig index 1c12bbde75a..cc6d07832d0 100644 --- a/arch/arm/cpu/armv8/Kconfig +++ b/arch/arm/cpu/armv8/Kconfig @@ -106,7 +106,7 @@ config PSCI_RESET !TARGET_LS1012AFRWY && \ !TARGET_LS1043ARDB && !TARGET_LS1043AQDS && \ !TARGET_LS1046ARDB && !TARGET_LS1046AQDS && \ - !TARGET_LS2081ARDB && \ + !TARGET_LS2081ARDB && !TARGET_LX2160ARDB && \ !ARCH_UNIPHIER && !TARGET_S32V234EVB help Most armv8 systems have PSCI support enabled in EL3, either through |
