From patchwork Fri Dec 20 06:53:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lubomir Rintel X-Patchwork-Id: 11304885 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 44AFE14F6 for ; Fri, 20 Dec 2019 06:53:23 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D521824693 for ; Fri, 20 Dec 2019 06:53:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="S4jZ/mwI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D521824693 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=v3.sk Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1044+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id rutsYY1556264xPYZEz2vAVt; Thu, 19 Dec 2019 22:53:22 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.6011.1576824801596144847 for ; Thu, 19 Dec 2019 22:53:21 -0800 X-Received: by mail.kernel.org (Postfix) id 1E74124686; Fri, 20 Dec 2019 06:53:21 +0000 (UTC) X-Received: from shell.v3.sk (unknown [167.172.186.51]) (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 BA3D324682; Fri, 20 Dec 2019 06:53:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BA3D324682 X-Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id EE77ADFC83; Fri, 20 Dec 2019 06:53:22 +0000 (UTC) X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id pFjqLmi7cQos; Fri, 20 Dec 2019 06:53:21 +0000 (UTC) X-Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.v3.sk (Postfix) with ESMTP id 1B525DFC9F; Fri, 20 Dec 2019 06:53:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at zimbra.v3.sk X-Received: from shell.v3.sk ([127.0.0.1]) by localhost (zimbra.v3.sk [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1fRNT519OY_W; Fri, 20 Dec 2019 06:53:20 +0000 (UTC) X-Received: from furthur.lan (unknown [109.183.109.54]) by zimbra.v3.sk (Postfix) with ESMTPSA id 7E02CDFC5E; Fri, 20 Dec 2019 06:53:20 +0000 (UTC) From: Lubomir Rintel To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Arnd Bergmann , Kishon Vijay Abraham I , Rob Herring , Mark Rutland , Michael Turquette , Stephen Boyd , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, soc@kernel.org, Lubomir Rintel Subject: [PATCH 1/5] dt-bindings: marvell,mmp2: Add clock ids for the HSIC clocks Date: Fri, 20 Dec 2019 07:53:10 +0100 Message-Id: <20191220065314.237624-2-lkundrak@v3.sk> In-Reply-To: <20191220065314.237624-1-lkundrak@v3.sk> References: <20191220065314.237624-1-lkundrak@v3.sk> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org X-Gm-Message-State: iml0gCsgfgfr4AVzcYkYNNMxx1554929AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1576824802; bh=nu8CtmimDZ34JqQGlrPTZEgu77EE45GHJQ/2tqCVupk=; h=Cc:Date:From:Reply-To:Subject:To; b=S4jZ/mwIYqqDwxAvvfIuDWo8gaV8+Ok1/4qvvnvyf9ZasjvzlFhvvwKnEYzeE1GRMHx fH3zE2eRHFXs4Bgu4ay9C83u2F+To38czwFRt+pXSBHLRfguE+g2A9Xg9elrD54tOBH1p cviFHiCELP6Am3ScBADbFuA6WgS4pEsmoUg= There are two USB HSIC controllers on MMP2 and MMP3. Signed-off-by: Lubomir Rintel Acked-by: Stephen Boyd --- include/dt-bindings/clock/marvell,mmp2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/dt-bindings/clock/marvell,mmp2.h b/include/dt-bindings/clock/marvell,mmp2.h index e785c6eb35613..4b1a7724f20d7 100644 --- a/include/dt-bindings/clock/marvell,mmp2.h +++ b/include/dt-bindings/clock/marvell,mmp2.h @@ -72,6 +72,8 @@ #define MMP2_CLK_CCIC1_PHY 118 #define MMP2_CLK_CCIC1_SPHY 119 #define MMP2_CLK_DISP0_LCDC 120 +#define MMP2_CLK_USBHSIC0 121 +#define MMP2_CLK_USBHSIC1 122 #define MMP2_NR_CLKS 200 #endif