Skip to content

Commit ec85b0b

Browse files
henrikbrixandersennashif
authored andcommitted
dts: arm: nxp: lpc55sxx: fix sram node address
Add missing "0" to the SRAM devicetree node addresses. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent 26ed19b commit ec85b0b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dts/arm/nxp/nxp_lpc55S06_ns.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
soc {
9-
sram: sram@400000 {
9+
sram: sram@4000000 {
1010
ranges = <0x4000000 0x4000000 0x20000000>;
1111
};
1212

dts/arm/nxp/nxp_lpc55S16_ns.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
soc {
9-
sram: sram@400000 {
9+
sram: sram@4000000 {
1010
ranges = <0x4000000 0x4000000 0x20000000>;
1111
};
1212

dts/arm/nxp/nxp_lpc55S2x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
/ {
1313
soc {
14-
sram: sram@400000 {
14+
sram: sram@4000000 {
1515
ranges = <0x4000000 0x4000000 0x20000000>;
1616
};
1717

dts/arm/nxp/nxp_lpc55S36_ns.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
/ {
88
soc {
9-
sram: sram@400000 {
9+
sram: sram@4000000 {
1010
ranges = <0x4000000 0x4000000 0x20000000>;
1111
};
1212

0 commit comments

Comments
 (0)