Skip to content

Commit fadeb3e

Browse files
dcpleunggalak
authored andcommitted
soc: intel_s1000_crb: update LP_SRAM macros
The DT_LP_SRAM_* are aliases to DT_MIMO_SRAM_1_* which are deprecated, so changing these to DT_INST_1_MMIO_SRAM_*. Signed-off-by: Daniel Leung <[email protected]>
1 parent eb11e69 commit fadeb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

soc/xtensa/intel_s1000/dts_fixup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#define DT_L2_SRAM_BASE DT_SRAM_BASE_ADDRESS
1616
#define DT_L2_SRAM_SIZE DT_SRAM_SIZE * 1024
1717

18-
#define DT_LP_SRAM_BASE DT_MMIO_SRAM_1_BASE_ADDRESS
19-
#define DT_LP_SRAM_SIZE DT_MMIO_SRAM_1_SIZE
18+
#define DT_LP_SRAM_BASE DT_INST_1_MMIO_SRAM_BASE_ADDRESS
19+
#define DT_LP_SRAM_SIZE DT_INST_1_MMIO_SRAM_SIZE
2020

2121
#define DT_CAVS_ICTL_BASE_ADDR DT_INTEL_CAVS_INTC_78800_BASE_ADDRESS
2222
#define DT_CAVS_ICTL_0_IRQ DT_INTEL_CAVS_INTC_78800_IRQ_0

0 commit comments

Comments
 (0)