From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) (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 0B0931A4F1C; Thu, 4 Jul 2024 08:35:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.196 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720082132; cv=none; b=F6+p18tf2S02BVYISEEDyp7090ffbf9hgKl4VFDWMFupndTVESPLrwkvUPTMm+HAyv4dMDs9JoqqPRkBv6lqITISRWkXuHMmnNyo+amRMX5lrmWJL0ku324QOyZVgSrUTQ9dUbSjks3NgKjRVoEJS6zdCICWquJ9+OYx6hmgFcc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720082132; c=relaxed/simple; bh=ha80nLRuPkxl6TD3WGhJxFUjmnwZGetl3R4YGxxUPRg=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=K5cuqUwYjdJlQyaJ1KlYHAFcJ6QgLPD+x3q4nmRLz1Cv3nNMkCat11CCbG0GTPv5QJSepsydn4jqxwTae+v54jh5ikYuKN6LHlSrQKDeCXxU294hvsT7NVEEJ8eUoE8wZ+LWtNQ6n2V0xajTSaZLe88VRoyEOZS6imsJYYe6PQI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=WUyqWIIg; arc=none smtp.client-ip=217.70.183.196 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="WUyqWIIg" Received: by mail.gandi.net (Postfix) with ESMTPSA id A56C3E0006; Thu, 4 Jul 2024 08:35:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1720082128; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VWar8m3O4fo/jZOi8A6VIxRWgKYWwe4SDSJKBXm4MU8=; b=WUyqWIIgLtb7ykFLsUTyM+0/eHHcIhl5IRjvw2bfVzhIjxXfCwGVhH1pwDAF7crb5ffXu4 cORDlXxTlzHgnTdNGHo8uxhVGRZKgXBA9owVfPuSPdG3tcV8HN1G8CBnQopHwcG5SJeK8H BvBfeOHHL9L9NoEuDbh24zce/yRjNMbY6HLX39ovWFAXjSe9Jr40Veeuu209ulSqFDaSFD X1hUKGz6XVt34aElqd5YYkObjRogHKEAdZqAXHnDnLp2kP6g5wEHE6qv59gLVmY/SCSMkZ SABmtWRB7y6xLa1EKLnaz0mID5g2lObdb/lF9i6JUanYXdQi+TFsY1yJaQlrlQ== Message-ID: <8d368347-7cee-41af-a033-c495eeb62e2a@bootlin.com> Date: Thu, 4 Jul 2024 10:35:25 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo SARADC binding documentation To: Krzysztof Kozlowski Cc: Albert Ou , Palmer Dabbelt , Paul Walmsley , Inochi Amaoto , Chen Wang , Conor Dooley , Jonathan Cameron , Rob Herring , Thomas Petazzoni , =?UTF-8?Q?Miqu=C3=A8l_Raynal?= , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, Lars-Peter Clausen , linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org References: <20240702-sg2002-adc-v1-0-ac66e076a756@bootlin.com> <20240702-sg2002-adc-v1-1-ac66e076a756@bootlin.com> Content-Language: en-US From: Thomas Bonnefille In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-GND-Sasl: thomas.bonnefille@bootlin.com Hello Krzysztof, Thank you for your feedback On 7/3/24 7:08 AM, Krzysztof Kozlowski wrote: > On 02/07/2024 13:52, Thomas Bonnefille wrote: >> The Sophgo SARADC is a Successive Approximation ADC that can be found in >> the Sophgo SoC. >> >> Signed-off-by: Thomas Bonnefille >> --- >> .../bindings/iio/adc/sophgo,cv18xx-saradc.yaml | 51 ++++++++++++++++++++++ >> MAINTAINERS | 5 +++ >> 2 files changed, 56 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/iio/adc/sophgo,cv18xx-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/sophgo,cv18xx-saradc.yaml >> new file mode 100644 >> index 000000000000..21fd5dc8e24e >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/iio/adc/sophgo,cv18xx-saradc.yaml >> @@ -0,0 +1,51 @@ >> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >> +%YAML 1.2 >> +--- >> +$id: http://devicetree.org/schemas/iio/adc/sophgo,cv18xx-adc.yaml# >> +$schema: http://devicetree.org/meta-schemas/core.yaml# >> + >> +title: Sophgo 3 channels Successive Approximation Analog to Digital Converters >> + >> +maintainers: >> + - Thomas Bonnefille >> + >> +description: >> + Datasheet at https://github.com/sophgo/sophgo-doc/releases >> + >> +properties: >> + compatible: >> + const: sophgo,cv18xx-saradc > > Except that this was never tested... wild-cards are generally not allowed. > I realized I made a mistake when using the "make dt_binding_check" command, which led to some errors in this dt_binding. I have now addressed all of them, but I'm not sure I understand your comment. I don't see any wildcards in the YAML file. Could you please provide more details on what you expect? Best regards, Thomas