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 51E95C433F5 for ; Thu, 29 Sep 2022 19:00:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbiI2TAK (ORCPT ); Thu, 29 Sep 2022 15:00:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58106 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229614AbiI2TAI (ORCPT ); Thu, 29 Sep 2022 15:00:08 -0400 Received: from mail-oo1-f48.google.com (mail-oo1-f48.google.com [209.85.161.48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CA8B32AAF; Thu, 29 Sep 2022 12:00:05 -0700 (PDT) Received: by mail-oo1-f48.google.com with SMTP id c22-20020a4a4f16000000b00474a44441c8so739061oob.7; Thu, 29 Sep 2022 12:00:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=OFGMKTBIKXzY7RbnuxUcCfHrcyPmoIfq3/ekm8IS/J8=; b=TFbVuewu+PEL934ErJNlF1GFMWSHL9ec6JkeJf5xQ2cJAP+HtxzEqWAkuwaPsecQyk CHBlQcs+Ci49Xlxgn+P2YNzGA1XNuObYCkQ6MQ/NiS1b1c7Ba+1mjGc1PaocSfRdGRPr 91ScDG1MlSQg9jZ5muEBnAtRlB8qaN1ztcC0Of+jLdWB5EE/G+hlGNw/eT6Rib+tVbys sf8YSYvfTjlDoLBkYANyJXA3lTw/+FNfGMkg+HQ0GER+MwgnrH9stLgDnAST4Lf1PB9n G001opXAHYiXvM7R+TvIOT8Mvw4MOryYkl7DLnnI0ndZLIAHO48XkTnFI086KW5Ema85 MwFw== X-Gm-Message-State: ACrzQf1ClNnYjx7d8vTGp3FGpgV2yAu9pFWlKxQunfQqELTznczmVwTM 6tvv/9nqGmiuOCOyHciT8g== X-Google-Smtp-Source: AMsMyM78l0bKta6KhJ9yd5tzxZmfami/B6QFg0q57ma0qwy3bufYEde44Dv8ZGNeO+Wh6aEnbrO5gg== X-Received: by 2002:a9d:73cc:0:b0:659:9686:5563 with SMTP id m12-20020a9d73cc000000b0065996865563mr2149968otk.40.1664478004395; Thu, 29 Sep 2022 12:00:04 -0700 (PDT) Received: from macbook.herring.priv (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id s4-20020aca5e04000000b0033b31480f38sm35548oib.34.2022.09.29.12.00.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 12:00:03 -0700 (PDT) Received: (nullmailer pid 2580297 invoked by uid 1000); Thu, 29 Sep 2022 19:00:03 -0000 Date: Thu, 29 Sep 2022 14:00:03 -0500 From: Rob Herring To: Tony Lindgren Cc: linux-arm-kernel@lists.infradead.org, Rob Herring , Keerthy , Krzysztof Kozlowski , Nishanth Menon , Daniel Lezcano , Vignesh Raghavendra , devicetree@vger.kernel.org, linux-omap@vger.kernel.org, Grygorii Strashko Subject: Re: [PATCH] dt-bindings: timer: Add power-domains for TI timer-dm on K3 Message-ID: <166447799743.2580140.1277507917394548082.robh@kernel.org> References: <20220919112357.64997-1-tony@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220919112357.64997-1-tony@atomide.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org On Mon, 19 Sep 2022 14:23:57 +0300, Tony Lindgren wrote: > On K3 SoCs, the power-domains property is needed. On the earlier SoCs, > the power-domains property is handled by the interconnect target module > parent device. > > Cc: Daniel Lezcano > Cc: Grygorii Strashko > Cc: Keerthy > Cc: Nishanth Menon > Cc: Vignesh Raghavendra > Signed-off-by: Tony Lindgren > --- > .../devicetree/bindings/timer/ti,timer-dm.yaml | 17 ++++++++++++----- > 1 file changed, 12 insertions(+), 5 deletions(-) > Applied, thanks!