From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [RFC] MIPS: BCM63XX: add Device Tree clock definitions Date: Mon, 12 Nov 2012 22:02:10 -0700 Message-ID: <50A1D452.2020904@wwwdotorg.org> References: <1352638249-29298-1-git-send-email-jonas.gorski@gmail.com> <1352638249-29298-10-git-send-email-jonas.gorski@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1352638249-29298-10-git-send-email-jonas.gorski@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Jonas Gorski Cc: linux-mips@linux-mips.org, Ralf Baechle , John Crispin , Maxime Bizon , Florian Fainelli , Kevin Cernekee , devicetree-discuss@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On 11/11/2012 05:50 AM, Jonas Gorski wrote: > Add definitions for the clocks found and used in all supported SoCs. > diff --git a/arch/mips/bcm63xx/dts/bcm6328.dtsi b/arch/mips/bcm63xx/dts/bcm6328.dtsi > + clocks { > + #address-cells = <1>; > + #size-cells = <0>; > + > + periph: pll { > + compatible = "brcm,bcm63xx-clock"; > + #clock-cells = <0>; > + clock-frequency = <50000000>; > + clock-output-names = "periph"; > + }; Here too, it seems like some reg properties would be required.