diff options
author | Olof Johansson <olof@lixom.net> | 2018-09-25 12:26:52 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-09-25 12:26:52 -0700 |
commit | 260c9ca90246fb317e1361fa2d513bd307decd68 (patch) | |
tree | 3c734d94178991ede5e0186d8433eb5f4b39de2b /Documentation | |
parent | 5bc45db5d2a7bf6eac577174e3634f58f867bb2f (diff) | |
parent | 7bcfe20d0d8b647879629798fa57e39905d6cded (diff) | |
download | linux-stable-260c9ca90246fb317e1361fa2d513bd307decd68.tar.gz linux-stable-260c9ca90246fb317e1361fa2d513bd307decd68.tar.bz2 linux-stable-260c9ca90246fb317e1361fa2d513bd307decd68.zip |
Merge tag 'drivers_soc_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into next/drivers
soc: driver soc update for v4.20
- Enable host-id as an optional dt property
- Fix minor typo in knav driver
* tag 'drivers_soc_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
soc: ti: fix spelling mistake "instace" -> "instance"
firmware: ti_sci: Provide host-id as an optional dt parameter
Documentation: dt: keystone: ti-sci: Add optional host-id parameter
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/keystone/ti,sci.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt b/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt index 31f5f9a104cc..b56a02c10ae6 100644 --- a/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt +++ b/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt @@ -45,11 +45,15 @@ Optional Properties: debug_messages - Map the Debug message region - reg: register space corresponding to the debug_messages - ti,system-reboot-controller: If system reboot can be triggered by SoC reboot +- ti,host-id: Integer value corresponding to the host ID assigned by Firmware + for identification of host processing entities such as virtual + machines Example (K2G): ------------- pmmc: pmmc { compatible = "ti,k2g-sci"; + ti,host-id = <2>; mbox-names = "rx", "tx"; mboxes= <&msgmgr &msgmgr_proxy_pmmc_rx>, <&msgmgr &msgmgr_proxy_pmmc_tx>; |