1 * Clock bindings for Marvell PXA chips 1 * Clock bindings for Marvell PXA chips 2 2 3 Required properties: 3 Required properties: 4 - compatible: Should be "marvell,pxa-clocks" 4 - compatible: Should be "marvell,pxa-clocks" 5 - #clock-cells: Should be <1> 5 - #clock-cells: Should be <1> 6 6 7 The clock consumer should specify the desired 7 The clock consumer should specify the desired clock by having the clock 8 ID in its "clocks" phandle cell (see include/. 8 ID in its "clocks" phandle cell (see include/.../pxa-clock.h). 9 9 10 Examples: 10 Examples: 11 11 12 pxa2xx_clks: pxa2xx_clks@41300004 { 12 pxa2xx_clks: pxa2xx_clks@41300004 { 13 compatible = "marvell,pxa-clocks"; 13 compatible = "marvell,pxa-clocks"; 14 #clock-cells = <1>; 14 #clock-cells = <1>; 15 }; 15 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.