diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2015-11-24 05:16:04 +0300 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-11-25 04:30:30 +0300 |
commit | 7256587cf15e349b7241e4cc70e4132976765e1f (patch) | |
tree | 8713e53e5db6fdfd2443a9afd2433ff760135049 | |
parent | 99e14b36594cb6d6fb59aa44999c1f72508af348 (diff) | |
download | linux-7256587cf15e349b7241e4cc70e4132976765e1f.tar.xz |
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>
-rw-r--r-- | arch/arm/boot/dts/r8a7794-alt.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts index b255a8791841..c8cafc1d55c3 100644 --- a/arch/arm/boot/dts/r8a7794-alt.dts +++ b/arch/arm/boot/dts/r8a7794-alt.dts @@ -189,5 +189,8 @@ }; &scif2 { + pinctrl-0 = <&scif2_pins>; + pinctrl-names = "default"; + status = "okay"; }; |