Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4681554ybf; Wed, 4 Mar 2020 08:36:03 -0800 (PST) X-Google-Smtp-Source: ADFU+vs9JZG0SNmysMBZ00WU6ZXSGeWLD2QM8WdQkkPSUBF5umkTYKZym8ma3N6ArHT1RQO6UvNH X-Received: by 2002:a9d:6452:: with SMTP id m18mr2955277otl.366.1583339763290; Wed, 04 Mar 2020 08:36:03 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583339763; cv=none; d=google.com; s=arc-20160816; b=ybkKycGr2NNlweosIxAOnj38qnGnFkoA3KPtX+yv4PJo8RYFGGoa1kzHlRcjZoD0zN EYla1s4tdy6xlbBT8a0kvsFgUSORdX44MIAGXBfaaNBbKoKNPsktxyYgDzFAoNby3U8T BptNg+wDo6hoxNCWhpKiVmGuNur6O705RhUiEzfcXCkciTub3MFOmHM1GbbM8n1rXmKg J29uJFeVhb0lCxAQYYpzu2sZ3qrTKqresWCklpv7d8LMRUs10aicpY4dpOkFpQKVKP5i eFaqw9lkJJawfWSgfKxgE4oA9GZNk3bWcnX+spa11gksmNguH2dMKhHrjFbfnU6mMuwB YIgw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=ddi3tD5CjRi4unrguK/NEiYNXzmL1ppenKTXav5C+uo=; b=URZllJ9l3cz9gmCF8Nt+PG0xirVrqxeowRKDTIfjbcjghG8TvxTckTMOOXoTC9ze30 4JmS+Ktq+riojTRBc7AUHUmf/OjGSX38VTMoKPcFJNHtmUPn0M+ZsxxD2N5hRRO7CqWe 1j61EpY2jVbUAb0Fv2Ye4eQTELuCeFSlfrDp5zUAxR4yvMHZGThOsE1E8StIENS7pYEs fJwSqKbaKaSHonTesgfmp2LND1j9HfEiuL4yCRT27VWbeLxBxXr+tMjAStKjGeOAY0kL 4FIP9ojACj3xbaWW4hOw10T6xEuabvqLYiU5MlkBDygX+heD53L+p/xERHRGmLt8T7H/ 9XfA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 193si1338655oie.51.2020.03.04.08.35.50; Wed, 04 Mar 2020 08:36:03 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729865AbgCDQfc (ORCPT + 99 others); Wed, 4 Mar 2020 11:35:32 -0500 Received: from mail-sh.amlogic.com ([58.32.228.43]:43444 "EHLO mail-sh.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726263AbgCDQfc (ORCPT ); Wed, 4 Mar 2020 11:35:32 -0500 Received: from [10.18.90.110] (10.18.90.110) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.1591.10; Thu, 5 Mar 2020 00:36:00 +0800 Subject: Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error To: Kevin Hilman , Rob Herring CC: , SoC Team , Stephen Rothwell , , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , , , References: <1583164448-83438-1-git-send-email-jianxin.pan@amlogic.com> <20200302201554.GA22028@bogus> <7h5zflrfp3.fsf@baylibre.com> From: Jianxin Pan Message-ID: Date: Thu, 5 Mar 2020 00:35:59 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <7h5zflrfp3.fsf@baylibre.com> Content-Type: text/plain; charset="windows-1252" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.90.110] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/3/3 16:43, Kevin Hilman wrote: > Rob Herring writes: > >> On Mon, 2 Mar 2020 23:54:08 +0800, Jianxin Pan wrote: >>> Missing ';' in the end of secure-monitor example node. >>> >>> Fixes: 165b5fb294e8 ("dt-bindings: power: add Amlogic secure power domains bindings") >>> Reported-by: Rob Herring >>> Signed-off-by: Jianxin Pan >>> --- >>> Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >> >> Please add Acked-by/Reviewed-by tags when posting new versions. However, >> there's no need to repost patches *only* to add the tags. The upstream >> maintainer will do that for acks received on the version they apply. >> >> If a tag was not added on purpose, please state why and what changed. > > I've (re)added these tags: > > Reviewed-by: Neil Armstrong > Acked-by: Rob Herring > > when applying this time. > > Jianxin, please collect the tags in the future and add when you send > follow-up versions. OK, I will do it next time, thanks for your time. > > Thanks, > > Kevin > > . >