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

Michal Simek michal.simek at xilinx.com
Fri Jul 24 14:47:03 CEST 2015


On 07/22/2015 05:51 PM, Sören Brinkmann wrote:
> 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)?

If you look it is already there and platform with full description are
rewriting it. Platform without full description are useless for Linux
anyway.

Thanks,
Michal



More information about the U-Boot mailing list