
22 Jul
2015
22 Jul
'15
5:51 p.m.
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@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@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