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 03FEE340A6C; Fri, 24 Apr 2026 17:45:29 +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=1777052730; cv=none; b=LY2rni1sOKr9f+ihEKx3LYoGlJsmG4mdQ3V8VSmr4Z7YNK3UVe+MEaFZ+G/0Ksam4uWqdCkZ7Q9c8MuffwPex+jqtlihPfz2+ViEfJnmru7bxlKMjewJS6kBH57Lo7S3wzblg6EuuSXhjRN2Lnvt99+1BctcNrLBwqhLoeEfTf0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777052730; c=relaxed/simple; bh=0pUcwKSaN2IYoAKf9yaef1dDw3E3dJewVX2FK3HvAvo=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=dCtgKJpF3JwhV4nKd/cW14dj3XVLzgAgD/tH64zVSAZfUVlD7HjTnUQxzb/uYc0pufO/6ArOzrzgMf73VSCFBdRs06upO7Ju0JVsACeAAS8fa4VatduZnywjiviFXW5Im+jjKZXaRVE6BOxqOcgIPWk5+oTrqayXkiZMwLMz6ck= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RdMYwEFf; 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="RdMYwEFf" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D3D0C2BCB0; Fri, 24 Apr 2026 17:45:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777052729; bh=0pUcwKSaN2IYoAKf9yaef1dDw3E3dJewVX2FK3HvAvo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RdMYwEFf3sDsXtWov4Tuf2dfpF3K4OTF/kZItHcKtMU2HW5MoGcA5XhCBhDQEAOeM TGRzaQCkGhYFMlEJpNR/fkWTc43pqCCvfMov8aBE2iLf8jKpr158uBnJESeEt5DqXu K5P52UmOxeIpki1M0AsUa49R2hJPo+GpBcfJdhYi9TTU5y9BbsWMbY00oqkxMWQtje M6lVspguo/NeNwaPInyH7r730sZ4VifYvUmaBsGBGY/vBxZU2iLKzrrSGbWw+KalJ/ PQTe3w9tsos83VIXWLnN2xTrJ1SsUlhTD70Zvg3bUmN/aAQOnc/bzxLe0ZlvJS4zHa sPFRCcznHj0Ww== Date: Fri, 24 Apr 2026 18:45:19 +0100 From: Jonathan Cameron To: Conor Dooley Cc: Ariana Lazar , David Lechner , Nuno =?UTF-8?B?U8Oh?= , Andy Shevchenko , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Conor Dooley , Jonathan Cameron , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] dt-bindings: iio: dac: mcp47feb02: fix reg property value bounds Message-ID: <20260424184519.41fdbf60@jic23-huawei> In-Reply-To: <20260422-hull-naming-2d7e822976a0@spud> References: <20260422-mcp47feb02-fix5-v3-1-e742cbab1dad@microchip.com> <20260422-hull-naming-2d7e822976a0@spud> X-Mailer: Claws Mail 4.4.0 (GTK 3.24.52; 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 Wed, 22 Apr 2026 17:55:55 +0100 Conor Dooley wrote: > On Wed, Apr 22, 2026 at 02:53:14PM +0300, Ariana Lazar wrote: > > Replace minItems/maxItems with minimum/maximum to describe the reg > > property as a single channel number with 8 possible values (0-7) > > > > Signed-off-by: Ariana Lazar > > --- > > Changes in v3: > > - Replace minItems/maxItems with minimum/maximum reg property value bounds > > - Link to v2: https://lore.kernel.org/r/20260417-mcp47feb02-fix5-v2-1-6592ea499cce@microchip.com > > > > Changes in v2: > > - keep just maxItems value update in this patch > > - remove Reported-by from commit message > > - Link to v1: https://lore.kernel.org/r/20260416-mcp47feb02-fix5-v1-1-9656c2fed6d2@microchip.com > > Acked-by: Conor Dooley > pw-bot: not-applicable Applied. before the space adding patch.