Skip to content

Commit 8c8338d

Browse files
decsnynashif
authored andcommitted
dts: rw6xx: Fix flexspi address warnings
The unit address didn't match reg which causes the warning, but flexspi should be part of the peripheral node space anyways. Signed-off-by: Declan Snyder <[email protected]>
1 parent 82a8389 commit 8c8338d

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

dts/arm/nxp/nxp_rw6xx.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
peripheral: peripheral@50000000 {
1818
ranges = <0x0 0x50000000 0x10000000>;
1919
};
20-
21-
flexspi: spi@134000 {
22-
reg = <0x50134000 0x1000>, <0x18000000 DT_SIZE_M(128)>;
23-
};
2420
};
2521
};
2622

dts/arm/nxp/nxp_rw6xx_common.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
#address-cells = <1>;
113113
#size-cells = <1>;
114114

115+
flexspi: spi@134000 {
116+
reg = <0x134000 0x1000>, <0x18000000 DT_SIZE_M(128)>;
117+
};
118+
115119
clkctl0: clkctl@1000 {
116120
/* FIXME This chip does NOT have a syscon */
117121
compatible = "nxp,lpc-syscon";

dts/arm/nxp/nxp_rw6xx_ns.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
peripheral: peripheral@40000000 {
1818
ranges = <0x0 0x40000000 0x10000000>;
1919
};
20-
21-
flexspi: spi@134000 {
22-
reg = <0x40134000 0x1000>, <0x08000000 DT_SIZE_M(128)>;
23-
};
2420
};
2521
};
2622

0 commit comments

Comments
 (0)