commit | 789e030c3de002ff7ea2d0ea17cbe81e5177cbf7 | [log] [tgz] |
---|---|---|
author | Marc Bonnici <marc.bonnici@arm.com> | Thu Nov 21 10:59:24 2019 +0000 |
committer | Marc Bonnici <marc.bonnici@arm.com> | Mon Nov 25 10:14:06 2019 +0000 |
tree | 1ef566d1dff1f9ce4fd05e85189a95846d19d521 | |
parent | 4ea758f139de3d350602de7c5a016417e37452f4 [diff] |
SPMD: Specify conduit to be used in SPCI DT for SPCI Driver This patch modifies the SPCI node in the example DT source file to indicate that the SPCI driver should use SMCs as its conduit. Change-Id: Ie3342bc6b72f5a76eeb10b4a73c3bfa49778d5a4
diff --git a/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts b/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts index b920b47..792e3c4 100644 --- a/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts +++ b/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts
@@ -49,6 +49,7 @@ }; spci { - compatible = "arm,spci-alpha2"; + compatible = "arm,spci"; + conduit = "smc"; }; }; \ No newline at end of file