riscv: dts: renesas: r9a07g043f: Move interrupt-parent to top node
Move the "interrupt-parent = <&plic>" property from the soc node to the top node, for consistency with arch/arm64/boot/dts/renesas/r9a07g043u.dtsi. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Tested-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://patch.msgid.link/97d3d70e42832f4ffa3888bec792b692a7ab700f.1767719409.git.geert+renesas@glider.bemaster
parent
aca3bbde0f
commit
0c3644ac3f
|
|
@ -12,6 +12,8 @@
|
|||
#include <arm64/renesas/r9a07g043.dtsi>
|
||||
|
||||
/ {
|
||||
interrupt-parent = <&plic>;
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
@ -52,7 +54,6 @@
|
|||
|
||||
&soc {
|
||||
dma-noncoherent;
|
||||
interrupt-parent = <&plic>;
|
||||
|
||||
irqc: interrupt-controller@110a0000 {
|
||||
compatible = "renesas,r9a07g043f-irqc";
|
||||
|
|
|
|||
Loading…
Reference in New Issue