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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 22A55C433EC for ; Tue, 14 Jul 2020 00:02:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E788221883 for ; Tue, 14 Jul 2020 00:02:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594684955; bh=VJZ1cxqn/AVkygDwMsR/tyBFBleASfDGByLwoqN6lY0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=RCierWU1Pz+3QthecUaBU0gywpCQS5G3XRCJZDZNcedDnkXuNISIbUvf1OLzR/jTZ tCxBi0/qGKBzxEnWJ7heLS2qWv8yYwkdRBTuVywhAj7rD+Mjuf2swT9TGy7SOLDPzs BLOG1E/e3dUvYXYkhtBMasRwTc+AYTlyOksdi55c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726850AbgGNACe (ORCPT ); Mon, 13 Jul 2020 20:02:34 -0400 Received: from mail-il1-f194.google.com ([209.85.166.194]:34051 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726150AbgGNACe (ORCPT ); Mon, 13 Jul 2020 20:02:34 -0400 Received: by mail-il1-f194.google.com with SMTP id t4so12806522iln.1; Mon, 13 Jul 2020 17:02:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=HdkxFP6RySWIBJNgeXU3DOswKHXBO1oVzLiJk/Yo1J0=; b=WT8JCUECHiIUGuhoyefJdgx9fpZwg90n998//5BzZ66RyQWTheGUE5Mm0MuCbHsuU0 PGgI480J9PmB+PEiC3AgclkMGrkXcbJNJQ+h4XkAUKmEpyUVxTN3491q4AP/Lts82yYq MP2YbbxUrXoh/I4KFeMIQ3GfCjIQmUVmh4QkRWXhsoisaR1SGkNF+Qlvsb9ypulaZhBK Pds2HuUoil561jAM4NlOWRgjtxAVRPp1rh9lqO3ruq/K36Hbfut5VPo9fYQbq30Triuw s4fW+Gq0K8DoLhCbBtQc85AUhRxMzHbULXW2bHrR9ojqEWxBJeMclLWd2EVwIexbGLWo wkqw== X-Gm-Message-State: AOAM533LQvV7qO6nU1vx4TV7GAktrhJPPqi26ffxQFR5GP/vkS94KcSZ uuXNNgyc8kfZMAphRW3sUw== X-Google-Smtp-Source: ABdhPJzkMFBVjplcCCONjH2uvM40l21gPZTa/5pBmaoQH0Y0NKi5HsLtcSW8OLDgOWsaAs0rVbPE3A== X-Received: by 2002:a05:6e02:48b:: with SMTP id b11mr2345337ils.87.1594684953219; Mon, 13 Jul 2020 17:02:33 -0700 (PDT) Received: from xps15 ([64.188.179.252]) by smtp.gmail.com with ESMTPSA id q5sm9071188ilm.73.2020.07.13.17.02.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Jul 2020 17:02:32 -0700 (PDT) Received: (nullmailer pid 966436 invoked by uid 1000); Tue, 14 Jul 2020 00:02:31 -0000 Date: Mon, 13 Jul 2020 18:02:31 -0600 From: Rob Herring To: Laurent Pinchart Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring , dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 8/8] dt-bindings: media: renesas, vsp1: Add power-domains and resets Message-ID: <20200714000231.GA966388@bogus> References: <20200621004734.28602-1-laurent.pinchart+renesas@ideasonboard.com> <20200621004734.28602-9-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200621004734.28602-9-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Sun, 21 Jun 2020 03:47:34 +0300, Laurent Pinchart wrote: > The power-domains and resets properties are used in all DT sources in > the kernel but are absent from the bindings. Document them and make them > mandatory. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven > --- > .../devicetree/bindings/media/renesas,vsp1.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Acked-by: Rob Herring