ARM: dts: msm: Add Sun dtb overlays to platform_map

Dtbo overlays were not being built with the Bazel build system
because they were not part of the platform map.
Add them now.

Change-Id: Icb88c76552e1ab7d0a0e0fa168ae91f87335be2f
Signed-off-by: Unnathi Chalicheemala <quic_uchalich@quicinc.com>
This commit is contained in:
Unnathi Chalicheemala
2023-11-15 16:14:48 -08:00
parent 0f27252f21
commit 5a077b728c

View File

@@ -3,13 +3,28 @@ _platform_map = {
"dtb_list": [
# keep sorted
{"name": "sun.dtb"},
{
"name": "sunp.dtb",
"apq": True,
},
{
"name": "sunp-v2.dtb",
"apq": True,
},
{"name": "sun-v2.dtb"},
],
"dtbo_list": [
# keep sorted
{"name": "sun-cdp-kiwi-overlay.dtbo"},
{"name": "sun-cdp-nfc-overlay.dtbo"},
{"name": "sun-cdp-overlay.dtbo"},
{"name": "sun-cdp-v8-overlay.dtbo"},
{"name": "sun-mtp-kiwi-overlay.dtbo"},
{"name": "sun-mtp-nfc-overlay.dtbo"},
{"name": "sun-mtp-overlay.dtbo"},
{"name": "sun-mtp-v8-overlay.dtbo"},
{"name": "sun-qrd-sku1-overlay.dtbo"},
{"name": "sun-qrd-sku1-v8-overlay.dtbo"},
{"name": "sun-qrd-sku2-overlay.dtbo"},
{"name": "sun-rumi-overlay.dtbo"},
],