Skip to content

Commit 5abacb2

Browse files
quytranpzznashif
authored andcommitted
dts: renesas: change interrupt number of flash node
Change the interrupt number of flash in device tree due to duplication And disable CONFIG_FLASH as default Signed-off-by: Quy Tran <[email protected]>
1 parent 7538a98 commit 5abacb2

File tree

4 files changed

+1
-7
lines changed

4 files changed

+1
-7
lines changed

boards/renesas/ek_ra8d1/ek_ra8d1_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ CONFIG_CLOCK_CONTROL=y
1616

1717
CONFIG_BUILD_OUTPUT_HEX=y
1818
CONFIG_BUILD_NO_GAP_FILL=y
19-
20-
CONFIG_FLASH=y

boards/renesas/ek_ra8m1/ek_ra8m1_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ CONFIG_CONSOLE=y
1616
CONFIG_BUILD_OUTPUT_HEX=y
1717
CONFIG_BUILD_NO_GAP_FILL=y
1818
CONFIG_CLOCK_CONTROL=y
19-
20-
CONFIG_FLASH=y

boards/renesas/mck_ra8t1/mck_ra8t1_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ CONFIG_CLOCK_CONTROL=y
1717

1818
CONFIG_BUILD_OUTPUT_HEX=y
1919
CONFIG_BUILD_NO_GAP_FILL=y
20-
21-
CONFIG_FLASH=y

dts/arm/renesas/ra/ra8/ra8x1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
reg = <0x40100000 0x20000>;
277277
#address-cells = <1>;
278278
#size-cells = <1>;
279-
interrupts = <38 2>, <39 2>;
279+
interrupts = <49 1>, <50 1>;
280280
interrupt-names = "frdyi", "fiferr";
281281
};
282282

0 commit comments

Comments
 (0)