diff options
author | Richard Gong <richard.gong@intel.com> | 2020-02-14 19:00:49 +0300 |
---|---|---|
committer | Moritz Fischer <mdf@kernel.org> | 2020-04-30 06:37:11 +0300 |
commit | fba965a79b925b35bee69472c7caa5ff8d6a8672 (patch) | |
tree | f3b080dab2085af7635fc212a2455cb1a18fb71a /Documentation/devicetree/bindings/firmware | |
parent | d299253cf5b4e0f21ff1ce1d2f02e5ea634ebcb9 (diff) | |
download | linux-fba965a79b925b35bee69472c7caa5ff8d6a8672.tar.xz |
dt-bindings, firmware: add compatible value Intel Stratix10 service layer binding
A a compatible property value to Intel Stratix10 service layer binding
Signed-off-by: Richard Gong <richard.gong@intel.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/firmware')
-rw-r--r-- | Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt index 1fa66065acc6..6eff1afd8daf 100644 --- a/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt +++ b/Documentation/devicetree/bindings/firmware/intel,stratix10-svc.txt @@ -23,7 +23,7 @@ Required properties: The svc node has the following mandatory properties, must be located under the firmware node. -- compatible: "intel,stratix10-svc" +- compatible: "intel,stratix10-svc" or "intel,agilex-svc" - method: smc or hvc smc - Secure Monitor Call hvc - Hypervisor Call |