Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316620
b: refs/heads/master
c: 260b6aa
h: refs/heads/master
v: v3
  • Loading branch information
Rob Herring authored and Mike Turquette committed Jul 12, 2012
1 parent 9a42401 commit ccffe04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 015ba40246497ae02a5f644d4c8adfec76d9b75c
refs/heads/master: 260b6aa03edd87a3a85c137e7b95305d9eb40485
6 changes: 6 additions & 0 deletions trunk/Documentation/devicetree/bindings/arm/primecell.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ Required properties:
Optional properties:

- arm,primecell-periphid : Value to override the h/w value with
- clocks : From common clock binding. First clock is phandle to clock for apb
pclk. Additional clocks are optional and specific to those peripherals.
- clock-names : From common clock binding. Shall be "apb_pclk" for first clock.

Example:

serial@fff36000 {
compatible = "arm,pl011", "arm,primecell";
arm,primecell-periphid = <0x00341011>;
clocks = <&pclk>;
clock-names = "apb_pclk";

};

0 comments on commit ccffe04

Please sign in to comment.