irqchip: Fix dependencies for archs w/o HAS_IOMEM
[linux/fpc-iii.git] / Documentation / devicetree / bindings / clock / pxa-clock.txt
blob4b4a9024bd990bfa4b714b64f71a785da5494ea9
1 * Clock bindings for Marvell PXA chips
3 Required properties:
4 - compatible: Should be "marvell,pxa-clocks"
5 - #clock-cells: Should be <1>
7 The clock consumer should specify the desired clock by having the clock
8 ID in its "clocks" phandle cell (see include/.../pxa-clock.h).
10 Examples:
12 pxa2xx_clks: pxa2xx_clks@41300004 {
13         compatible = "marvell,pxa-clocks";
14         #clock-cells = <1>;
15         status = "okay";