Received: by 10.213.65.68 with SMTP id h4csp415161imn; Fri, 16 Mar 2018 07:07:45 -0700 (PDT) X-Google-Smtp-Source: AG47ELs6ZOr+uyxdFRFkvNeLOlgPgUqddjURENY9Ky/wGxqZJPnKCyNq3oYtDDxgNl3Hdx5JNFKy X-Received: by 2002:a17:902:ab93:: with SMTP id f19-v6mr2392605plr.180.1521209265634; Fri, 16 Mar 2018 07:07:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521209265; cv=none; d=google.com; s=arc-20160816; b=G7MHs0G+Qg5QSL0T4tStQ0PK24wSOGp4wETg+15LJUsLMGOK5mUrTw5nALsOgBCMR4 y9lkY2xObl6p4JigKB5ttYAUyuusZo5wmvJHe+Gm18JtyFQKmeZZswj0jQ5HQkM5lcBO M9ywqiYTm04KWtrwuHzDvVTGV7FBSIbH1YlYB8A+ueCWQKKKnji1sN/U+FtKeZpwJ/YF PITjg4tobSb/Zr7IPecOEaESLhipICRLkspFwDgVu2JltU/SXcpw7gNbJhSrqKfzzu1m V7uhqlFYDCJzUOEu8oAWekKsuOC3J66in4biXqMePwnUu9dSXf2Fm9lFLStxDZ7fVtAn 2WVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=z1RrGk11Cq9AHTJdUmpQOD5vBJJYMNGHehL3ciNVVZw=; b=txkimK6JuPmCAkWv0XPmfQ84EBbBTCqdNKffhViyicv9HFU4qUJAnVnVqv8dP4J9bL 5rmuIx9avpk7kA28d1ZOz9NTNKHPRd4TbbeehJNmTOzJM4sGzyDu+huUMrPs0bc/in75 UV+hQLAiXa3UbgPH7y9RS0wnNgixFD2BKhoSV5x99DPDBcE4W4cbnXsQD9Lcrg9QQQkc 7HwH6bUMrSD/Zpi4jHYnXNT6xw2GQzeL0joCiDXjt6nphyEbngEAgnraM6kwga9plIlU uJQA8hBtjwKwXHauowF27Qu/W9z74H29NZF12qvfzzSvkGAnNQLADbIfaofh2Qyy/Qt9 Q8AA== 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 z15si5595661pfm.352.2018.03.16.07.07.24; Fri, 16 Mar 2018 07:07:45 -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 S1753005AbeCPOFS (ORCPT + 99 others); Fri, 16 Mar 2018 10:05:18 -0400 Received: from hermes.aosc.io ([199.195.250.187]:44133 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752984AbeCPOFP (ORCPT ); Fri, 16 Mar 2018 10:05:15 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 869D059788; Fri, 16 Mar 2018 14:05:10 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v4 6/9] dt-bindings: add device tree binding for Allwinner H6 main CCU Date: Fri, 16 Mar 2018 22:02:12 +0800 Message-Id: <20180316140215.28663-7-icenowy@aosc.io> In-Reply-To: <20180316140215.28663-1-icenowy@aosc.io> References: <20180316140215.28663-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Allwinner H6 main CCU uses the internal oscillator of the SoC, which is different with old SoCs' main CCU. Add device tree binding for the Allwinner H6 main CCU. Signed-off-by: Icenowy Zheng --- Extracted in v4. Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index 4ca21c3a6fc9..460ef27b1008 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -20,6 +20,7 @@ Required properties : - "allwinner,sun50i-a64-ccu" - "allwinner,sun50i-a64-r-ccu" - "allwinner,sun50i-h5-ccu" + - "allwinner,sun50i-h6-ccu" - "nextthing,gr8-ccu" - reg: Must contain the registers base address and length @@ -31,6 +32,9 @@ Required properties : - #clock-cells : must contain 1 - #reset-cells : must contain 1 +For the main CCU on H6, one more clock is needed: +- "iosc": the SoC's internal frequency oscillator + For the PRCM CCUs on A83T/H3/A64, two more clocks are needed: - "pll-periph": the SoC's peripheral PLL from the main CCU - "iosc": the SoC's internal frequency oscillator -- 2.15.1