[U-Boot] [PATCH 15/19] ARM: zynq: DT: Get rid of ps-clk-frequency

Sören Brinkmann soren.brinkmann at xilinx.com
Wed Jul 22 17:51:28 CEST 2015


On Wed, 2015-07-22 at 05:38PM +0200, Michal Simek wrote:
> ps-clk-frequency is platform specific setting and shouldn't be the part
> of DTSI.
> 
> Signed-off-by: Michal Simek <michal.simek at xilinx.com>
> ---
> 
> Sync with mainline.
> 
> ---
>  arch/arm/dts/zynq-7000.dtsi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/dts/zynq-7000.dtsi b/arch/arm/dts/zynq-7000.dtsi
> index a1de993b9812..095c0f67e167 100644
> --- a/arch/arm/dts/zynq-7000.dtsi
> +++ b/arch/arm/dts/zynq-7000.dtsi
> @@ -241,7 +241,6 @@
>  			clkc: clkc at 100 {
>  				#clock-cells = <1>;
>  				compatible = "xlnx,ps7-clkc";
> -				ps-clk-frequency = <33333333>;

If you remove it here, shouldn't it be added in the board dts files at
the same time (the Linux implementation may default to 33MHz, but that
is implementation and not guaranteed according to the bindings)?

	Sören


More information about the U-Boot mailing list