Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1560941ybv; Thu, 20 Feb 2020 23:14:53 -0800 (PST) X-Google-Smtp-Source: APXvYqyMln5ZNA1X6n1TBDZ0ls31Gr4+2SJaA5l+pAvYvo3rNm0vDBJPcCTfwEg6DNBECFMmw27q X-Received: by 2002:a9d:66d1:: with SMTP id t17mr27986100otm.233.1582269293587; Thu, 20 Feb 2020 23:14:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582269293; cv=none; d=google.com; s=arc-20160816; b=Ej/SlC4NLJlKRBokMRBOQuQLTbCwyGyH3DnbcoFyLdjF/MHzTTRGEropxZ8RKc/IKn ZBSu2SAsad97LOzPb0GuAoXqr4J6+GPDH0HQWcPN2Cm3HhvmKjdFzEmMlN5Xu8oZi7xZ sITewznOE2NhKnfoT3EyuCNWsOtDhXP6L/lbGJQhK3/QRtafvWanRsdQjiyfF/GRZHlW LR5xoZSeJw6NEbxXJLRcO+f+xMSQ8srNr993BxX9u90VPEBEc5NltkJrMtSET5nDwsGW lLysa4RrBQhv8LH4d/vov1KSDD4WCMDQ+TMJuBIYz+L5zMSNtRbp3MP32elsKurRFTHV r43g== 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=hQ2RbYk8mkW9bKTZK5iYAicDTsa4BFtq1ESR1O9qeSw=; b=omaAJi5CRHd/RVJm4PirBlWDgtzpmgrOQjEDcYXIV6uSMFNRdXCFkPtvNj23XwzlSM SjIX0IkVvNbzZMWJ8TSaodaV2L+cmg5XqmFvtsqGyoAoqkGsnKRd0EJo55GfgdEjbP9o tvchbnYpHXRjzyDRJbpMWOCMpRs6NzorfAUEFD99Oyej3mtPTa5/kCojXjgRlLGURopL cssoqok00KfYHqzQyDJzYWAmmMCVLa6nPr8CenooWYaaAhpE/2EwJz2aRyIApYR/OpHU j01opZU2O51f40QF99pznceMuZCGOY0E8Dlq9Y5MLoQ+DBd2uhYX/5BDkyteZVmWXwZD 9F2A== 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 8si350717oix.109.2020.02.20.23.14.40; Thu, 20 Feb 2020 23:14:53 -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 S1727091AbgBUHOU (ORCPT + 99 others); Fri, 21 Feb 2020 02:14:20 -0500 Received: from mail-sh.amlogic.com ([58.32.228.43]:44170 "EHLO mail-sh.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726045AbgBUHOU (ORCPT ); Fri, 21 Feb 2020 02:14:20 -0500 Received: from [10.18.91.136] (10.18.91.136) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1591.10; Fri, 21 Feb 2020 15:14:42 +0800 Subject: Re: [PATCH v6 2/4] dt-bindings: power: add Amlogic secure power domains bindings To: Rob Herring CC: Kevin Hilman , "open list:ARM/Amlogic Meson..." , Neil Armstrong , Jerome Brunet , Martin Blumenstingl , "open list:THERMAL" , "linux-kernel@vger.kernel.org" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , , Jian Hu , Hanjie Lin , Victor Wan , Xingyu Chen References: <1579087831-94965-1-git-send-email-jianxin.pan@amlogic.com> <1579087831-94965-3-git-send-email-jianxin.pan@amlogic.com> From: Jianxin Pan Message-ID: <8c7f2a8e-edbd-37e6-7328-e2985284f307@amlogic.com> Date: Fri, 21 Feb 2020 15:14:29 +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: Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.91.136] X-ClientProxiedBy: mail-sh.amlogic.com (10.18.11.5) To mail-sh.amlogic.com (10.18.11.5) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, Sorry to introduce this mistake. I have sent a patch to fix it. Thanks for your time. On 2020/2/20 21:27, Rob Herring wrote: > On Wed, Jan 15, 2020 at 5:30 AM Jianxin Pan wrote: >> >> Add the bindings for the Amlogic Secure power domains, controlling the >> secure power domains. >> >> The bindings targets the Amlogic A1 and C1 compatible SoCs, in which the >> power domain registers are in secure world. >> >> Signed-off-by: Jianxin Pan >> --- >> .../bindings/power/amlogic,meson-sec-pwrc.yaml | 40 ++++++++++++++++++++++ >> include/dt-bindings/power/meson-a1-power.h | 32 +++++++++++++++++ >> 2 files changed, 72 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml >> create mode 100644 include/dt-bindings/power/meson-a1-power.h >> >> diff --git a/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml >> new file mode 100644 >> index 00000000..af32209 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.yaml >> @@ -0,0 +1,40 @@ >> +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) >> +# Copyright (c) 2019 Amlogic, Inc >> +# Author: Jianxin Pan >> +%YAML 1.2 >> +--- >> +$id: "http://devicetree.org/schemas/power/amlogic,meson-sec-pwrc.yaml#" >> +$schema: "http://devicetree.org/meta-schemas/core.yaml#" >> + >> +title: Amlogic Meson Secure Power Domains >> + >> +maintainers: >> + - Jianxin Pan >> + >> +description: |+ >> + Secure Power Domains used in Meson A1/C1 SoCs, and should be the child node >> + of secure-monitor. >> + >> +properties: >> + compatible: >> + enum: >> + - amlogic,meson-a1-pwrc >> + >> + "#power-domain-cells": >> + const: 1 >> + >> +required: >> + - compatible >> + - "#power-domain-cells" >> + >> +examples: >> + - | >> + secure-monitor { >> + compatible = "amlogic,meson-gxbb-sm"; >> + >> + pwrc: power-controller { >> + compatible = "amlogic,meson-a1-pwrc"; >> + #power-domain-cells = <1>; >> + }; >> + } > > Missing ';': > > Error: Documentation/devicetree/bindings/power/amlogic,meson-sec-pwrc.example.dts:27.5-6 > syntax error > FATAL ERROR: Unable to parse input tree > > Please fix this as linux-next is now failing dt_binding_check. > > Rob > > . >