Skip to content

Commit 140e0ed

Browse files
arm: dts: sc594-som: Enabling sram
The dts node contained "enabled" instead of "okay". Signed-off-by: Utsav Agarwal <utsav.agarwal@analog.com>
1 parent 100b815 commit 140e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/adi/sc59x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
reg = <0x31080000 0x100>;
236236
adi,sram = <&sram0>, <&sram1>;
237237
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
238-
status = "enabled";
238+
status = "okay";
239239
};
240240

241241
sram_mmap: sram-mmap@0 { /* mmap from sram1 pool*/

0 commit comments

Comments
 (0)