From 6afe20786331d162df96192fef2feb4ef425d4f1 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Fri, 13 Sep 2024 00:52:55 +0200 Subject: [PATCH 1/3] boards: renesas: da1469x: Fix unit and first address mismatch This fixes the following warning: > unit address and first address in 'reg' (0x82000) don't match for > /soc/flash-controller@38000000/flash@16000000/partitions/partition@80000 Signed-off-by: Reto Schneider --- boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts b/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts index f866df49a859a..6e52b7610f3e1 100644 --- a/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts +++ b/boards/renesas/da1469x_dk_pro/da1469x_dk_pro.dts @@ -96,7 +96,7 @@ label = "image-0"; reg = <0x0000c000 0x00076000>; }; - slot1_partition: partition@80000 { + slot1_partition: partition@82000 { label = "image-1"; reg = <0x00082000 0x00076000>; }; From 9a7eb6ebfcfdee901edf145fe3dd1eb30b430be6 Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Fri, 13 Sep 2024 01:03:03 +0200 Subject: [PATCH 2/3] boards: renesas: da14695: Fix unit and first address mismatch This fixes the following warning: > unit address and first address in 'reg' (0x82000) don't match for > /soc/flash-controller@38000000/flash@16000000/partitions/partition@80000 Signed-off-by: Reto Schneider --- boards/renesas/da14695_dk_usb/da14695_dk_usb.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts b/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts index 0c38c829db107..1b0df2d3b75a8 100644 --- a/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts +++ b/boards/renesas/da14695_dk_usb/da14695_dk_usb.dts @@ -118,7 +118,7 @@ label = "image-0"; reg = <0x0000c000 0x00076000>; }; - slot1_partition: partition@80000 { + slot1_partition: partition@82000 { label = "image-1"; reg = <0x00082000 0x00076000>; }; From 735792f63faec13cb9566d6df778d936821cd40f Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Fri, 13 Sep 2024 01:23:54 +0200 Subject: [PATCH 3/3] dts: arm: renesas: rz: Fix unit and first address mismatch This fixes the following warning: > unit address and first address in 'reg' (0x80280000) don't match for > /soc/sckcr@81280004 Signed-off-by: Reto Schneider --- dts/arm/renesas/rz/rzt2m.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/arm/renesas/rz/rzt2m.dtsi b/dts/arm/renesas/rz/rzt2m.dtsi index c1a72f37563d4..a50cdc7e9b3d1 100644 --- a/dts/arm/renesas/rz/rzt2m.dtsi +++ b/dts/arm/renesas/rz/rzt2m.dtsi @@ -89,7 +89,7 @@ reg-io-width = <4>; }; - sckcr: sckcr@81280004 { + sckcr: sckcr@80280000 { /* System Clock Control Register*/ compatible = "syscon"; reg = <0x80280000 0x20>;