From patchwork Tue May 24 12:14:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 68496 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp594999qge; Tue, 24 May 2016 05:14:33 -0700 (PDT) X-Received: by 10.194.238.40 with SMTP id vh8mr3991995wjc.79.1464092073343; Tue, 24 May 2016 05:14:33 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id qn6si3801297wjc.143.2016.05.24.05.14.32; Tue, 24 May 2016 05:14:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F97DA7673; Tue, 24 May 2016 14:14:03 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S3uw5sQE-uDe; Tue, 24 May 2016 14:14:02 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 18BD6B3837; Tue, 24 May 2016 14:13:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1079FA74FB for ; Tue, 24 May 2016 14:13:20 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cNGAYgHpQHLT for ; Tue, 24 May 2016 14:13:20 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id BF586A760F for ; Tue, 24 May 2016 14:13:13 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-08.nifty.com with ESMTP id u4OCCpS9028659; Tue, 24 May 2016 21:12:56 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u4OCCpS9028659 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1464091976; bh=3JxtOr9NPlXJKMGSkbwsOL8VlPhTE2ZaO3C7BT1Bucw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UpqDWo/xdQwila4zMpCJesX48zVhHnhhvv4A1jiFHj0cRlO4tQt2xRKd3wZdLfmWp vT7ymRNOdHqFeqvIIIyyIxOVCcjfzZxvUsIQdNGgJqKVZAuaalCFpI1f2XUWFfFzVq 6FW3bi3v5KSEfwZ3IWlfoDVf8mRHPIcHg99IDp/GDp4kChKuADOoGyozKGwAWQ2WkW TnVG6Ba75RRw+nj2Rn1RzjO6IWbxtbKeV8obc8uxmTKJCeJGxHVAsoxJf759rXw60g MU9zPPcLpgIFa+FTYK4akhVtf4H5r87QS9N15BWe8IZq/0DNINwIty/ctukewwLnru vbDgMf/yUJYIw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 24 May 2016 21:14:02 +0900 Message-Id: <1464092043-6346-7-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464092043-6346-1-git-send-email-yamada.masahiro@socionext.com> References: <1464092043-6346-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 6/7] clk: uniphier: add Media I/O clock driver support for PH1-LD11 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Masahiro Yamada --- drivers/clk/uniphier/clk-uniphier-mio.c | 4 ++++ 1 file changed, 4 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/drivers/clk/uniphier/clk-uniphier-mio.c b/drivers/clk/uniphier/clk-uniphier-mio.c index a2b0e80..c6ecd11 100644 --- a/drivers/clk/uniphier/clk-uniphier-mio.c +++ b/drivers/clk/uniphier/clk-uniphier-mio.c @@ -165,6 +165,10 @@ static const struct udevice_id uniphier_mio_clk_match[] = { .data = (ulong)&uniphier_mio_clk_data, }, { + .compatible = "socionext,ph1-ld11-mioctrl", + .data = (ulong)&uniphier_mio_clk_data, + }, + { .compatible = "socionext,ph1-ld20-mioctrl", .data = (ulong)&uniphier_mio_clk_data, },