Add support for S5L8720 in various places

Due to its similarity with S5L8702, clickwheel support and sleep can be used as-is on S5L8720. DRAM and IRAM are also configured.

Change-Id: I52f8a3417e6a25c7360b1cae2fb5eed621e2e0db
This commit is contained in:
Vencislav Atanasov 2024-11-22 00:01:48 +02:00 committed by Solomon Peachy
parent 6691214e51
commit d7b57e33d9
5 changed files with 20 additions and 13 deletions

View file

@ -56,7 +56,7 @@
#if CONFIG_CPU == S5L8700 || CONFIG_CPU == S5L8701
#include "s5l8700.h"
#endif
#if CONFIG_CPU == S5L8702
#if CONFIG_CPU == S5L8702 || CONFIG_CPU == S5L8720
#include "s5l8702.h"
#endif
#if CONFIG_CPU == JZ4732