Skip to content

Commit fa57a6c

Browse files
committed
fix snippet
1 parent 375067c commit fa57a6c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

snippets/sparrowhawk_rcar_v4h_xen_domd/sparrowhawk_rcar_v4h_xen_domd.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ CONFIG_ARM64_VA_BITS_40=y
22
CONFIG_ARM64_PA_BITS_40=y
33
CONFIG_UART_INTERRUPT_DRIVEN=n
44
CONFIG_CLOCK_CONTROL=y
5+
CONFIG_NUM_IRQS=991

snippets/sparrowhawk_rcar_v4h_xen_domd/sparrowhawk_rcar_v4h_xen_domd.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
#clock-cells = <2>;
3535
};
3636

37-
gpio0: gpio@e6050000 {
37+
gpio0: gpio@e6050180 {
3838
compatible = "renesas,rcar-gpio";
39-
reg = <0xe6050000 0x1D8 0xAA 0xBB>; //TODO
39+
reg = <0x0 0xe6050180 0x0 0x54>;
4040
#gpio-cells = <2>;
4141
gpio-controller;
42-
interrupts = <GIC_SPI 422 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>; //TODO
43-
clocks = <&cpg CPG_MOD 915>; //TODO
42+
interrupts = <GIC_SPI 619 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
43+
clocks = <&cpg CPG_MOD 915>;
4444
status = "okay";
4545
};
4646
};

0 commit comments

Comments
 (0)