From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 6036B42CAE4; Wed, 8 Jul 2026 10:45:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783507536; cv=none; b=E3EUbLJB2zGgm/SGSsUSRY1rk91hchiI83pdmRzAn+DOM8Wg0KdgtXwpXwmqcxvG/XWZ49LpMOX4184nadd1pA0ZvC1qnSsc27cgkLqCsjCQdk+t5qCTUGnWIILthBfcGHkgVc6ZjWDTzeAkX659lszk5v4hmtmkPFve4Q2ynb8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783507536; c=relaxed/simple; bh=pux0VXMKGxe/GygS3tapFrP8EPQF3hB8WrKJiuxFx0Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Eefrh0K01DzUI9lL/fh7+ZWSHoH/XjO+xzHw5i2RX+dDAOSLqNCATC6mhO/bGmxkjjyWmJlQ2S6Dkzsjp7h0bBU2tKiEbe+EreQ0IZLHFCCrUcpuvYYhLBB0agBdPHWZ7yI0fWgYM3ChYyhxKRP2TvZIpD6zSsGnGKbYThK4OUo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=dUv/aaBr; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="dUv/aaBr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 87EC91F000E9; Wed, 8 Jul 2026 10:45:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783507527; bh=pylafSGUukz/4i8OoUfzyabnXGXIxcGDOPGtUmbKyoY=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=dUv/aaBr1uN7VfTdA/Mpn68vwcEgIyJQRX0FWY1Hnd1YVyT/5DgM++bpPB/Fkv3JB PEPlD4SXsVhNA0i6/lGqsmoKFDanh5h9znke27buXLwcdmROjizFnqV1wqYVN1ZICD BwxY5YI3FN/c9nHAhaUyB+OzEKjHfnBIDz87A/vsILfDMgCpsw0CaleU2f+90+lD/q 2iCWJA2L3hzpwsA/yAy0arwno6Q/qK+B70tp468gmrnv42UXwAQn5naVXsVQCNbvJ1 IKLBbq4f4/gyZSDLTRNxOe9+ez0EUCg29p2aEcca3r3V48rKnteNVExLD2xui3c41F olINebbehNM9w== Date: Wed, 8 Jul 2026 12:45:23 +0200 From: Krzysztof Kozlowski To: Simon Glass Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Fabio Estevam , linux-arm-kernel@lists.infradead.org, Andy Shevchenko , Conor Dooley , David Lechner , Jonas Karlman , Jonathan Cameron , Krzysztof Kozlowski , Nuno =?utf-8?B?U8Oh?= , Rob Herring , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 09/12] dt-bindings: iio: adc: rockchip-saradc: Add RV1106 compatible Message-ID: <20260708-intrepid-piquant-teal-26615d@quoll> References: <20260706195818.3906949-1-sjg@chromium.org> <20260706195818.3906949-10-sjg@chromium.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260706195818.3906949-10-sjg@chromium.org> On Mon, Jul 06, 2026 at 01:58:05PM -0600, Simon Glass wrote: > Add the compatible for the SARADC of the Rockchip RV1106, which is > compatible with the RK3588 variant. > > Signed-off-by: Simon Glass > --- > > Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml > index 6769d679c907..c3bb03dc4853 100644 > --- a/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/rockchip-saradc.yaml > @@ -24,6 +24,9 @@ properties: > - items: > - const: rockchip,rk3576-saradc > - const: rockchip,rk3588-saradc > + - items: > + - const: rockchip,rv1106-saradc Why can't this be an enum with 3576? Best regards, Krzysztof