summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/layerscape_defconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2024-01-09 17:15:19 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2024-01-10 08:24:01 +0100
commit883b6a33abbe9da64c7a43f153dff73b30cf8bf8 (patch)
tree14c9b003e69b0e74683b3eea8aa33df94464fdae /arch/arm/configs/layerscape_defconfig
parent4a640a962b318cd7c7674c2193f551a20e843790 (diff)
downloadbarebox-883b6a33abbe9da64c7a43f153dff73b30cf8bf8.tar.gz
barebox-883b6a33abbe9da64c7a43f153dff73b30cf8bf8.tar.xz
ARM: Layerscape: LS1028a: add psci node
The upstream dts files do not contain a psci node. Add one in order to use PSCI to reset the system. This will also add a PSCI node to the dtb the kernel is started with so that the Kernel can use PSCI to bring up the secondary CPU core. Link: https://lore.barebox.org/20240109161527.3237581-14-s.hauer@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/layerscape_defconfig')
-rw-r--r--arch/arm/configs/layerscape_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/layerscape_defconfig b/arch/arm/configs/layerscape_defconfig
index 35b254f139..5a5ea784e1 100644
--- a/arch/arm/configs/layerscape_defconfig
+++ b/arch/arm/configs/layerscape_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_LAYERSCAPE_PPA=y
CONFIG_MACH_LS1046ARDB=y
CONFIG_MACH_TQMLS1046A=y
CONFIG_64BIT=y
+CONFIG_ARM_PSCI_CLIENT=y
CONFIG_MMU=y
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y