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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03CA7C433EF for ; Thu, 16 Sep 2021 20:26:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DBA246121F for ; Thu, 16 Sep 2021 20:26:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234199AbhIPU1X (ORCPT ); Thu, 16 Sep 2021 16:27:23 -0400 Received: from mail-ot1-f52.google.com ([209.85.210.52]:41979 "EHLO mail-ot1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230338AbhIPU1X (ORCPT ); Thu, 16 Sep 2021 16:27:23 -0400 Received: by mail-ot1-f52.google.com with SMTP id 97-20020a9d006a000000b00545420bff9eso2996449ota.8 for ; Thu, 16 Sep 2021 13:26:02 -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=HD82ZaUkEL/jGqs6cNJiZufP4wX0oXzfYNPLdaqJWGA=; b=Qmf5QWyJOJu3eCh4oH0uM1acgg1c/R3xT/1VEf2nyeIlnych9X6732UTTRByMQgI89 VrfIOZCMHIhwXF20sRTVY/5McVAsUKkCjkmWo9vUmhPawXKqHiTUOvPYRydF5tTYx3vb 7pR2Sn4Bcnjq6Fh8mqENCbyKq1xantq+JBFCHEyjGeuxB03I84D2m0aLLAFpMKc2kigP DRNRH9dNM53DNWPkuyQd3U0h+JhyIf0YD9IvN1RLuEUYY0+Jw+s7AXz3Y1omHiUTHpRv OIxXInUMh/FVGu3HOJi10Zc44Zeu6ij6uvnn5trWtlVjovRk1dn+QB8xLpRRffy9iK29 cv0w== X-Gm-Message-State: AOAM533c8IPdWB21fTUFPXBGt2hZW2cXKw1pCV04IPAcYTBk2E1/7ZBC RcOdeFZYE+TaPVhP7369cQ== X-Google-Smtp-Source: ABdhPJwehMEJ5b4wBo0/7whPyo9DEiTZVzN9eaNO4Z0swv/hrUCTZbu+9KEX9wsIegarG96DvArzOQ== X-Received: by 2002:a9d:6215:: with SMTP id g21mr6547992otj.116.1631823962254; Thu, 16 Sep 2021 13:26:02 -0700 (PDT) Received: from robh.at.kernel.org (107-211-252-53.lightspeed.cicril.sbcglobal.net. [107.211.252.53]) by smtp.gmail.com with ESMTPSA id d23sm280650ook.47.2021.09.16.13.26.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Sep 2021 13:26:01 -0700 (PDT) Received: (nullmailer pid 1442033 invoked by uid 1000); Thu, 16 Sep 2021 20:25:58 -0000 Date: Thu, 16 Sep 2021 15:25:58 -0500 From: Rob Herring To: Lucas Stach Cc: Shawn Guo , Rob Herring , Marek Vasut , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, kernel@pengutronix.de, Adam Ford , NXP Linux Team , Frieder Schrempf , Tim Harvey , patchwork-lst@pengutronix.de, Fabio Estevam Subject: Re: [PATCH v4 09/18] dt-bindings: power: imx8mm: add defines for VPU blk-ctrl domains Message-ID: References: <20210910202640.980366-1-l.stach@pengutronix.de> <20210910202640.980366-10-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210910202640.980366-10-l.stach@pengutronix.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, 10 Sep 2021 22:26:31 +0200, Lucas Stach wrote: > This adds the defines for the power domains provided by the VPU > blk-ctrl. > > Signed-off-by: Lucas Stach > --- > include/dt-bindings/power/imx8mm-power.h | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-14.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AD994C433F5 for ; Thu, 16 Sep 2021 20:27:45 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 7439C61056 for ; Thu, 16 Sep 2021 20:27:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7439C61056 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=IpEyhdizRYnxQP7M+gjSPhJJNk04z6d8yajK/n6wSyE=; b=HDTD1ydYX9Px3O sVS+yVDbwA4MM1TzRYMiyVqNXip0ctnD1dBS+iklXIkBO4Ynfdr6Rp+8clkztQvoW4LP9j6lyFzry 0d/9Ho8bmb28Lej6uG+sjb/+s9pso8YF4/G2NUvwjy2GlcvwO7SdSHogxfGq5A1L32EVwMyc6G97D IeCUvyMj+OXROJ5HdSTLB4rg5FHrEMXi2fIDQs/+3To3yg6h13xmjeEyMG9CKEtyn6ihE7rLZpRCy 4bpQtJ7TTTPeFi/U9UMngHy6Vg0KJJTErzyESTvmqO6uZx41GduPHgl6QfYDpd9iwjqEorhARqkfO THnHPokMz/4Qpzi5G03g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQxxO-00CLfu-QM; Thu, 16 Sep 2021 20:26:06 +0000 Received: from mail-ot1-f47.google.com ([209.85.210.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQxxL-00CLfL-5s for linux-arm-kernel@lists.infradead.org; Thu, 16 Sep 2021 20:26:04 +0000 Received: by mail-ot1-f47.google.com with SMTP id c19-20020a9d6153000000b0051829acbfc7so9900366otk.9 for ; Thu, 16 Sep 2021 13:26:02 -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=HD82ZaUkEL/jGqs6cNJiZufP4wX0oXzfYNPLdaqJWGA=; b=xgjtbz7+op0YxzWojTuvQpdCtgTY85RqFx1AphAMjNUZkbDi+L8LtTTcttAujEG2R2 CsoqJFZwlVbBJ3yFbPPhm13SI5KgsD7dd93EpRjxeWECASbJx+NxgowA6MtqHLmYXL8l uOE/hpIunbJaQhXU+KbF7K/9pN161Y6DDxjiOQky7bGdzoTQgSGIY4ozSzwZWlwTPVJa Tviy0OTpaZjyW/GSppn/WzZiFJdNDYL85PseZ3mny2cbo8z0gzqtyGt46VhEbT96b2s0 2WKc9hwQRktYAohCXiWUlabT6fn9Kkgz9G324m6W8NSstsWrvJ/iCGS8AMZbgQ9lAgHx m0ZA== X-Gm-Message-State: AOAM533A9FTnqHCPFQl6a6TLfrke2TZC2M+25iCJc+muvtVyMu/4O2BU 5mE6HsFR4GPwuOtYAao9Vg== X-Google-Smtp-Source: ABdhPJwehMEJ5b4wBo0/7whPyo9DEiTZVzN9eaNO4Z0swv/hrUCTZbu+9KEX9wsIegarG96DvArzOQ== X-Received: by 2002:a9d:6215:: with SMTP id g21mr6547992otj.116.1631823962254; Thu, 16 Sep 2021 13:26:02 -0700 (PDT) Received: from robh.at.kernel.org (107-211-252-53.lightspeed.cicril.sbcglobal.net. [107.211.252.53]) by smtp.gmail.com with ESMTPSA id d23sm280650ook.47.2021.09.16.13.26.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Sep 2021 13:26:01 -0700 (PDT) Received: (nullmailer pid 1442033 invoked by uid 1000); Thu, 16 Sep 2021 20:25:58 -0000 Date: Thu, 16 Sep 2021 15:25:58 -0500 From: Rob Herring To: Lucas Stach Cc: Shawn Guo , Rob Herring , Marek Vasut , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, kernel@pengutronix.de, Adam Ford , NXP Linux Team , Frieder Schrempf , Tim Harvey , patchwork-lst@pengutronix.de, Fabio Estevam Subject: Re: [PATCH v4 09/18] dt-bindings: power: imx8mm: add defines for VPU blk-ctrl domains Message-ID: References: <20210910202640.980366-1-l.stach@pengutronix.de> <20210910202640.980366-10-l.stach@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210910202640.980366-10-l.stach@pengutronix.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210916_132603_260608_5DE4BD19 X-CRM114-Status: GOOD ( 11.20 ) 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 Fri, 10 Sep 2021 22:26:31 +0200, Lucas Stach wrote: > This adds the defines for the power domains provided by the VPU > blk-ctrl. > > Signed-off-by: Lucas Stach > --- > include/dt-bindings/power/imx8mm-power.h | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel