From patchwork Sun Jan 5 10:58:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vadim Pasternak X-Patchwork-Id: 11318111 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2480C14B4 for ; Sun, 5 Jan 2020 10:58:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D44F21582 for ; Sun, 5 Jan 2020 10:58:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726188AbgAEK6l (ORCPT ); Sun, 5 Jan 2020 05:58:41 -0500 Received: from mail-il-dmz.mellanox.com ([193.47.165.129]:45663 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726143AbgAEK6l (ORCPT ); Sun, 5 Jan 2020 05:58:41 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from vadimp@mellanox.com) with ESMTPS (AES256-SHA encrypted); 5 Jan 2020 12:58:39 +0200 Received: from r-build-lowlevel.mtr.labs.mlnx. (r-build-lowlevel.mtr.labs.mlnx [10.209.0.190]) by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 005AwYmQ020934; Sun, 5 Jan 2020 12:58:39 +0200 From: Vadim Pasternak To: linux@roeck-us.net, robh+dt@kernel.org, vijaykhemka@fb.com Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, Vadim Pasternak Subject: [RFC PATCH hwmon-next v1 4/5] dt-bindings: Add TI and Infineon VR Controllers as trivial devices Date: Sun, 5 Jan 2020 10:58:32 +0000 Message-Id: <20200105105833.30196-5-vadimp@mellanox.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20200105105833.30196-1-vadimp@mellanox.com> References: <20200105105833.30196-1-vadimp@mellanox.com> Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Add Texas Instruments Dual channel DCAP+ multiphase controllers: TPS53679, TPS53688, SN1906016 and Infineon Multi-phase Digital VR controllers XDPE12286C, XDPE12284C, XDPE12283C, XDPE12254C, XDPE12250C as trivial devices. Signed-off-by: Vadim Pasternak --- Documentation/devicetree/bindings/trivial-devices.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 765fd1c170df..dbd71d01ede0 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -104,6 +104,16 @@ properties: - infineon,slb9645tt # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor - infineon,tlv493d-a1b6 + # Infineon Multi-phase Digital VR Controller xdpe12283c + - infineon,xdpe12283c + # Infineon Multi-phase Digital VR Controller xdpe12250c + - infineon,xdpe12250c + # Infineon Multi-phase Digital VR Controller xdpe12254c + - infineon,xdpe12254c + # Infineon Multi-phase Digital VR Controller xdpe12284c + - infineon,xdpe12284c + # Infineon Multi-phase Digital VR Controller xdpe12286c + - infineon,xdpe12286c # Inspur Power System power supply unit version 1 - inspur,ipsps1 # Intersil ISL29028 Ambient Light and Proximity Sensor @@ -354,6 +364,12 @@ properties: - ti,tmp103 # Digital Temperature Sensor - ti,tmp275 + # TI Dual channel DCAP+ multiphase controller TPS53679 + - ti,tps53679 + # TI Dual channel DCAP+ multiphase controller TPS53688 + - ti,tps53688 + # TI Dual channel DCAP+ multiphase controller SN1906016 + - ti,sn1906016 # Winbond/Nuvoton H/W Monitor - winbond,w83793 # i2c trusted platform module (TPM)