Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932369AbdLRDVf (ORCPT ); Sun, 17 Dec 2017 22:21:35 -0500 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:34722 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757825AbdLRDVd (ORCPT ); Sun, 17 Dec 2017 22:21:33 -0500 X-Google-Smtp-Source: ACJfBouEzc4kzcmHwMtHJFBzOorJv5TrMzbJ9Aor8riGzyxz9/sxIakWc/Cq6vj/Rv3GOcgoB971cjMa7IyCFZpxBC4= MIME-Version: 1.0 In-Reply-To: <20171217224547.21481-4-embed3d@gmail.com> References: <20171217224547.21481-1-embed3d@gmail.com> <20171217224547.21481-4-embed3d@gmail.com> From: Chen-Yu Tsai Date: Mon, 18 Dec 2017 11:21:04 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 3/5] arm: dts: sun8i: a83t: Add the ir pin for the A83T To: Philipp Rossak Cc: mchehab@kernel.org, Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Russell King , sean@mess.org, Philipp Zabel , andi.shyti@samsung.com, Linux Media Mailing List , devicetree , linux-arm-kernel , linux-kernel , linux-sunxi Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 980 Lines: 34 On Mon, Dec 18, 2017 at 6:45 AM, Philipp Rossak wrote: > The CIR Pin of the A83T is located at PL12. > > Signed-off-by: Philipp Rossak > --- > arch/arm/boot/dts/sun8i-a83t.dtsi | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-a83t.dtsi > index a384b766f3dc..954c2393325f 100644 > --- a/arch/arm/boot/dts/sun8i-a83t.dtsi > +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi > @@ -521,6 +521,11 @@ > drive-strength = <20>; > bias-pull-up; > }; > + > + ir_pins_a: ir@0 { ir_pins: ir-pins And it really should be cir, to distinguish it from IrDA. ChenYu > + pins = "PL12"; > + function = "s_cir_rx"; > + }; > }; > > r_rsb: rsb@1f03400 { > -- > 2.11.0 >