ARM: msm: Add board config support for 32 bit bengal apq iot

This change add board config support to enable build
32 bit kernel for bengal apq/qcs iot.

Change-Id: Ia3f0407f160a75c30b6ded4453e975b32ba8f637
Signed-off-by: Vijay Navnath Kamble <vkamble@codeaurora.org>
This commit is contained in:
Vijay Navnath Kamble 2020-12-31 13:44:50 +05:30
parent 3e61c1d831
commit 87ed9e48b2

View file

@ -11,6 +11,7 @@
static const char *trinket_dt_match[] __initconst = {
"qcom,bengal",
"qcom,bengal-iot",
"qcom,bengalp-iot",
NULL
};