From 789b0e3586e004e8139d87dc586a54c78b21f10a Mon Sep 17 00:00:00 2001 From: Sukadev Bhattiprolu Date: Thu, 31 Aug 2017 11:52:41 -0700 Subject: 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 Signed-off-by: Stewart Smith --- doc/device-tree/vas.rst | 6 ++++-- 1 file 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 -- cgit v1.1