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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E0FF5C433FE for ; Wed, 27 Oct 2021 07:42:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB2B960174 for ; Wed, 27 Oct 2021 07:42:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240577AbhJ0Ho5 (ORCPT ); Wed, 27 Oct 2021 03:44:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240539AbhJ0Ho5 (ORCPT ); Wed, 27 Oct 2021 03:44:57 -0400 Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51533C0613B9 for ; Wed, 27 Oct 2021 00:42:32 -0700 (PDT) Received: by mail-pg1-x531.google.com with SMTP id f5so2065519pgc.12 for ; Wed, 27 Oct 2021 00:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nathanrossi.com; s=google; h=date:message-id:in-reply-to:references:from:to:cc:subject :content-transfer-encoding:mime-version; bh=ddY1h2eGYLfbs2x7Sg+P0Vwdzd/3/Mm7kKddSfpI7pQ=; b=jxweswx88EQ1DT2GDlWY0j2UWB2n5otSg6v2CVatqOX3mOdiaTpojzwmFuZybKQmy5 EepJy9h+5IwGUniPo9BNtky+SCnSE8rAF/Q6+JTN64OWI+W+Gpcyfe6MtWflobIW0yNe Ue8zoGGh4Yh0OIasiGCA9hZGyQa0rfmNgAdeuLRRuXW6Ve9znbngSP/UybjqNH13GhMG d7r/ngNfVNsXLjc9SEAgwgSc0FCmGWT9aQhttLg0B8+Wpz7lWKQMISYZ6cMU2sYMAlU1 p5WaSF0Ce7CaWrAFzwptE987o+6zQ5qW0nXtmEh0GPImU+vLmiNyuClZmpbxW17gnMGW AxxA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:in-reply-to:references:from:to :cc:subject:content-transfer-encoding:mime-version; bh=ddY1h2eGYLfbs2x7Sg+P0Vwdzd/3/Mm7kKddSfpI7pQ=; b=tURj/9FxbFKqBjfjEY63KkLMgRNx505z6iBLAdOu8RntWCuCflL58qcM5YG7GeOoxt WqJE0jaNEMm/9BB4QvXDC6I0DEDZezHZLqnd0UWNE54TalVl/OIoW2r2yWYz1MYNV49u LK76DfNaOibJhRGYqTYEbicXX4t95fRqqPovzgUYkU/P0LD6lLmBw10f+gT0uskSJwI4 mh4PixyhwqxL4lAH/RM3rvJrZm9lssP+/5xSVo/POZbAdhukbEzbdeCvEWgWx3mnTdBM YkPNofIdmFekGTkWPuCMPzBUfQtcT1Dsuu4cOFRZxvZfsLLtjhNm//Huvw9pHQfV12n6 fBhg== X-Gm-Message-State: AOAM531fZQPZPuUfwif/Udt4NftAHhGCaUevIKW/DA+qad/yao3tB59I Ta1hHAi4gIvHdzcOP5eaIBd6OQ== X-Google-Smtp-Source: ABdhPJxAJxlOUcK4LXqjoeR5Jr9lGORsfI5EfW1/8kX7JxSL02ICs1SuCB2dkq0Z6axA7BIs3ICulg== X-Received: by 2002:a63:3d0f:: with SMTP id k15mr22720996pga.269.1635320551887; Wed, 27 Oct 2021 00:42:31 -0700 (PDT) Received: from [127.0.1.1] (117-20-69-24.751445.bne.nbn.aussiebb.net. [117.20.69.24]) by smtp.gmail.com with UTF8SMTPSA id e24sm24272826pfn.8.2021.10.27.00.42.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 27 Oct 2021 00:42:31 -0700 (PDT) Date: Wed, 27 Oct 2021 07:42:12 +0000 Message-Id: <20211027074212.690611-1-nathan@nathanrossi.com> In-Reply-To: <20211027074212.690611-0-nathan@nathanrossi.com> References: <20211027074212.690611-0-nathan@nathanrossi.com> From: Nathan Rossi To: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Nathan Rossi , Nathan Rossi , Guenter Roeck , Jean Delvare , Rob Herring Subject: [PATCH v2 1/3] dt-bindings: hwmon: ti,ina2xx: Document ti,ina238 compatible string Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org From: Nathan Rossi Document the compatible string for the Texas Instruments INA238, this device is a variant of the existing INA2xx devices and has the same device tree bindings (shunt resistor). Signed-off-by: Nathan Rossi --- Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml index 6f0443322a..180573f26c 100644 --- a/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml +++ b/Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml @@ -26,6 +26,7 @@ properties: - ti,ina226 - ti,ina230 - ti,ina231 + - ti,ina238 reg: maxItems: 1 --- 2.33.0