[RFC] MIPS: BCM63XX: add Device Tree clock definitions

Stephen Warren swarren at wwwdotorg.org
Tue Nov 13 16:02:10 EST 2012


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.


More information about the devicetree-discuss mailing list