mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
ARM: shmobile: r8a7779: Configure IRLM mode via DT
Adjust the r8a7779 SoC DTS and the Marzen Reference C board code to use DTS only for INTC-IRQPIN IRLM setup. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
c73ddf42e7
commit
7bf46d0be2
|
|
@ -148,7 +148,7 @@ gpio6: gpio@ffc46000 {
|
|||
interrupt-controller;
|
||||
};
|
||||
|
||||
irqpin0: interrupt-controller@fe780010 {
|
||||
irqpin0: interrupt-controller@fe78001c {
|
||||
compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin";
|
||||
#interrupt-cells = <2>;
|
||||
status = "disabled";
|
||||
|
|
@ -157,7 +157,8 @@ irqpin0: interrupt-controller@fe780010 {
|
|||
<0xfe780010 4>,
|
||||
<0xfe780024 4>,
|
||||
<0xfe780044 4>,
|
||||
<0xfe780064 4>;
|
||||
<0xfe780064 4>,
|
||||
<0xfe780000 4>;
|
||||
interrupts = <0 27 IRQ_TYPE_LEVEL_HIGH
|
||||
0 28 IRQ_TYPE_LEVEL_HIGH
|
||||
0 29 IRQ_TYPE_LEVEL_HIGH
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user