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=-5.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 57FD2C3F2CE for ; Wed, 4 Mar 2020 16:49:46 +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 2692F22B48 for ; Wed, 4 Mar 2020 16:49:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="HeBPugq2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2692F22B48 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=amlogic.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=tQKBcyAg1/WdpTO/OoRNFRbYVMK9cWOFpecLkMfgbfM=; b=HeBPugq2hxFwR9 fBG/sGsW7BGZCLFbioDzxkrCgWH8ZR/Z7N9Pma8sENt8YIjcXLkP6H4qlXRilljI7rnd2EBwLq+Dc oHQBRSYpm6QdXaFdp6M7N+GOnVqKFSAD+zZHibvkxaP04xjiUdRevdzjyJ6E5Mn3whJcLOQ7FM8pu /okQZ99yEciHH03371SdALStSqIajlojOpaCS9APZ7kLqasVnTrBfY36dKGyLw1/QAXtpPLuaCyOQ HBuE+F6ROFvTTQGv5zIhu4aIDA9oPDHlaH0TleDuI9ztLssZV2DZGwEYDnPXq+DslPTI3EfBRoV5u AD2jQBWLBv1uHau+hwaw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j9XDL-0007gF-0G; Wed, 04 Mar 2020 16:49:43 +0000 Received: from mail-sh.amlogic.com ([58.32.228.43]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j9XDH-0007fd-K7; Wed, 04 Mar 2020 16:49:40 +0000 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 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-Language: en-US X-Originating-IP: [10.18.90.110] X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200304_084939_660151_32E0CE44 X-CRM114-Status: GOOD ( 12.50 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Cc: Stephen Rothwell , Neil Armstrong , Martin Blumenstingl , Kevin Hilman , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, SoC Team , linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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. > > . > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel