* clk-ux500: clk: ux500: Convert ABx500 clocks to use OF probing clk: ux500: Add device tree bindings for ABx500 clocks clk: ux500: move AB8500 sysclk over to PRCMU clk driver
···11+Clock bindings for ST-Ericsson ABx500 clocks22+33+Required properties :44+- compatible : shall contain the following:55+ "stericsson,ab8500-clk"66+- #clock-cells should be <1>77+88+The ABx500 clocks need to be placed as a subnode of an AB850099+device node, see mfd/ab8500.txt1010+1111+All available clocks are defined as preprocessor macros in1212+dt-bindings/clock/ste-ab8500.h header and can be used in device1313+tree sources.1414+1515+Example:1616+1717+clock-controller {1818+ compatible = "stericsson,ab8500-clk";1919+ #clock-cells = <1>;2020+};