Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: fsi: Add P10 OCC device documentation

Add the P10 compatible string.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201120010315.190737-2-joel@jms.id.au
Signed-off-by: Guenter Roeck <linux@roeck-us.net>

authored by

Eddie James and committed by
Guenter Roeck
eedc65cb 2f070176

+6 -6
+6 -6
Documentation/devicetree/bindings/fsi/ibm,p9-occ.txt
··· 1 - Device-tree bindings for FSI-attached POWER9 On-Chip Controller (OCC) 2 - --------------------------------------------------------------------- 1 + Device-tree bindings for FSI-attached POWER9/POWER10 On-Chip Controller (OCC) 2 + ----------------------------------------------------------------------------- 3 3 4 - This is the binding for the P9 On-Chip Controller accessed over FSI from a 5 - service processor. See fsi.txt for details on bindings for FSI slave and CFAM 4 + This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from 5 + a service processor. See fsi.txt for details on bindings for FSI slave and CFAM 6 6 nodes. The OCC is not an FSI slave device itself, rather it is accessed 7 - through the SBE fifo. 7 + through the SBE FIFO. 8 8 9 9 Required properties: 10 - - compatible = "ibm,p9-occ" 10 + - compatible = "ibm,p9-occ" or "ibm,p10-occ" 11 11 12 12 Examples: 13 13