From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH V2 1/6] Documentation: add dts binding for X-Gene reboot dts node. Date: Tue, 14 Jan 2014 07:06:12 +0100 Message-ID: <201401140706.13406.arnd@arndb.de> References: <1389135041-16062-1-git-send-email-fkan@apm.com> <201401132043.52491.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: Feng Kan Cc: Mark Rutland , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-acpi@vger.kernel.org" List-Id: linux-acpi@vger.kernel.org On Tuesday 14 January 2014, Feng Kan wrote: > > > > > Is this related to the standard ARM SCU that manages multiprocessor > > systems, or a different unit that uses the same name? > > FKAN: You mean the snoop control unit in ARM. This is different from > that, the main function of this unit is clk control. Hmm, if it's *mainly* used for clocks, you may actually just want to have a driver in drivers/clk for it that also performs a few of the other things on the side. Arnd