[RESEND PATCH v2 5/6] ARM: dts: Specify clocks for timer on bcm11351
Mark Rutland
mark.rutland at arm.com
Thu Oct 17 10:06:59 EDT 2013
> diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi
> index 193659c..39c1395 100644
> --- a/arch/arm/boot/dts/bcm11351.dtsi
> +++ b/arch/arm/boot/dts/bcm11351.dtsi
> @@ -95,7 +95,7 @@
> compatible = "brcm,kona-timer";
> reg = <0x35006000 0x1000>;
> interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
> - clock-frequency = <32768>;
> + clocks = <&hub_timer_clk>;
This should probably be after the code change that enables support for a
clocks property.
Thanks,
Mark.
More information about the linux-arm-kernel
mailing list