Commit fc674956 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

arm64: dts: renesas: white-hawk-cpu: Fix missing serial console pin control

The pin control description for the serial console was added, but not
enabled, due to missing pinctrl properties in the serial port device
node.

Fixes: 7a8d590d ("arm64: dts: renesas: white-hawk-cpu: Add serial port pin control")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/8a51516581cd71ecbfa174af9c7cebad1fc83c5b.1702459865.git.geert+renesas@glider.be
parent 932ff0c8
......@@ -187,6 +187,9 @@ &extalr_clk {
};
&hscif0 {
pinctrl-0 = <&hscif0_pins>;
pinctrl-names = "default";
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment