Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4680720ybf; Wed, 4 Mar 2020 08:35:09 -0800 (PST) X-Google-Smtp-Source: ADFU+vuJUsqEdeGAm+nmj30WLlY0JCufB8pj5bWbS8mQXn91fKMHk85MbCjstgp02eskgcBUTN+c X-Received: by 2002:aca:b9c2:: with SMTP id j185mr2246833oif.112.1583339709620; Wed, 04 Mar 2020 08:35:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583339709; cv=none; d=google.com; s=arc-20160816; b=aFWCpDmOkVhOw0MkWKaW1S9hAy0vCKn/MKvl6AJ6NFeNjaxpo71AGQqvw1xb4PDSb9 wYZk87C8UVEyW4TT5GWm4wN0777M06i1f2+B1T5/rKZcRHgtP+H5ra31fN3FR8g4AJwS 9nkmOIEnz9TrkwZZgNPoa2ptVb9KUeS+LASr0vU34Lt7OlYGL+4B6c1VaesJYEYenKge DCR1r1SFBbh0eJC/gYYouVgbM5JERRNJpMxWCS0UyC8c1zFUZoOnBxZdepLVUE89uaHe 5Sj5U6jH23OsP7wygHLZaJAdbjKWJzPzCFSmo0mz8V5QUw0/XmcuppUnsG3vCwQOUi7e f/oQ== 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=ns/uuGo66Ihux2Pd7taMWWstqAnLVGN6z13n8G9caZ4=; b=on/8SfLHmzybAgIRUpTe89tkLLcMgus+AmRtpsZT8FnWTYtzTSK/aDZWUVx5XPp2TH vd0udrhtkcFG9cXzA0C31UaYNkJyGTibGXmncoj7aFywrNx56M4fmJQ9nyfUJxh5eiti B+CYSVofDzxSW9z+YVdqtIqiRjbU1j7hxwIuIMo1WvCaUpKrX/TnUUCeYyo+f+mD7vfG U/FrZOt199gbz1uI1vfCYivarcDO3eqVEWyCYiootrgNXuKwxYnuwmuvLymyCcyCg+iR +Q1Bs52R83XkFeEOSs2gcNHU2Pv3bk/AttFk/SdTnljiIv/lKqrFQLX41lWSv6HCwOh0 PR6w== 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 e8si1614650otj.25.2020.03.04.08.34.57; Wed, 04 Mar 2020 08:35:09 -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 S1729923AbgCDQeV (ORCPT + 99 others); Wed, 4 Mar 2020 11:34:21 -0500 Received: from mail-sh.amlogic.com ([58.32.228.43]:42431 "EHLO mail-sh.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726764AbgCDQeU (ORCPT ); Wed, 4 Mar 2020 11:34:20 -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:34:48 +0800 Subject: Re: [PATCH v2] dt-bindings: power: Fix dt_binding_check error To: Rob Herring CC: Kevin Hilman , , SoC Team , Stephen Rothwell , , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , , , References: <1583164448-83438-1-git-send-email-jianxin.pan@amlogic.com> <20200302201554.GA22028@bogus> From: Jianxin Pan Message-ID: <4fb6a6c2-5df3-9cff-eb00-a6d00963426d@amlogic.com> Date: Thu, 5 Mar 2020 00:34:47 +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: <20200302201554.GA22028@bogus> 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 Hi Rob, On 2020/3/3 4:15, Rob Herring wrote: > 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. > Sorry to forget the tag, Kevin has added it for me, and I will keep it in mind next time. > If a tag was not added on purpose, please state why and what changed. > > . >