Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp233631imm; Wed, 11 Jul 2018 01:11:53 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdzCvFj4pewzHlHBeqL4ViyQOwnJ2WH3qo9pb3A+RKJKZR/2VppCao46AMIAxWiKRYef9RN X-Received: by 2002:a17:902:bb8d:: with SMTP id m13-v6mr1572641pls.46.1531296713317; Wed, 11 Jul 2018 01:11:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531296713; cv=none; d=google.com; s=arc-20160816; b=yhDldT5vxOLGaBYEa4CM2XaTtUCqQUGDcqohsuU5avCg7T6GHfTGeitHmbxwEQgL99 g59xNCkhIeilLa1mRbna7bkxtDsXlV0OUGQoYIwvyIPkxD5j8lEmV5cwWWgiuiAwl24c 1OO1gHgP+MJiaqrOylab77ibcKXZmTewjM+l+4Q8IS/fbNOllPYYH6otu2dndb8XBYXk Qpfgdl+2AtjUdIzjSqhUXwFfeY8FVMavyx3ry5S8TUJNOIOJ8VEtGcBmqkOQ20xDG/Ee 1ph2uizHX5wx1c4MB9AkzvKlqtOsZErklSMozDqO+J5Gj4bOc4T8OXhWJpqPrgmAmZsa mnYA== 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:arc-authentication-results; bh=J4JYEPQ2xR9Bq4vbxiq29a7tS6m9qATPYUeSaCdS9eA=; b=iOWblsev9Sb6khr7N0H/F6gvkxdkSWPGyI5z/4/px4/i+sEVvVXm3HqNhIeUXsdnS/ XWqT5E8AEDJQ8E6cVEK+hSBrrutS9FPwXlSZmH6OBbnNd0A5DmB4BR91uOmOLnip9705 eOP2eyE82/nbma53UYmuY24n1goiJqwcy3w7ljv2Gz54jRgjg6dB56UV/hVU1FBLEpUw 2WUknOXp1d+5hdus82i6bygPq8z2tMs8XqcxU15j5M3Bylb2IqgAVIrdD8fUu/VOC0dK OAjuQypko5dscN1fsCUmnNxo8WKND3svKmrU98liA2Z1kc9Bu+b8GSikNY3q/gVTGZ9K jKxQ== 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 x127-v6si17544027pgb.618.2018.07.11.01.11.36; Wed, 11 Jul 2018 01:11:53 -0700 (PDT) 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 S1732227AbeGKINY (ORCPT + 99 others); Wed, 11 Jul 2018 04:13:24 -0400 Received: from mail-sz2.amlogic.com ([211.162.65.114]:16072 "EHLO mail-sz2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726306AbeGKINY (ORCPT ); Wed, 11 Jul 2018 04:13:24 -0400 Received: from [10.28.16.194] (10.28.16.194) by mail-sz2.amlogic.com (10.28.11.6) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 11 Jul 2018 16:10:18 +0800 Subject: Re: [PATCH 1/3] dt-bindings: clk: g12a: New binding for Meson-G12A SoC To: Martin Blumenstingl , CC: , Neil Armstrong , , , , , , , , , , , , , , , References: <1531134767-29927-1-git-send-email-jian.hu@amlogic.com> <1531134767-29927-2-git-send-email-jian.hu@amlogic.com> From: Jian Hu Message-ID: <024e6d89-b60d-ba85-4d62-c3358e2cab6c@amlogic.com> Date: Wed, 11 Jul 2018 16:10:18 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.28.16.194] X-ClientProxiedBy: mail-sz2.amlogic.com (10.28.11.6) To mail-sz2.amlogic.com (10.28.11.6) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2018/7/10 5:57, Martin Blumenstingl wrote: > adding Rob Herring so it doesn't get lost on the devicetree mailing list > > On Mon, Jul 9, 2018 at 1:13 PM Jian Hu wrote: >> >> Add new binding for Meson-G12A SoC Everything-Else part >> >> Signed-off-by: Jian Hu >> --- >> Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt >> index e950599..0833006 100644 >> --- a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt >> +++ b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt >> @@ -9,6 +9,7 @@ Required Properties: >> "amlogic,gxbb-clkc" for GXBB SoC, >> "amlogic,gxl-clkc" for GXL and GXM SoC, >> "amlogic,axg-clkc" for AXG SoC. >> + "amlogic,g12a-clkc" for G12A SoC. > should this be "amlogic,meson-g12a-clkc" instead? > that would make it consistent with virtually all other bindings which > use the schema "amlogic,meson-" (where chip is 8, 8b, > 8m2, -gxbb, -gxl, ...) > > see also: $ grep -R "amlogic," Documentation/devicetree/bindings/ > Which type should we choose,have a discussion? .compatible = "amlogic,g12a-clkc or .compatible = "amlogic,meson-g12a-clkc >> >> - #clock-cells: should be 1. >> >> -- >> 1.9.1 >> >> >> _______________________________________________ >> linux-amlogic mailing list >> linux-amlogic@lists.infradead.org >> http://lists.infradead.org/mailman/listinfo/linux-amlogic > > . >