diff options
author | Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com> | 2017-08-31 11:52:41 -0700 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-09-04 20:45:35 -0500 |
commit | 789b0e3586e004e8139d87dc586a54c78b21f10a (patch) | |
tree | 503029e4f5998aa32a3e4d6739fe9b8125b8e298 | |
parent | 5b03d5ff566a1d7f465171e67fe1d51d6253be25 (diff) | |
download | skiboot-789b0e3586e004e8139d87dc586a54c78b21f10a.zip skiboot-789b0e3586e004e8139d87dc586a54c78b21f10a.tar.gz skiboot-789b0e3586e004e8139d87dc586a54c78b21f10a.tar.bz2 |
vas: Update documentation for chip-id
Update the device-tree documentation to include a note about the
'ibm,chip-id' field in the platform device node for VAS. While here,
remove some trailing spaces.
Signed-off-by: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r-- | doc/device-tree/vas.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/device-tree/vas.rst b/doc/device-tree/vas.rst index 0e4c1fa..438e45f 100644 --- a/doc/device-tree/vas.rst +++ b/doc/device-tree/vas.rst @@ -13,10 +13,12 @@ context address for the instance of VAS. Each VAS node contains: :: compatible: "ibm,power9-vas", "ibm,vas" - + + ibm,chip-id: Chip-id of the chip containing this instance of VAS. + ibm,vas-id: unique identifier for each instance of VAS in the system. - reg: contains 8 64-bit fields. + reg: contains 8 64-bit fields. Fields [0] and [1] represent the Hypervisor window context BAR (start and length). Fields [2] and [3] represent the OS/User |