Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp747550ybl; Fri, 16 Aug 2019 03:24:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqxkplnffrvLKmvpFFQrQlc8LskBIUozse+NzIIrS0lc0fIzmcVEaU/SSR08l71DYgWLJnoh X-Received: by 2002:a17:902:6a8b:: with SMTP id n11mr8576496plk.263.1565951079108; Fri, 16 Aug 2019 03:24:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565951079; cv=none; d=google.com; s=arc-20160816; b=aAEN0CvCXDIRAFqRi+gYl4reMaOPxmXKp6sRF8/7aYxm5Sv7wonPj7PhBaRHwZfn78 RfH2Ypo/PHK0LKva5w5RXywh0/RMTOY99kM0L1o5fMnlnpTo8U7xpdCqyirmp5lR7kck uL0sUcM9Ia/7y99/8SXtCtvwNP6S2raAzSQ7pA155uyd8uL9TstRe90PKNTcDjh0IW7R 9IXX9fA4QV8u7B1S1vrYRDL9vT4tJUzv+6ifa1FktlhpC/4LqTSyQdb/J5fkgfNs/Rj5 Tx//YzEchFTX0Cb4DoNJs/CLxkrAOaKhyyxem7xfcAwfz2mp2D0I4bjdbN/gN9EB+zN+ v6hg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:to :from; bh=Y3w/rFEXm2yefMe48+8Jr31PKNS09vw7vDM/tIIByKw=; b=QQVxfynRUohveL/YClXm/xd870nevJFXC2WqlE+1LBo+7aMN9VkMy4anMWx47dizKP 1EzSoM4uzgBb5jomgn4WzNFOXkUAk00xxXLjCPBh55/zP/40D73cIFg0p9yn/aUb9Ceu EOgWyXm4/jDkRimuWyje2sskyNejwCdqm4PD8c4F1SybZvzn/WpcTApkvjtxYPIE0ND0 sX+QnGZTf3EOmh59xdfsIkS6MvgVC/odpkCkScoNplchF0MX+OrJw2DO9594zYyIYm4G 4Dts0vFXQBkoXHapDT1QdWsEjd2u+R/2m949sYiGTkPUEe7AspbooE7SBabrGchdzn+0 a92w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v11si3541581pgr.237.2019.08.16.03.24.21; Fri, 16 Aug 2019 03:24:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727148AbfHPKXQ (ORCPT + 99 others); Fri, 16 Aug 2019 06:23:16 -0400 Received: from vip.corpemail.net ([162.243.126.186]:41429 "EHLO vip.corpemail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727020AbfHPKXQ (ORCPT ); Fri, 16 Aug 2019 06:23:16 -0400 Received: from ([60.208.111.195]) by ssh248.corpemail.net (Antispam) with ASMTP (SSL) id HSG47528; Fri, 16 Aug 2019 18:16:28 +0800 Received: from localhost (10.100.1.52) by Jtjnmail201618.home.langchao.com (10.100.2.18) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 16 Aug 2019 18:16:31 +0800 From: John Wang To: , , , , , , , , , Subject: [PATCH v5 1/2] dt-bindings: Add ipsps1 as a trivial device Date: Fri, 16 Aug 2019 18:16:31 +0800 Message-ID: <20190816101631.3077-1-wangzqbj@inspur.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.1.52] X-ClientProxiedBy: jtjnmail201605.home.langchao.com (10.100.2.5) To Jtjnmail201618.home.langchao.com (10.100.2.18) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The ipsps1 is an Inspur Power System power supply unit Signed-off-by: John Wang Reviewed-by: Rob Herring --- v5: - No changes v4: - Rebased on 5.3-rc4 instead of 5.2, No changes v3: - Fix adding entry to the inappropriate line v2: - No changes. --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 2e742d399e87..870ac52d2225 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -104,6 +104,8 @@ properties: - infineon,slb9645tt # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor - infineon,tlv493d-a1b6 + # Inspur Power System power supply unit version 1 + - inspur,ipsps1 # Intersil ISL29028 Ambient Light and Proximity Sensor - isil,isl29028 # Intersil ISL29030 Ambient Light and Proximity Sensor -- 2.17.1