Back to home page

OSCL-LXR

 
 

    


0001 * Clock bindings for Marvell PXA chips
0002 
0003 Required properties:
0004 - compatible: Should be "marvell,pxa-clocks"
0005 - #clock-cells: Should be <1>
0006 
0007 The clock consumer should specify the desired clock by having the clock
0008 ID in its "clocks" phandle cell (see include/.../pxa-clock.h).
0009 
0010 Examples:
0011 
0012 pxa2xx_clks: pxa2xx_clks@41300004 {
0013         compatible = "marvell,pxa-clocks";
0014         #clock-cells = <1>;
0015 };