From 7cb15ef29de9f621ca7dfbeb442aa608113c2036 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Sun, 22 Dec 2024 15:57:10 +0900 Subject: [PATCH 1/2] boards: m5stack: cores3: Label aw9523b for easy reference from overlays Add this to disable on mcuboot. Signed-off-by: TOKITA Hiroshi --- boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi index 9b9b8991a15c2c..1f0bf306dfca10 100644 --- a/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi +++ b/boards/m5stack/m5stack_cores3/m5stack_cores3_procpu_common.dtsi @@ -84,7 +84,7 @@ status = "okay"; }; - aw9523b@58 { + aw9523b: aw9523b@58 { compatible = "awinic,aw9523b"; reg = <0x58>; status = "okay"; From 066dc04785624edc180f2effed47e0ea36f46ae0 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Mon, 23 Dec 2024 07:39:46 +0900 Subject: [PATCH 2/2] manifest: update mcuboot change for bugfix for M5Stack CoreS3/CoreS3SE Introduce the update for the mcuboot configuration to fix M5Stack CoreS3/CoreS3SE sysbuild failure. Signed-off-by: TOKITA Hiroshi --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 1bb34648e0eccd..0993b81cc284b0 100644 --- a/west.yml +++ b/west.yml @@ -303,7 +303,7 @@ manifest: groups: - crypto - name: mcuboot - revision: a2bc982b3379d51fefda3e17a6a067342dce1a8b + revision: 95773edf33082a1689795e0278c14b2da1e6ab74 path: bootloader/mcuboot groups: - bootloader