diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-08-15 12:47:19 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-08-15 12:47:19 +0200 |
commit | 2d9f8a6e73ef2ec8ecaa24ca98e7010d6edd089f (patch) | |
tree | 9ea035b696137b345c69532a318f55502f530558 /Documentation/devicetree/bindings/arm/primecell.txt | |
parent | ecf726f5414489fe749477eb77d6cb12bb93c8bc (diff) | |
parent | eade7b281c9fc18401b989c77d5e5e660b25a3b7 (diff) | |
download | op-kernel-dev-2d9f8a6e73ef2ec8ecaa24ca98e7010d6edd089f.zip op-kernel-dev-2d9f8a6e73ef2ec8ecaa24ca98e7010d6edd089f.tar.gz |
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'Documentation/devicetree/bindings/arm/primecell.txt')
-rw-r--r-- | Documentation/devicetree/bindings/arm/primecell.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/primecell.txt b/Documentation/devicetree/bindings/arm/primecell.txt new file mode 100644 index 0000000..1d5d7a8 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/primecell.txt @@ -0,0 +1,21 @@ +* ARM Primecell Peripherals + +ARM, Ltd. Primecell peripherals have a standard id register that can be used to +identify the peripheral type, vendor, and revision. This value can be used for +driver matching. + +Required properties: + +- compatible : should be a specific value for peripheral and "arm,primecell" + +Optional properties: + +- arm,primecell-periphid : Value to override the h/w value with + +Example: + +serial@fff36000 { + compatible = "arm,pl011", "arm,primecell"; + arm,primecell-periphid = <0x00341011>; +}; + |