From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6490CC43334 for ; Fri, 24 Jun 2022 09:56:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230227AbiFXJ4e (ORCPT ); Fri, 24 Jun 2022 05:56:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229996AbiFXJ4a (ORCPT ); Fri, 24 Jun 2022 05:56:30 -0400 Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1B097A18E; Fri, 24 Jun 2022 02:56:28 -0700 (PDT) Received: (Authenticated sender: kory.maincent@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 79B69FF80B; Fri, 24 Jun 2022 09:56:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1656064584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jVgqzRvfAvuojl1wIRntTLDYoVESh+j34faXY7UfTU8=; b=ZeJRukcZnf1JUcwe7qc+TtenAZN8LaquLH491VJV4j+eXDKhH7e0SOJOLg8ldYi1PSBdmV cWrxp/23v3Hx+jN0YX2lT3AIWiWIgC16fXga1pAI6lCUzKg20ly/0UTzgXdtx89NB5J67q PDCNHNdvV+LX5VaUKBVsiIpWsrvfyjfjS+WJa5aMyRCGujEPT4aMhKDhETWDTPRS2ZQhTO FJ8h2w2cmbOPMtIR29fYqTpQSS8GeRbZFd0Wn5BHCJMmH7f8v0asBCTDmZdRGtov2VT4+l iBPQ97+4QfrE4TOECIlEAFi5Mvyj9GvT1Sl/ulOKPP5BWDWxFViSaAwnu9cLew== From: Kory Maincent To: Jonathan Cameron , Michael Welling , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: thomas.petazzoni@bootlin.com, Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , =?UTF-8?q?Nuno=20S=C3=A1?= Subject: [PATCH 2/2] dt-bindings: iio: dac: mcp4922: expand for mcp4921 support Date: Fri, 24 Jun 2022 11:56:18 +0200 Message-Id: <20220624095619.1415614-2-kory.maincent@bootlin.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220624095619.1415614-1-kory.maincent@bootlin.com> References: <20220624095619.1415614-1-kory.maincent@bootlin.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org Add device tree bindings for the MCP4921 DAC. Signed-off-by: Kory Maincent --- Documentation/devicetree/bindings/iio/dac/microchip,mcp4922.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/dac/microchip,mcp4922.yaml b/Documentation/devicetree/bindings/iio/dac/microchip,mcp4922.yaml index 12a14b3f36cb..4c430abcdbf9 100644 --- a/Documentation/devicetree/bindings/iio/dac/microchip,mcp4922.yaml +++ b/Documentation/devicetree/bindings/iio/dac/microchip,mcp4922.yaml @@ -15,6 +15,7 @@ properties: enum: - microchip,mcp4902 - microchip,mcp4912 + - microchip,mcp4921 - microchip,mcp4922 reg: -- 2.25.1