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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EC9D1C433F5 for ; Fri, 11 Feb 2022 16:29:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=hTZbRmBaaONjN03K+woTyAuSybCzXtXJ0RG+StxG2D0=; b=b4b1vy2OJzjUOy TOGO0W4NInGovXzmSIrGr2oHZCfDqEpRNsLQTrTHGPwRyR7yGbpSK1R/19j9C0zUstSuvRtkD24l0 n3tk2oLoIkPri8b1tpC3WcaGchs70ef+D2TcMX85ZZ80zK/sGANKH8ocIjTKsSQGJNvAZX7GdEfAv 5XUhFFr+5rZhgTFxRkqJVolEJSA212iDsK5csPjj6OHUJZMW9tUq6IXya11WNlKpyS6HnpffW4BAY Pm6G/yYwIOXS5PoBOqt1B4A9L0gu6Zb9W0GrblWaBs/uxYCBOTOAuXx23JKKAbNYg1OSlyZdq5S6V KtcqdUXcCy4WEE9yEc1A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIYm1-00800a-EA; Fri, 11 Feb 2022 16:27:53 +0000 Received: from mail-oi1-f173.google.com ([209.85.167.173]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nIYlx-007zzr-Cd for linux-arm-kernel@lists.infradead.org; Fri, 11 Feb 2022 16:27:51 +0000 Received: by mail-oi1-f173.google.com with SMTP id x193so10171503oix.0 for ; Fri, 11 Feb 2022 08:27:48 -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=ohJiaEU1khZay5bs8pJ+paG40LI/yMvEzMUpZcxA80w=; b=v6ze/kNM3/Spwxed9A6wbY4qx4Kgz2uEQmPkDYd4qKBUPlMYsXEr5fu05sypW7UhgH l5PnuU+DJEbjqut6hymmv+sLdRSGQWmNaOqOmjLTLIIQKE3FreTKLMjOEvfAYxBPSpq9 H4Tbe8Bpz+ZkoV0QUgQndAnL6+tKk2fnmgXmlhxxY71tQmHgtUTGLsPc5PYAJBLqexY/ ltCk4m7cIcmwQLw4PIh5goxqUdcCsm0zfMXAvx1ID1J+eyhacXmaSvurJmzrJfhUrLLj BpqeS0Kbqhlkz99Dugr7o0DOpkibK0L7ytJKMpvWpoL8IqaWmo4y6I24yxE42GUSAGJ2 06vg== X-Gm-Message-State: AOAM532ohXUdBZKdTrA3IYTg3EfJZeqM2YI3Uu6Tk5Kp3P2hZlaOdy7K dNXDcM8gL0sL6Sjk5h/Wrl4uXfvSxg== X-Google-Smtp-Source: ABdhPJxX9AGyqzbABp3LxcIteSTA0IeyILlvezl6zRnRko+fAIHkK/a7epyACP2ObZDCph7DPtVXWQ== X-Received: by 2002:aca:1313:: with SMTP id e19mr530846oii.145.1644596868207; Fri, 11 Feb 2022 08:27:48 -0800 (PST) Received: from robh.at.kernel.org ([2607:fb90:5fee:dfce:b6df:c3e1:b1e5:d6d8]) by smtp.gmail.com with ESMTPSA id be19sm10334617oib.31.2022.02.11.08.27.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 08:27:47 -0800 (PST) Received: (nullmailer pid 470209 invoked by uid 1000); Fri, 11 Feb 2022 16:27:45 -0000 Date: Fri, 11 Feb 2022 10:27:45 -0600 From: Rob Herring To: Lucas Stach Cc: Shawn Guo , devicetree@vger.kernel.org, Rob Herring , Fabio Estevam , linux-arm-kernel@lists.infradead.org, patchwork-lst@pengutronix.de, NXP Linux Team , Pengutronix Kernel Team Subject: Re: [PATCH v2 2/9] dt-bindings: power: add defines for i.MX8MP power domain Message-ID: References: <20220207192547.1997549-1-l.stach@pengutronix.de> <20220207192547.1997549-2-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220207192547.1997549-2-l.stach@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220211_082749_444986_C57A5509 X-CRM114-Status: GOOD ( 11.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 07 Feb 2022 20:25:40 +0100, Lucas Stach wrote: > This adds the DT defines for the GPC power domains found on the > i.MX8MP SoC. > > Signed-off-by: Lucas Stach > --- > .../bindings/power/fsl,imx-gpcv2.yaml | 2 ++ > include/dt-bindings/power/imx8mp-power.h | 29 +++++++++++++++++++ > 2 files changed, 31 insertions(+) > create mode 100644 include/dt-bindings/power/imx8mp-power.h > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel