Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

. The following steps may be used to enable the driver in the kernel configuration

Code Block
CONFIG_COMMON_CLK_XLNX_CLKWZRD=y
 
 


Devicetree

Code Block
  clock-generator@40040000 {
                #clock-cells = <1>;
                reg = <0x40040000 0x1000>;
                compatible = "xlnx,clocking-wizard";
                speed-grade = <1>;
                clock-names = "clk_in1", "s_axi_aclk";
                clocks = <&clkc 15>, <&clkc 15>;
                clock-output-names =  "clk_out1", "clk_out2",
                                     "clk_out3", "clk_out4", "clk_out5",
                                     "clk_out6", "clk_out7";
        };

Test procedure

Mainline Status

...


2020.2

None

2021.1

None




Related Links