From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Subject: Re: [PATCH 4/6] arm64/ls1043a: add DTS for Freescale LS1043A SoC Date: Mon, 21 Sep 2015 20:30:29 -0500 Message-ID: <1442885429.19102.210.camel@freescale.com> References: <1442838158-2964-1-git-send-email-B48286@freescale.com> <1442838158-2964-5-git-send-email-B48286@freescale.com> <20150922012403.GA1535@svinekod> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150922012403.GA1535@svinekod> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Mark Rutland , marc.zyngier@arm.com Cc: "corbet@lwn.net" , "sboyd@codeaurora.org" , "linux-watchdog@vger.kernel.org" , "linux-doc@vger.kernel.org" , "bhupesh.sharma@freescale.com" , Catalin Marinas , "mturquette@baylibre.com" , Zhiqiang Hou , Will Deacon , "wim@iguana.be" , "linux-i2c@vger.kernel.org" , "wsa@the-dreams.de" , "Mingkai.Hu@freescale.com" , "leoli@freescale.com" , "Wenbin.Song@freescale.com" , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Shaohui.Xie@freesc List-Id: linux-i2c@vger.kernel.org On Tue, 2015-09-22 at 02:24 +0100, Mark Rutland wrote: > > + clockgen: clocking@1ee1000{ > > + compatible = "fsl,ls1043a-clockgen"; > > + reg = <0x0 0x1ee1000 0x0 0x1000>; > > + #clock-cells = <2>; > > + clocks = <&sysclk>; > > + sysclk: sysclk { > > + compatible = "fixed-clock"; > > + #clock-cells = <0>; > > + clock-frequency = <100000000>; > > + clock-output-names = "sysclk"; > > + }; > > + }; > > Why does this fixed clock live under the clockgen? It should live directly > under the root node. I think this is copy-and-paste from some legacy PPC stuff. There's no reason anymore to put sysclk under clockgen. -Scott