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 B5756CCA479 for ; Tue, 28 Jun 2022 14:35:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346712AbiF1OfP (ORCPT ); Tue, 28 Jun 2022 10:35:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46226 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346391AbiF1OfO (ORCPT ); Tue, 28 Jun 2022 10:35:14 -0400 Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3BD52B269; Tue, 28 Jun 2022 07:35:13 -0700 (PDT) Received: by mail-io1-f51.google.com with SMTP id z191so13014363iof.6; Tue, 28 Jun 2022 07:35:13 -0700 (PDT) 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=0ai+gw7dGip6YcbkUuUo39LuNyFuf2jm5c7GJoByszg=; b=RqJ2U3vuqX8tm+w1uYTnCgx4xp4LcqdC2t+76Gp+tx0DKXkL1mLgal3AsuwlmAxCaC hLfwvLz6ZbgKL8iDg6ghneeUX4RfdsiDyhP5M81FTtNnCHahgxVyO9mD/M3aYGsrPnCr 7HhRfPzfC3+2zo5ODU0bMrX9s/ly3y6VacGuGsYEi9fNTeboUQp2ySvYXfFNv2qBinNw qfx3m/GiOCdRU7dxGnbSVZJHLgga7sc4RSfwY8owNYz2jsiSdc6WzHVYLcermA0smWvL r4tyaYlMzo22z60LEmxLExH5SjMv6sOcjoiq0lQBF3/Zy+UDJQzE8hZHnQtfltXrxulN GVPQ== X-Gm-Message-State: AJIora8IPfehywgPDcsB3ok+swXLEaqrKHNMevIgGTLZ585obk2IqKNf q+u/sqfi2pE8XR3EryHXuw== X-Google-Smtp-Source: AGRyM1uKaqEB6vi1TLsmVLeRCfzFwSm/gBg4hNAbNlJKnO7zeOdgTczQg6XOqflcDWWq3b597qBNPQ== X-Received: by 2002:a05:6638:24cb:b0:33c:943f:7df3 with SMTP id y11-20020a05663824cb00b0033c943f7df3mr7423389jat.207.1656426913150; Tue, 28 Jun 2022 07:35:13 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.253]) by smtp.gmail.com with ESMTPSA id s21-20020a6bdc15000000b0067533ab9404sm3349883ioc.16.2022.06.28.07.35.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 07:35:12 -0700 (PDT) Received: (nullmailer pid 422356 invoked by uid 1000); Tue, 28 Jun 2022 14:35:10 -0000 Date: Tue, 28 Jun 2022 08:35:10 -0600 From: Rob Herring To: Abel Vesa Cc: Shawn Guo , Dong Aisheng , "David S. Miller" , Krzysztof Kozlowski , Joakim Zhang , netdev@vger.kernel.org, Paolo Abeni , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, NXP Linux Team , Jakub Kicinski , Pengutronix Kernel Team , Eric Dumazet , Fabio Estevam , linux-phy@lists.infradead.org, Sascha Hauer , Linux Kernel Mailing List Subject: Re: [PATCH v9 12/12] dt-bindings: arm: freescale: scu-pd: Add i.MX8DXL compatible string Message-ID: <20220628143510.GA422324-robh@kernel.org> References: <20220607111625.1845393-1-abel.vesa@nxp.com> <20220607111625.1845393-13-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220607111625.1845393-13-abel.vesa@nxp.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 07 Jun 2022 14:16:25 +0300, Abel Vesa wrote: > Add i.MX8DXL compatible string to the scu-pd bindings. > > Signed-off-by: Abel Vesa > --- > Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring