Skip to content

Commit d8a7b69

Browse files
decsnynashif
authored andcommitted
dts: rt6xx: Fix DTC warnings
Fix DTC warnings caused by sram and flexspi definitions. Signed-off-by: Declan Snyder <[email protected]>
1 parent fb693c1 commit d8a7b69

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

dts/arm/nxp/nxp_rt6xx.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
peripheral: peripheral@50000000 {
1717
ranges = <0x0 0x50000000 0x10000000>;
1818
};
19-
flexspi: spi@134000 {
20-
reg = <0x50134000 0x1000>,<0x18000000 DT_SIZE_M(128)>;
21-
};
2219
};
2320
};
2421

dts/arm/nxp/nxp_rt6xx_common.dtsi

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
reg = <0x1b000 DT_SIZE_K(1428)>;
6969
};
7070

71-
sram0: memory@20180000 {
71+
sram0: memory@180000 {
7272
compatible = "mmio-sram";
73-
reg = <0x20180000 DT_SIZE_K(3072)>;
73+
reg = <0x180000 DT_SIZE_K(3072)>;
7474
};
7575

7676
sram1: memory@40140000 {
@@ -99,6 +99,10 @@
9999
* modes (0x50000000).
100100
*/
101101

102+
flexspi: spi@134000 {
103+
reg = <0x134000 0x1000>, <0x18000000 DT_SIZE_M(128)>;
104+
};
105+
102106
clkctl0: clkctl@1000 {
103107
/* FIXME This chip does NOT have a syscon */
104108
compatible = "nxp,lpc-syscon";

dts/arm/nxp/nxp_rt6xx_ns.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
peripheral: peripheral@40000000 {
1717
ranges = <0x0 0x40000000 0x10000000>;
1818
};
19-
flexspi: spi@134000 {
20-
reg = <0x40134000 0x1000>, <0x08000000 DT_SIZE_M(128)>;
21-
};
2219
};
2320
};
2421

0 commit comments

Comments
 (0)