Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1210771imm; Wed, 11 Jul 2018 20:14:56 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdfwwHhOudUUhFm0reW175DKlnR6YaSEdCn2mH+8TrmHCYWrqfHKuX+3goEqDh7KRsx1Evn X-Received: by 2002:a62:6698:: with SMTP id s24-v6mr500675pfj.243.1531365296398; Wed, 11 Jul 2018 20:14:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531365296; cv=none; d=google.com; s=arc-20160816; b=FCg+tf6d3ShupgETviAq+b3lXop1lxf2JLZ57bXYRgspiopQh9e+h0G1o3Qjav4JA9 PAGWBMVhI2jVCTCaH3Jf3VbfoNz9ohaIFAYM1ifgy2IkeDIrQQIgda9ZmwyPMRjxztLz UB5KG2YWeTW/10IJFydG0sYLq8c1YabaLVUukxLrq5vfmom1U0jVGeYdaBW02rU2cEd2 JAx3jFLCxw3ZNCTyot+FcYEwXnvWwnTCoCNXaed/VLghNhyuKEg2rst7wFAHf1mufuSF L9NKhqCBX7LalB8iGyhLyoZqlQZOLT/52ceHW8dLpANwqHHsXIcFhZzDWsdoV+SDqFpe 2abA== 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:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=qKsR1PADnxM0eYe1JKx6w/GXj3j62VYs0D5MAOgSRrw=; b=bA20ZFYEwEhXF2xOI6+/Qu85G2doirJ0UbHkyfx1y3LBtSj0EAJ9wiGrWMPSBgjblP XZWUUHlNpcPHrVRqGph8hxsapZILXWVYemZeH09QfR98MJcmPmG/pxP7PCxLAsIicwoq GQPC4NfBumNwzwbWFk6TJGJwY5v1KbKLIoWfcDH9caXs9I4AvgETA/ohSoF2zXIkhAKi WnxpszrMsdKWDykTunT1swVRZrFcCyKzKXg7st8JcwKUFskfS+kJlZNkpioki6tVhWWe CNYk1QJlE2jd08EgnzhxXrQe9nZKYPQw1EGwDPRcAbtqbG4aW5aLvheUFjB5KBO521ZC ytvw== 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 b7-v6si5025493pfj.245.2018.07.11.20.14.41; Wed, 11 Jul 2018 20:14:56 -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 S1726771AbeGLC7J (ORCPT + 99 others); Wed, 11 Jul 2018 22:59:09 -0400 Received: from mail-sh2.amlogic.com ([58.32.228.45]:8055 "EHLO mail-sh2.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726720AbeGLC7J (ORCPT ); Wed, 11 Jul 2018 22:59:09 -0400 Received: from [192.168.90.200] (10.18.20.235) by mail-sh2.amlogic.com (10.18.11.6) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Thu, 12 Jul 2018 10:51:05 +0800 Subject: Re: [PATCH v2 2/3] clk: meson: add sub MMC clock dt-bindings IDs To: Rob Herring References: <20180710163658.6175-1-yixun.lan@amlogic.com> <20180710163658.6175-3-yixun.lan@amlogic.com> <20180711194546.GA7090@rob-hp-laptop> CC: , Jerome Brunet , Neil Armstrong , Kevin Hilman , Carlo Caione , Michael Turquette , Stephen Boyd , Miquel Raynal , Boris Brezillon , Martin Blumenstingl , Liang Yang , Qiufang Dai , Jian Hu , , , , , From: Yixun Lan Message-ID: <84511d9a-5d29-ae6f-de0b-4701bafe2ab7@amlogic.com> Date: Thu, 12 Jul 2018 10:51:28 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20180711194546.GA7090@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.20.235] X-ClientProxiedBy: mail-sh2.amlogic.com (10.18.11.6) To mail-sh2.amlogic.com (10.18.11.6) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob On 07/12/18 03:45, Rob Herring wrote: > On Tue, Jul 10, 2018 at 04:36:57PM +0000, Yixun Lan wrote: >> Add two clock bindings IDs which provided by the MMC clock controller, >> These two clocks will be used by MMC or NAND driver. > > I count 3 ids. I will update this > >> >> Signed-off-by: Yixun Lan >> --- >> .../dt-bindings/clock/amlogic,meson-mmc-clkc.h | 16 ++++++++++++++++ >> 1 file changed, 16 insertions(+) >> create mode 100644 include/dt-bindings/clock/amlogic,meson-mmc-clkc.h > > This can go with the binding patch. > sure .