From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id CF24654BF7 for ; Tue, 23 Apr 2024 10:15:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713867309; cv=none; b=Il+a2M5iS75bsDgnV4iXwevh9gxiOQ4vzPVfDi+oixIxYdaeh+0QDfbZ+fcUXspBrXHNapzmEWU6Lx216pjPTXC2sgkQzQbFMoXz+UN1zJwbRT3NL0KinpxGor1nPuDxKgylQ/ZyX5+ewLtpyyAMPnQ8jz0R3Q8wUAPHOeraDyM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713867309; c=relaxed/simple; bh=Osr6rU3wttnnnQU9hjmDIEE+AedreEYJr8U4hs8XXDw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Ks5cFoZkylPlPOoRmrybWEaWfvig5g3ZsQwyt8zXNmKgq6T2OpAr+G2pdG45sGPqTulTVW1ZYFQWahi8Pv8AYh26yZO04iiudR3ybdB+O0q5xs4fBLHUzT9MMxkkXKUFUunGDAYxkdnWchViQt5ZnAcFdKfNzNgLAPDHavf949I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4150C339; Tue, 23 Apr 2024 03:15:35 -0700 (PDT) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 98CD73F7BD; Tue, 23 Apr 2024 03:15:05 -0700 (PDT) Date: Tue, 23 Apr 2024 11:15:02 +0100 From: Andre Przywara To: Hans de Goede , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, James McGregor Subject: Re: [PATCH 1/2] dt-bindings: input: sun4i-lradc-keys: Add H616 compatible Message-ID: <20240423111502.6e068887@donnerap.manchester.arm.com> In-Reply-To: <20240422164511.2488261-2-andre.przywara@arm.com> References: <20240422164511.2488261-1-andre.przywara@arm.com> <20240422164511.2488261-2-andre.przywara@arm.com> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 22 Apr 2024 17:45:10 +0100 Andre Przywara wrote: Hi, > From: James McGregor > > The Allwinner H616 SoC has an LRADC which is compatible with the > versions in existing SoCs. > Add a compatible string for H616, with the R329 fallback. This is the > same as the D1, so put them into an enum. > > Signed-off-by: James McGregor > Signed-off-by: Andre Przywara Compared the descriptions in the manual between the R392 and the H616, they look the same: Reviewed-by: Andre Przywara Cheers, Andre > --- > .../bindings/input/allwinner,sun4i-a10-lradc-keys.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > index c384bf0bb25d..8cb5820774e0 100644 > --- a/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > +++ b/Documentation/devicetree/bindings/input/allwinner,sun4i-a10-lradc-keys.yaml > @@ -22,7 +22,9 @@ properties: > - const: allwinner,sun8i-a83t-r-lradc > - const: allwinner,sun50i-r329-lradc > - items: > - - const: allwinner,sun20i-d1-lradc > + - enum: > + - allwinner,sun50i-h616-lradc > + - allwinner,sun20i-d1-lradc > - const: allwinner,sun50i-r329-lradc > > reg: