From patchwork Tue Oct 23 18:53:23 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Oskari_Lemmel=C3=A4?= X-Patchwork-Id: 10653531 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 42DDB14BB for ; Tue, 23 Oct 2018 18:55:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 314CF29F73 for ; Tue, 23 Oct 2018 18:55:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 24F162A2FC; Tue, 23 Oct 2018 18:55:30 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BADAD29F73 for ; Tue, 23 Oct 2018 18:55:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727829AbeJXDUG (ORCPT ); Tue, 23 Oct 2018 23:20:06 -0400 Received: from mail1.kuutio.org ([92.222.216.83]:45886 "EHLO mail1.kuutio.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728575AbeJXDSq (ORCPT ); Tue, 23 Oct 2018 23:18:46 -0400 Received: from localhost (localhost [127.0.0.1]) by mail1.kuutio.org (Postfix) with ESMTP id 43CDF1FB8F; Tue, 23 Oct 2018 20:54:07 +0200 (CEST) Authentication-Results: mail1.kuutio.org (amavisd-new); dkim=pass (4096-bit key) reason="pass (just generated, assumed good)" header.d=lemmela.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lemmela.net; h= references:in-reply-to:x-mailer:message-id:date:date:subject :subject:from:from:received:received; s=dkim; t=1540320846; x= 1542912847; bh=pynibka8auirUqb0BTZoo/q8Z5wVAhJZgUGoIcWmgJM=; b=Z zpwxEyfc0BNtaduL2eN9Tn6MPM69ozM/IhLwQlBsI+Oz2qBxbrGEVLTwM9nruwYv s6kh/QvG7P9K1/OzTbZ2BwTUsJufPqpQQBwBq6VZJ/B8n7opfcFGtQ4BnWLg8SjE OJGo12YEU4nyDV7znHbWrmTu9Wa+2KQ5WNclu6y5PPuBZpvg0HginMkZUDr3Vfkm +L2iR0eVSdTfb/lpDKDZDe6fHom5cw6EeUoRfQgFaEIX+5mL2FmjGDrsTBmBfGb1 JtLuT0wyA47/u8n8NSxcBV9eqzZMQu6FROcrELOZgbGWVlo8mJEb91Ws20MXnmh4 dsCoKW9UownJD7WAfKv7O/vvFMPnG7/uvMWqcjWSflfL+j2m9CM2RzBHyEW9L9nU 9Q5halLku4l0Z9JQC8EuMdUAnlfu0C3f0fcPCQfq11dm/88Bjszl3wQf8jMRZ+9B U8y0X+m73Nawaqf1CwoCeYZyhkpVjv65ZGXfrRcksKaO/IZvwwSnXtbsC5Mv60qE MCybpY118uI2svGFHeba0Y5RMKAKaoXPkBj4iYV7bvv+Tda4DApD0C7kb7TvddD3 CY15o8/cdZ/X50eqcDMfLis7gpK1NOLqtR+GT6UiVEmyPwM8fHhB4Bh8wv8tIV+4 1SqnfibnMy9d8oKzSwLSk7W8mQ2zosrHPYtYP2m9AI= X-Virus-Scanned: amavisd-new at kuutio.org Received: from mail1.kuutio.org ([127.0.0.1]) by localhost (mail1.kuutio.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id abn3hQvZK61p; Tue, 23 Oct 2018 20:54:06 +0200 (CEST) Received: from build.kuutio.org (unknown [IPv6:2001:998:13:e4::69]) by mail1.kuutio.org (Postfix) with ESMTPSA id CB89E1F99A; Tue, 23 Oct 2018 20:54:05 +0200 (CEST) From: Oskari Lemmela To: Linus Walleij , Sebastian Reichel , Rob Herring , Mark Rutland , Chen-Yu Tsai , Maxime Ripard , Jonathan Cameron Cc: Lee Jones , Hartmut Knaack , Lars-Peter Clausen , Vasily Khoruzhick , Quentin Schulz , Oskari Lemmela , linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-iio@vger.kernel.org Subject: [PATCH v5 04/11] dt-bindings: iio: adc: add AXP803 ADC bindings Date: Tue, 23 Oct 2018 21:53:23 +0300 Message-Id: <20181023185330.10472-5-oskari@lemmela.net> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181023185330.10472-1-oskari@lemmela.net> References: <20181023185330.10472-1-oskari@lemmela.net> Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The AXP803 ADC is compatible with AXP813 ADC, but add specific compatible for it. Signed-off-by: Oskari Lemmela Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt b/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt index 7a6313913923..1dbd5e480acd 100644 --- a/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt +++ b/Documentation/devicetree/bindings/iio/adc/axp20x_adc.txt @@ -4,6 +4,7 @@ Required properties: - compatible: should be one of: - "x-powers,axp209-adc", - "x-powers,axp221-adc", + - "x-powers,axp803-adc", - "x-powers,axp813-adc", - #io-channel-cells: should be 1, @@ -39,6 +40,7 @@ AXP22x 2 | batt_chrg_i 3 | batt_dischrg_i +AXP803 AXP813 ------ 0 | pmic_temp