Skip to content

Commit 8d88d02

Browse files
Ta Minh Nhatdanieldegrasse
authored andcommitted
dts: arm: renesas: correct i3c device node address
Fix Devicetree build warning due to mismatched address values of I3C device node Signed-off-by: Ta Minh Nhat <nhat-minh.ta.yn@bp.renesas.com>
1 parent 6527a1b commit 8d88d02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/arm/renesas/ra/ra4/r7fa4l1bx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
compatible = "renesas,ra-i3c";
247247
#address-cells = <3>;
248248
#size-cells = <0>;
249-
reg = <0x4035f000 0x3e8>;
249+
reg = <0x4011f000 0x3e8>;
250250
channel = <0>;
251251
clocks = <&pclka MSTPB 4>, <&i3cclk 0 0>;
252252
clock-names = "pclk", "tclk";

dts/arm/renesas/ra/ra4/ra4-cm33-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
compatible = "renesas,ra-i3c";
174174
#address-cells = <3>;
175175
#size-cells = <0>;
176-
reg = <0x4035f000 0x3e8>;
176+
reg = <0x4011f000 0x3e8>;
177177
channel = <0>;
178178
clocks = <&pclka MSTPB 4>, <&i3cclk 0 0>;
179179
clock-names = "pclk", "tclk";

0 commit comments

Comments
 (0)