]> git.baikalelectronics.ru Git - kernel.git/commit
firmware: ti_sci: Provide host-id as an optional dt parameter
authorNishanth Menon <nm@ti.com>
Tue, 28 Aug 2018 20:22:13 +0000 (13:22 -0700)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 28 Aug 2018 20:22:13 +0000 (13:22 -0700)
commitc0ad998350d1506a81ccbced6cf58b194ba95922
tree793bb2ab7e3b2bc8c8d4eac6c96fc89fcfb14a91
parentbb18c0c155db1c688d282da4248fa505df119ef5
firmware: ti_sci: Provide host-id as an optional dt parameter

Texas Instrument's System Control Interface (TISCI) permits the
ability for Operating Systems to running in virtual machines to be
able to independently communicate with the firmware without the need
going through an hypervisor.

The "host-id" in effect is the hardware representation of the
host (example: VMs locked to a core) as identified to the System
Controller.

Provide support as an optional parameter implementation and use the
compatible data as default if one is not provided by device tree.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/firmware/ti_sci.c