Skip to content

Commit ab2866f

Browse files
committed
arm64: dts: renesas: r8a779g0: Fix HSCIF0 interrupt number
The interrupt number for the HSCIF0 serial port, which serves as the serial console on the White Hawk board, is incorrect, causing userspace to hang immediately as soon as it tries to print something. Kernel output is unaffected, as it is printed using polling. Fixes: 987da48 ("arm64: dts: renesas: Add Renesas R8A779G0 SoC support") Signed-off-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Yoshihiro Shimoda <[email protected]> Link: https://lore.kernel.org/r/751dcef40d4534e856ed49b1d5b3a3e8d365ec42.1661419377.git.geert+renesas@glider.be
1 parent 568035b commit ab2866f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/renesas/r8a779g0.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"renesas,rcar-gen4-hscif",
8686
"renesas,hscif";
8787
reg = <0 0xe6540000 0 96>;
88-
interrupts = <GIC_SPI 245 IRQ_TYPE_LEVEL_HIGH>;
88+
interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
8989
clocks = <&cpg CPG_MOD 514>,
9090
<&cpg CPG_CORE R8A779G0_CLK_S0D3_PER>,
9191
<&scif_clk>;

0 commit comments

Comments
 (0)