Skip to content

Commit

Permalink
dts: renesas: change interrupt number of flash node
Browse files Browse the repository at this point in the history
Change the interrupt number of flash in device tree due to duplication
And disable CONFIG_FLASH as default

Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
  • Loading branch information
quytranpzz authored and nashif committed Sep 25, 2024
1 parent 7538a98 commit 5abacb2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions boards/renesas/ek_ra8d1/ek_ra8d1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ CONFIG_CLOCK_CONTROL=y

CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_BUILD_NO_GAP_FILL=y

CONFIG_FLASH=y
2 changes: 0 additions & 2 deletions boards/renesas/ek_ra8m1/ek_ra8m1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ CONFIG_CONSOLE=y
CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_BUILD_NO_GAP_FILL=y
CONFIG_CLOCK_CONTROL=y

CONFIG_FLASH=y
2 changes: 0 additions & 2 deletions boards/renesas/mck_ra8t1/mck_ra8t1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@ CONFIG_CLOCK_CONTROL=y

CONFIG_BUILD_OUTPUT_HEX=y
CONFIG_BUILD_NO_GAP_FILL=y

CONFIG_FLASH=y
2 changes: 1 addition & 1 deletion dts/arm/renesas/ra/ra8/ra8x1.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
reg = <0x40100000 0x20000>;
#address-cells = <1>;
#size-cells = <1>;
interrupts = <38 2>, <39 2>;
interrupts = <49 1>, <50 1>;
interrupt-names = "frdyi", "fiferr";
};

Expand Down

0 comments on commit 5abacb2

Please sign in to comment.