Skip to content

Commit 67877e7

Browse files
decsnynashif
authored andcommitted
dts: rw6xx: Fix SRAM node address
DTC warning caused by reg address not matching unit address, but SRAM node address is translated by ranges property anyways. Signed-off-by: Declan Snyder <[email protected]>
1 parent 8c8338d commit 67877e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dts/arm/nxp/nxp_rw6xx_common.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
#address-cells = <1>;
7474
#size-cells = <1>;
7575

76-
sram_data: memory@20000000 {
76+
sram_data: memory@40000 {
7777
compatible = "mmio-sram";
78-
reg = <0x20040000 DT_SIZE_K(960)>;
78+
reg = <0x40000 DT_SIZE_K(960)>;
7979
};
8080

8181
sram_code: memory@0 {

0 commit comments

Comments
 (0)