浏览代码

ARM: shmobile: alt: Correct scif2 pfc

22b160713cb6 ("ARM: shmobile: alt: Add pfc pins to DT") introduced pfc pins
to the alt device tree but did not reference them. This patch fixes scif2
pfc by adding references to the scif2 pins.

Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Simon Horman 9 年之前
父节点
当前提交
7256587cf1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      arch/arm/boot/dts/r8a7794-alt.dts

+ 3 - 0
arch/arm/boot/dts/r8a7794-alt.dts

@@ -189,5 +189,8 @@
 };
 
 &scif2 {
+	pinctrl-0 = <&scif2_pins>;
+	pinctrl-names = "default";
+
 	status = "okay";
 };