From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A92361D555; Sat, 10 Aug 2024 09:38:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723282738; cv=none; b=ktjE6bRK+rDfiZCM+voN//jDIUPAAQYLiAYgVLlNi4+uUQlQUpZIlMZOPYLz/HpoSrjaDiKMcNUwK4bTzvkGD8mwzI1iYceGoYxIa/M6jG1oDivi+3pSCy9FqqAcU6DWsMhhBL4MvY78iv15IELxHVFXK1YnUj8BkBwyTNr0/4k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723282738; c=relaxed/simple; bh=yGihDf4UPvnVbeBFvypXekjA1yNeJQAtpvjbIlX4CqY=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=DF3U/QTOEh8h02Mdb3ISpH/iyKPAeiafEonCAz2HAqgIzdxlucdzlw+DETAX7VjsexPyY6QvgIzCvts2RKO2HZqqI4dkxLm4caIheLY6VeFX50Wl3JSl9a+pygALSzdiKQaNz3pXVGB3Ad7pwBuP1zcZ/ou/NffJytXOt5IjLp8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JQ8QQzMg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="JQ8QQzMg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D7004C32781; Sat, 10 Aug 2024 09:38:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1723282738; bh=yGihDf4UPvnVbeBFvypXekjA1yNeJQAtpvjbIlX4CqY=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=JQ8QQzMgM0Uvlfnfy3IDHI0GO+THTPSoCUsfXfJucyG/0X/0em3nRX+L9KNsXXZ9y 8wnRm4nDZzapTf67U24uTTXgedsk8EzUl+EZ+ApduQDyICVmTBxto13YZqc0/Dt9gv OsN+fut7B13hM9gxcL0Pa6UjZa8rzbeZF9EOM2hrBIkXoh8j22QINgZcdoFDoXdG6C XiUDJ0m140PfV33fX6virJsn1k8b3xaz2qQcLgn+vJ8gCNSu3gtXPm/0OrGarAwuOJ WNAXfnpNNH6FAcPRD5L0xI/CFHpCAKocMg0ejq3QGJQiDFxurtE4/RKddRjLUIDPhq HsS3LhS/n23pA== Date: Sat, 10 Aug 2024 10:38:42 +0100 From: Jonathan Cameron To: Krzysztof Kozlowski Cc: Detlev Casanova , linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Andi Shyti , Lars-Peter Clausen , Lee Jones , Greg Kroah-Hartman , Jiri Slaby , Daniel Lezcano , Thomas Gleixner , Chris Morgan , Jonas Karlman , Tim Lunn , Muhammed Efe Cetin , Andy Yan , Jagan Teki , Dragan Simic , Sebastian Reichel , Shresth Prasad , Ondrej Jirman , Weizhao Ouyang , Alexey Charkov , Jimmy Hon , Finley Xiao , Yifeng Zhao , Elaine Zhang , Liang Chen , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-i2c@vger.kernel.org, linux-iio@vger.kernel.org, linux-serial@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH 04/10] dt-bindings: iio: adc: Add rockchip,rk3576-saradc string Message-ID: <20240810103842.19a60a22@jic23-huawei> In-Reply-To: <66118cb8-595a-4149-84c9-0105a2949151@kernel.org> References: <20240802214612.434179-1-detlev.casanova@collabora.com> <20240802214612.434179-5-detlev.casanova@collabora.com> <66118cb8-595a-4149-84c9-0105a2949151@kernel.org> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.43; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 4 Aug 2024 11:47:44 +0200 Krzysztof Kozlowski wrote: > On 02/08/2024 23:45, Detlev Casanova wrote: > > Add rockchip,rk3576-saradc compatible string. > > The saradc on RK3576 is compatible with the one on RK3588, so they are > > used together in an arm of the oneOf. > > > > Reviewed-by: Krzysztof Kozlowski > > Best regards, > Krzysztof > > Applied to the togreg branch of iio.git and pushed out as testing initially because otherstuff on that branch needs some build test before I make a mess of linux-next. Thanks, Jonathan