]> 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)
commitb37619de2030fcc4264010091c7ce3b43757fcd6
tree793bb2ab7e3b2bc8c8d4eac6c96fc89fcfb14a91
parentec1a6164a7cbf75719bbae842fd35c75b2a63af2
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