diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2013-05-05 02:24:42 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-05-05 02:27:03 -0400 |
commit | f99e44a7f3352d7131c7526207f153f13ec5acd4 (patch) | |
tree | 0f448b21128c478053ee7f7765b865954c4eebe8 /Documentation/devicetree/bindings/powerpc/fsl/cpus.txt | |
parent | fd29f424d458118f02e89596505c68a63dcb3007 (diff) | |
parent | ce857229e0c3adc211944a13a5579ef84fd7b4af (diff) |
Merge branch 'linus' into core/urgent
Update with Linus tree so fixes for the same can be applied.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'Documentation/devicetree/bindings/powerpc/fsl/cpus.txt')
-rw-r--r-- | Documentation/devicetree/bindings/powerpc/fsl/cpus.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt b/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt new file mode 100644 index 000000000000..922c30ad90d1 --- /dev/null +++ b/Documentation/devicetree/bindings/powerpc/fsl/cpus.txt | |||
@@ -0,0 +1,22 @@ | |||
1 | =================================================================== | ||
2 | Power Architecture CPU Binding | ||
3 | Copyright 2013 Freescale Semiconductor Inc. | ||
4 | |||
5 | Power Architecture CPUs in Freescale SOCs are represented in device trees as | ||
6 | per the definition in ePAPR. | ||
7 | |||
8 | In addition to the ePAPR definitions, the properties defined below may be | ||
9 | present on CPU nodes. | ||
10 | |||
11 | PROPERTIES | ||
12 | |||
13 | - fsl,eref-* | ||
14 | Usage: optional | ||
15 | Value type: <empty> | ||
16 | Definition: The EREF (EREF: A Programmer.s Reference Manual for | ||
17 | Freescale Power Architecture) defines the architecture for Freescale | ||
18 | Power CPUs. The EREF defines some architecture categories not defined | ||
19 | by the Power ISA. For these EREF-specific categories, the existence of | ||
20 | a property named fsl,eref-[CAT], where [CAT] is the abbreviated category | ||
21 | name with all uppercase letters converted to lowercase, indicates that | ||
22 | the category is supported by the implementation. | ||