diff options
author | Philipp Rossak <embed3d@gmail.com> | 2018-08-01 05:47:58 -0400 |
---|---|---|
committer | Chen-Yu Tsai <wens@csie.org> | 2018-08-26 22:41:13 -0400 |
commit | a8858d871c062f3f74f4060d3ca6a3d6ca88f441 (patch) | |
tree | 1a021c61dad5dbc30c9f77d199de24fb5e37291b | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
ARM: dts: sun8i: a83t: Add the cir pin for the A83T
The CIR Pin of the A83T is located at PL12.
Signed-off-by: Philipp Rossak <embed3d@gmail.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
-rw-r--r-- | arch/arm/boot/dts/sun8i-a83t.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi index 00a02b037320..9322f8f6faac 100644 --- a/arch/arm/boot/dts/sun8i-a83t.dtsi +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi | |||
@@ -1002,6 +1002,11 @@ | |||
1002 | interrupt-controller; | 1002 | interrupt-controller; |
1003 | #interrupt-cells = <3>; | 1003 | #interrupt-cells = <3>; |
1004 | 1004 | ||
1005 | r_cir_pin: r-cir-pin { | ||
1006 | pins = "PL12"; | ||
1007 | function = "s_cir_rx"; | ||
1008 | }; | ||
1009 | |||
1005 | r_rsb_pins: r-rsb-pins { | 1010 | r_rsb_pins: r-rsb-pins { |
1006 | pins = "PL0", "PL1"; | 1011 | pins = "PL0", "PL1"; |
1007 | function = "s_rsb"; | 1012 | function = "s_rsb"; |