diff options
author | Chen-Yu Tsai | 2015-05-28 21:25:32 +0800 |
---|---|---|
committer | Hans de Goede | 2015-05-29 13:46:36 +0200 |
commit | cc08ea4cff827f0929744d8d0134422e01c1f2b5 (patch) | |
tree | 7a1ef1551ec5b0a1a86f6a9eabe27118ef5f407d /include/configs/sun6i.h | |
parent | 073f29843847163c407878511cbf2a6cb36ed97b (diff) |
ARM: sunxi: Enable PSCI for sun6i
Now that we have a PSCI backend for sun6i, enable it.
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'include/configs/sun6i.h')
-rw-r--r-- | include/configs/sun6i.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sun6i.h b/include/configs/sun6i.h index e1263f69a56..a0ebc7e9770 100644 --- a/include/configs/sun6i.h +++ b/include/configs/sun6i.h @@ -22,6 +22,11 @@ #define CONFIG_SUNXI_USB_PHYS 3 +#define CONFIG_ARMV7_PSCI 1 +#define CONFIG_ARMV7_PSCI_NR_CPUS 4 +#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE +#define CONFIG_TIMER_CLK_FREQ 24000000 + #define CONFIG_NAND_SUNXI_GPC_PORTS {24, 25, 26} /* |