Message ID | 4cf1f6cec1e99410b5cdc0b865b93bebf68b3fdb.1549623801.git.horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Commit | 4cf1f6cec1e99410b5cdc0b865b93bebf68b3fdb |
Delegated to: | Simon Horman |
Headers | show |
Series | [GIT,PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v5.1 | expand |
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts index 6eababc93275..c545ce5320c7 100644 --- a/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts +++ b/arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts @@ -32,6 +32,16 @@ clock-frequency = <48000000>; }; +&pfc { + scif2_pins: scif2 { + groups = "scif2_data_a"; + function = "scif2"; + }; +}; + &scif2 { + pinctrl-0 = <&scif2_pins>; + pinctrl-names = "default"; + status = "okay"; };