Skip to content

Commit 05a3695

Browse files
committed
fix snippet
1 parent d9e1a5b commit 05a3695

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
compatible = "gpio-leds";
2525

2626
led0: led0 {
27-
gpios = <&gpio0 5 GPIO_ACTIVE_HIGH>;
27+
gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
2828
label = "LED1";
2929
};
3030
};
@@ -34,13 +34,13 @@
3434
#clock-cells = <2>;
3535
};
3636

37-
gpio0: gpio@e6050000 {
37+
gpio1: gpio@e6050980 {
3838
compatible = "renesas,rcar-gpio";
39-
reg = <0xe6050000 0x1D8 0xAA 0xBB>; //TODO
39+
reg = <0x0 0xe6050980 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 623 IRQ_TYPE_LEVEL IRQ_DEFAULT_PRIORITY>;
43+
clocks = <&cpg CPG_MOD 915>;
4444
status = "okay";
4545
};
4646
};

0 commit comments

Comments
 (0)