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 0537BC433F5 for ; Thu, 17 Feb 2022 14:42:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241974AbiBQOmb (ORCPT ); Thu, 17 Feb 2022 09:42:31 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:37846 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233259AbiBQOmZ (ORCPT ); Thu, 17 Feb 2022 09:42:25 -0500 X-Greylist: delayed 18850 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 17 Feb 2022 06:42:10 PST Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 434091EA710; Thu, 17 Feb 2022 06:42:10 -0800 (PST) Received: from smtp102.mailbox.org (smtp102.mailbox.org [80.241.60.233]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4JzyG81ts4z9sW9; Thu, 17 Feb 2022 15:42:08 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sylv.io; s=MBO0001; t=1645108925; 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=P3WOWoBkW9fNOW7y5qawru7527uDPIT2KJWNbGZXIZU=; b=P53Xwlqo9K0bhRWOP+bBgy0KgnFYBK1w1Zkli3EzRyysM7MZW+XyvwUSTA5a5O/vRRb+Ku FbPuIcKEAc3VzcVcQ4foatjtxakoO8p2Or+hrvT7J3DygCjFZPuExEx0SriVVTwom0SS1M XaDv+JLw4TjuUCiverfZqCiB/czEjkeoJ6dHxgshRerBSzA5mEubHrnDKD/gL+lDYzpetK /UR2UB2sMSVwT3GmRMqLbdoCcoskUqzip7qONgmz+1+zPQRwkJIJUqe2GyKUYgELAasgQM //iUrNYV2zCFesBLPF6PabFEMdO3CsIjMwSWODy24G87AFlYzC9lo3MxMB2DNw== From: Marcello Sylvester Bauer To: Guenter Roeck , Jean Delvare , Rob Herring Cc: linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, Patrick Rudolph , Marcello Sylvester Bauer , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH v2 1/3] dt-bindings: trivial-devices: Add xdpe11280 Date: Thu, 17 Feb 2022 15:41:33 +0100 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add Infineon Multi-phase Digital Controller XDPE11280. Signed-off-by: Marcello Sylvester Bauer --- 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 091792ba993e..8a42aea3b8a6 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -137,6 +137,8 @@ properties: - infineon,slb9645tt # Infineon TLV493D-A1B6 I2C 3D Magnetic Sensor - infineon,tlv493d-a1b6 + # Infineon Multi-phase Digital VR Controller xdpe11280 + - infineon,xdpe11280 # Infineon Multi-phase Digital VR Controller xdpe12254 - infineon,xdpe12254 # Infineon Multi-phase Digital VR Controller xdpe12284 -- 2.34.1