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 65139C433EF for ; Thu, 24 Feb 2022 22:12:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235323AbiBXWNR (ORCPT ); Thu, 24 Feb 2022 17:13:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232144AbiBXWNO (ORCPT ); Thu, 24 Feb 2022 17:13:14 -0500 Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A0A4223201; Thu, 24 Feb 2022 14:12:44 -0800 (PST) Received: by mail-oi1-f174.google.com with SMTP id l25so5300133oic.13; Thu, 24 Feb 2022 14:12:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=AwrpQE4LJn3t0vwAwhao+3qHyp6bWGUtHRIdv9zUR3A=; b=Wirx9IUDLLoFcCBgGbkiDDeK6x2YjeYg3uT39YDdU7RH297yN1a6A3cJbJtPOMp/YY 7dn9nGiEf9+88Qd3hPavgq83YIdf4wSuBUEMM1rjoj6fr9/TZKS9J36D5Hw/bkFUVzt6 veZ+Ps+48MF7k2H8j92FNv34qXTKluDJHbdfj/SKqNVvhUxZWDsaKu/vV41oTjc0CUrM bTVsf9nvbr30mnss7Nfnjbny/2HngC/SmC2pF3urIJRB62ZzhUskyKUXLl59kNJ/I1i1 1yzTmckZCd+rO+L4qtwf2CSHVW6wFL+uTS6JJgVNSkU5OCinZaZwt+zzm0G4YBqfRdoW 9l6w== X-Gm-Message-State: AOAM531Gxp7LinsIfnic1myEM4Io2VSLqHRglHVDmUh2kmFf8gUGnZjk R0xvzNUGBs7Y0hu+1pmmpg== X-Google-Smtp-Source: ABdhPJx8ZE9fbvxfnrwEKrYV4Ec4weHW2WZEMcIuFMfTxiJpMIT63JPWl/TeZ/ky7d/LhoFPzArzdg== X-Received: by 2002:a05:6870:780f:b0:d6:e266:e13f with SMTP id hb15-20020a056870780f00b000d6e266e13fmr112087oab.44.1645740763380; Thu, 24 Feb 2022 14:12:43 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id u3-20020a056808114300b002d51f9b3263sm424053oiu.28.2022.02.24.14.12.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Feb 2022 14:12:42 -0800 (PST) Received: (nullmailer pid 3682256 invoked by uid 1000); Thu, 24 Feb 2022 22:12:41 -0000 Date: Thu, 24 Feb 2022 16:12:41 -0600 From: Rob Herring To: Marcello Sylvester Bauer Cc: Guenter Roeck , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jean Delvare , linux-hwmon@vger.kernel.org, Rob Herring , Patrick Rudolph Subject: Re: [PATCH v2 1/3] dt-bindings: trivial-devices: Add xdpe11280 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Feb 2022 15:41:33 +0100, Marcello Sylvester Bauer wrote: > 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(+) > Acked-by: Rob Herring