From patchwork Mon Mar 14 08:01:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caesar Wang X-Patchwork-Id: 8577081 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 6D5E59F6E1 for ; Mon, 14 Mar 2016 08:03:52 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5261A20462 for ; Mon, 14 Mar 2016 08:03:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5940B2045A for ; Mon, 14 Mar 2016 08:03:50 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1afNTh-0004yY-Qd; Mon, 14 Mar 2016 08:03:49 +0000 Received: from mail-pa0-f65.google.com ([209.85.220.65]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1afNTd-0004lI-BP for linux-rockchip@lists.infradead.org; Mon, 14 Mar 2016 08:03:47 +0000 Received: by mail-pa0-f65.google.com with SMTP id 1so14053402pal.3 for ; Mon, 14 Mar 2016 01:03:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=XawEY7p8KOvJfwW92XAVll44qgAQSMkOLg0toF55URY=; b=NSDhWadxF815fkKD4o7ZYyNWMMrTGvj8ThzU+oucEs+DaAQmSgWwqxIiUePpw4lQZB zl4Cv7KkpORBoQCVGPsbtHpvnEisH5G9B/F0vzezLeU+BHv+gbqDDuTQ/a4PLELvSKJO AKbpPLMvpM5vCwG6leeq/TMRQWcYi3Kvh803xHdnIfS5MY8X/O3XhWNHXYNxHjxtUHkU j1sTS8lRUQL0cT0CDB3lk9IYiFeRMMZoqrg4fcG7ePFJ82B7EyjPcXAhtnBlPeAPWYbX zbTI2DauR1dofNldomQdvJ8tq/NtriX/KLbU+8Pa7baRICQkK7QHf2rig874z7bpqx4Y dn6A== X-Gm-Message-State: AD7BkJLB8qONuWIv2t4dh1qyOS7/S+5wtiUKND/sgcmFxq/Ngv6T08hGdk8I1R73XHW9Jg== X-Received: by 10.66.129.130 with SMTP id nw2mr36008613pab.80.1457942604142; Mon, 14 Mar 2016 01:03:24 -0700 (PDT) Received: from localhost.localdomain ([104.37.5.155]) by smtp.gmail.com with ESMTPSA id 79sm29864427pfq.65.2016.03.14.01.03.12 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 14 Mar 2016 01:03:22 -0700 (PDT) From: Caesar Wang To: Heiko Stuebner , "David S. Miller" , Rob Herring Subject: [PATCH v3 5/9] clk: rockchip: add node-id for rk3036 emac hclk Date: Mon, 14 Mar 2016 16:01:56 +0800 Message-Id: <1457942520-12859-6-git-send-email-wxt@rock-chips.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1457942520-12859-1-git-send-email-wxt@rock-chips.com> References: <1457942520-12859-1-git-send-email-wxt@rock-chips.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160314_010345_647421_43E8734A X-CRM114-Status: UNSURE ( 9.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.4 (--) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, sergei.shtylyov@cogentembedded.com, Xing Zheng , Ian Campbell , netdev@vger.kernel.org, Michael Turquette , Kumar Gala , Stephen Boyd , linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, Pawel Moll , keescook@google.com, linux-clk@vger.kernel.org, leozwang@google.com, Caesar Wang MIME-Version: 1.0 Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Xing Zheng Add the node-id for the emac hclk to the binding header. Signed-off-by: Xing Zheng Signed-off-by: Caesar Wang Cc: Xing Zheng Cc: Michael Turquette Cc: Heiko Stuebner Cc: Stephen Boyd Cc: linux-clk@vger.kernel.org Cc: linux-rockchip@lists.infradead.org --- Changes in v3: - Add the Cc people. Changes in v2: None include/dt-bindings/clock/rk3036-cru.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dt-bindings/clock/rk3036-cru.h b/include/dt-bindings/clock/rk3036-cru.h index ebc7a7b..3396591 100644 --- a/include/dt-bindings/clock/rk3036-cru.h +++ b/include/dt-bindings/clock/rk3036-cru.h @@ -92,6 +92,7 @@ #define HCLK_SDMMC 456 #define HCLK_SDIO 457 #define HCLK_EMMC 459 +#define HCLK_MAC 460 #define HCLK_I2S 462 #define HCLK_LCDC 465 #define HCLK_ROM 467