Skip to content

Commit de55ce0

Browse files
cpackham-atlnzmpe
authored andcommitted
Documentation: powerpc/fsl: Update compatible for l2cache binding
List all the current valid compatible strings for the l2cache binding. This should stop checkpatch.pl from complaining and will hopefully save someone from having to debug a typo in their dts. Signed-off-by: Chris Packham <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
1 parent 86f7ce4 commit de55ce0

File tree

1 file changed

+40
-2
lines changed
  • Documentation/devicetree/bindings/powerpc/fsl

1 file changed

+40
-2
lines changed

Documentation/devicetree/bindings/powerpc/fsl/l2cache.txt

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,46 @@ The cache bindings explained below are ePAPR compliant
55

66
Required Properties:
77

8-
- compatible : Should include "fsl,chip-l2-cache-controller" and "cache"
9-
where chip is the processor (bsc9132, npc8572 etc.)
8+
- compatible : Should include one of the following:
9+
"fsl,8540-l2-cache-controller"
10+
"fsl,8541-l2-cache-controller"
11+
"fsl,8544-l2-cache-controller"
12+
"fsl,8548-l2-cache-controller"
13+
"fsl,8555-l2-cache-controller"
14+
"fsl,8568-l2-cache-controller"
15+
"fsl,b4420-l2-cache-controller"
16+
"fsl,b4860-l2-cache-controller"
17+
"fsl,bsc9131-l2-cache-controller"
18+
"fsl,bsc9132-l2-cache-controller"
19+
"fsl,c293-l2-cache-controller"
20+
"fsl,mpc8536-l2-cache-controller"
21+
"fsl,mpc8540-l2-cache-controller"
22+
"fsl,mpc8541-l2-cache-controller"
23+
"fsl,mpc8544-l2-cache-controller"
24+
"fsl,mpc8548-l2-cache-controller"
25+
"fsl,mpc8555-l2-cache-controller"
26+
"fsl,mpc8560-l2-cache-controller"
27+
"fsl,mpc8568-l2-cache-controller"
28+
"fsl,mpc8569-l2-cache-controller"
29+
"fsl,mpc8572-l2-cache-controller"
30+
"fsl,p1010-l2-cache-controller"
31+
"fsl,p1011-l2-cache-controller"
32+
"fsl,p1012-l2-cache-controller"
33+
"fsl,p1013-l2-cache-controller"
34+
"fsl,p1014-l2-cache-controller"
35+
"fsl,p1015-l2-cache-controller"
36+
"fsl,p1016-l2-cache-controller"
37+
"fsl,p1020-l2-cache-controller"
38+
"fsl,p1021-l2-cache-controller"
39+
"fsl,p1022-l2-cache-controller"
40+
"fsl,p1023-l2-cache-controller"
41+
"fsl,p1024-l2-cache-controller"
42+
"fsl,p1025-l2-cache-controller"
43+
"fsl,p2010-l2-cache-controller"
44+
"fsl,p2020-l2-cache-controller"
45+
"fsl,t2080-l2-cache-controller"
46+
"fsl,t4240-l2-cache-controller"
47+
and "cache".
1048
- reg : Address and size of L2 cache controller registers
1149
- cache-size : Size of the entire L2 cache
1250
- interrupts : Error interrupt of L2 controller

0 commit comments

Comments
 (0)