Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp291545ybl; Tue, 10 Dec 2019 23:09:34 -0800 (PST) X-Google-Smtp-Source: APXvYqydfmlTPcJKlCktyOUFniIO5FdAsI2sDzj/qW+juTvaNhqPsMm1yNIyckn9eqZPviKf71tt X-Received: by 2002:a05:6830:1b71:: with SMTP id d17mr1165251ote.42.1576048174290; Tue, 10 Dec 2019 23:09:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576048174; cv=none; d=google.com; s=arc-20160816; b=mVEioOpQBBnlOo77zgcPgEvHnUhoJ2MEY0W1BlsFII02GXwtqDapC+prQLmTZRqMQF L0f1yUW+vA+MWfx8UCYm+XGaOzNoeLgszogXr+CYWiM+mgfV5Tk0BfhwJYzIUBONV+PN 2I45oBFUymSv6ajSjiOjYMFOamQYMdItKTUX0rTPWRYMtVI1ptf+qjF9qJ5MguWR3JhY ZM9fj+HLOhsqDRrhSMvB7EToKuRLSgvr6q1NTZtlob5vilpZ/ayd/lmpnOxhwj7ZeWLi pQa7JNNALhATQeEm0vLZ1A6bKSrTmxLJNyp1fKVCQkXcgB1ph9kaulaPHsOHXtJof2fS xqfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=VBxRXS/mrMUUP7aI13r4/ROm18okIbPHUYYWp8Z5zTk=; b=QQB5ayW7/UiLRu/HKiv7Jx7BF63zOgQbXs7yvj3R5OIWDwk5D1yMKeKIu5mnYQapD2 V5Gr5NE3gjpt4xSyaAl0JJ8XpulMA99gFewzYQ2erdxV1fzAYBk/GawsCjoevuUHWVgI 6CEKhFhEJFgpT0seSQnST2P41wxf68I/i5FTlAKJa9Lg6k6Wsn51IG/RTeGAnzKziOEg Xawz4R0UUmU8+3O+K5WwNPzgCsT9vjyLHxJOQ+gJOY6Yq6Dn9jdLllQGRkwMhI7cBcRF J+xf7PDppVVl0qmXyVY/GSNyepcGjCJjBSYNZJaoXpmDRNJLslT4YaCZK8ofWsdbKqww hMxg== 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 s74si604959oie.109.2019.12.10.23.09.22; Tue, 10 Dec 2019 23:09:34 -0800 (PST) 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 S1728029AbfLKHIj (ORCPT + 99 others); Wed, 11 Dec 2019 02:08:39 -0500 Received: from mail-sz.amlogic.com ([211.162.65.117]:15962 "EHLO mail-sz.amlogic.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725800AbfLKHIj (ORCPT ); Wed, 11 Dec 2019 02:08:39 -0500 Received: from droid15-sz.amlogic.com (10.28.8.25) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server id 15.1.1591.10; Wed, 11 Dec 2019 15:09:10 +0800 From: Jian Hu To: Jerome Brunet , Neil Armstrong CC: Jian Hu , Kevin Hilman , Rob Herring , Martin Blumenstingl , Michael Turquette , Stephen Boyd , Qiufang Dai , Jianxin Pan , Victor Wan , Chandle Zou , , , , , Subject: [PATCH] arm64: dts: meson: add A1 periphs and PLL clock nodes Date: Wed, 11 Dec 2019 15:08:34 +0800 Message-ID: <20191211070835.83489-1-jian.hu@amlogic.com> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.28.8.25] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add A1 periphs and PLL clock controller nodes, Some clocks in periphs controller are the parents of PLL clocks, Meanwhile some clocks in PLL controller are those of periphs clocks. They rely on each other. Compared with the previous series, the register region is only for the clock. So syscon is not used in A1. Signed-off-by: Jian Hu --- arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 26 +++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi index 7210ad049d1d..de43a010fa6e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi @@ -5,6 +5,8 @@ #include #include +#include +#include / { compatible = "amlogic,a1"; @@ -74,6 +76,30 @@ #size-cells = <2>; ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x1000000>; + clkc_periphs: periphs-clock-controller@800 { + compatible = "amlogic,a1-periphs-clkc"; + #clock-cells = <1>; + reg = <0 0x800 0 0x104>; + clocks = <&clkc_pll CLKID_FCLK_DIV2>, + <&clkc_pll CLKID_FCLK_DIV3>, + <&clkc_pll CLKID_FCLK_DIV5>, + <&clkc_pll CLKID_FCLK_DIV7>, + <&clkc_pll CLKID_HIFI_PLL>, + <&xtal>; + clock-names = "fclk_div2", "fclk_div3", + "fclk_div5", "fclk_div7", + "hifi_pll", "xtal"; + }; + + clkc_pll: pll-clock-controller@7c80 { + compatible = "amlogic,a1-pll-clkc"; + #clock-cells = <1>; + reg = <0 0x7c80 0 0x21c>; + clocks = <&clkc_periphs CLKID_XTAL_FIXPLL>, + <&clkc_periphs CLKID_XTAL_HIFIPLL>; + clock-names = "xtal_fixpll", "xtal_hifipll"; + }; + uart_AO: serial@1c00 { compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart"; -- 2.24.0