From patchwork Fri Jun 10 00:32:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Turquette X-Patchwork-Id: 9168689 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 4C335604DB for ; Fri, 10 Jun 2016 00:33:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3F70E28047 for ; Fri, 10 Jun 2016 00:33:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3473428368; Fri, 10 Jun 2016 00:33:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 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.wl.linuxfoundation.org (Postfix) with ESMTPS id 01DEE28047 for ; Fri, 10 Jun 2016 00:33:29 +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 1bBAO8-0005db-AZ; Fri, 10 Jun 2016 00:33:28 +0000 Received: from mail-pa0-x236.google.com ([2607:f8b0:400e:c03::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bBAO6-0005Wc-EO for linux-amlogic@lists.infradead.org; Fri, 10 Jun 2016 00:33:27 +0000 Received: by mail-pa0-x236.google.com with SMTP id ec8so18004224pac.0 for ; Thu, 09 Jun 2016 17:33:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=dWFfHRJLYfXBwArgFHJr9RLkJRwK3uakkaj7195TkUM=; b=vTbtHbLjXKMdFP3YeKzPKXPOJDfFjb5Ojt5bqaxex7UDPrqWYytEv7D0EzO9Hn8yOo xbGRdRsx3H79nMmhGi02OTXDC29k7eV7BEOfFiq3klUdKxQQvKZFAiko07/h4F1ZR9k7 XC11NUBaMK62UAWjmC5oZFnuv91iColulaP6yN2WR4DUC7WsZlMpQLR4mGBTgNlXPqoO M35snlhAOfUmpj1i/rX1d7bF8Wni55nz//HSrAZ3TkADQ4CDQy94mh07cPnrywmKeM6z n02y7P6MvuMgzi/yk2Xg2W0KwLlEThbpby35R33GCCn8aaKZfoXcH0kBiRhjfGeQ6Vvh U1AQ== 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=dWFfHRJLYfXBwArgFHJr9RLkJRwK3uakkaj7195TkUM=; b=Nr6B3TgD2YdMzXEsrEtxinMFHzXM/In8Wv1gXxzIsWD97uyWnNRd8lgq7wcAXwujR0 /QCWshfXzfT1so9hs4XZx0UI0dZ0qfHk48NM9hUAbCvHJzixp5dOuxpUmTbXQcLkK8pI 2hZiYL8xvkQTN8qep2iMrGjzntZFwxBvfXmIj1frTiX4mgr+xfYpjh6lrxEW4v1L/rn5 6q6JoZpIXmcen9ir46Ky0kribU6kFmV3cFXbEjxKVBC63BbX9tI8rSykiu7b+1lB9/C2 i/Dq581Q7XJ2vZ9nCCs3/kqeMPLZ2P06AK0jzkbeOwkHcfwD8T8CglmtDByYRsWzEVSx KOgQ== X-Gm-Message-State: ALyK8tL2Cvsc9/yZ8nc33cQNUJYN01gZ57UJv7FQtgpjpbxm9+lY1WXwcNk2ZrvEp5ZuvGNd X-Received: by 10.66.153.209 with SMTP id vi17mr15443756pab.0.1465518785336; Thu, 09 Jun 2016 17:33:05 -0700 (PDT) Received: from localhost (cpe-172-248-200-249.socal.res.rr.com. [172.248.200.249]) by smtp.gmail.com with ESMTPSA id i65sm12672244pfk.84.2016.06.09.17.33.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 09 Jun 2016 17:33:04 -0700 (PDT) From: Michael Turquette To: linux-clk@vger.kernel.org Subject: [PATCH 7/7] arm64: dts: gxbb clock controller Date: Thu, 9 Jun 2016 17:32:54 -0700 Message-Id: <1465518774-26924-8-git-send-email-mturquette@baylibre.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1465518774-26924-1-git-send-email-mturquette@baylibre.com> References: <1465518774-26924-1-git-send-email-mturquette@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160609_173326_607831_72219761 X-CRM114-Status: UNSURE ( 6.97 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: xing.xu@amlogic.com, victor.wan@amlogic.com, khilman@baylibre.com, carlo@endlessm.com, jerry.cao@amlogic.com, linux-amlogic@lists.infradead.org MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Add the clock controller node for the AmLogic GXBB machine. Signed-off-by: Michael Turquette --- arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 832815d..3badfab 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -174,5 +174,12 @@ #size-cells = <2>; ranges = <0x0 0x0 0x0 0xd0000000 0x0 0x200000>; }; + + clkc: clock-controller@c883c000 { + compatible = "amlogic,gxbb-clkc"; + #clock-cells = <1>; + reg = <0x0 0xc883c000 0x0 0x3db>; + }; + }; };