summaryrefslogtreecommitdiff
path: root/zephyr/shim
diff options
context:
space:
mode:
authorPeter Marheine <pmarheine@chromium.org>2023-04-17 17:03:08 +1000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-04-17 18:06:33 +0000
commit549644b9740cde6f31b6f2d0f6a376407e2947d5 (patch)
tree835548e2a4904ada6f2439d4049ad75d9bf2e858 /zephyr/shim
parent1ee9895f2afd8b65810e8391d5039490454d7420 (diff)
downloadchrome-ec-549644b9740cde6f31b6f2d0f6a376407e2947d5.tar.gz
mchp: use microchip,xec-qmspi-ldma DT binding
The previous binding was deleted upstream, which also removed the port-sel property with no apparent replacement. BUG=b:278560668 BRANCH=none TEST=zmake build mtlrvpp_mchp Cq-Depend: chromium:4434469 Change-Id: Ie56d5350ab086f1e116a7a837ea052c7a804cf4b Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4431679 Reviewed-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to 'zephyr/shim')
-rw-r--r--zephyr/shim/chip/mchp/system_download_from_flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/shim/chip/mchp/system_download_from_flash.c b/zephyr/shim/chip/mchp/system_download_from_flash.c
index 8f6304274f..ae3d96fa4a 100644
--- a/zephyr/shim/chip/mchp/system_download_from_flash.c
+++ b/zephyr/shim/chip/mchp/system_download_from_flash.c
@@ -18,7 +18,7 @@
#define STRUCT_PCR_REG_BASE_ADDR \
((struct pcr_regs *)DT_REG_ADDR_BY_IDX(PCR_NODE, 0))
-#define QSPI_NODE DT_INST(0, microchip_xec_qmspi_full_duplex)
+#define QSPI_NODE DT_INST(0, microchip_xec_qmspi_ldma)
#define STRUCT_QSPI_REG_BASE_ADDR \
((struct qmspi_regs *)(DT_REG_ADDR(QSPI_NODE)))