aboutsummaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2019-11-21 10:59:24 +0000
committerMarc Bonnici <marc.bonnici@arm.com>2019-11-25 10:14:06 +0000
commit789e030c3de002ff7ea2d0ea17cbe81e5177cbf7 (patch)
tree1ef566d1dff1f9ce4fd05e85189a95846d19d521 /fdts/fvp-base-gicv3-psci-1t-optee-spci.dts
parent4ea758f139de3d350602de7c5a016417e37452f4 (diff)
downloadtrusted-firmware-a-789e030c3de002ff7ea2d0ea17cbe81e5177cbf7.tar.gz
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
Diffstat (limited to 'fdts/fvp-base-gicv3-psci-1t-optee-spci.dts')
-rw-r--r--fdts/fvp-base-gicv3-psci-1t-optee-spci.dts3
1 files changed, 2 insertions, 1 deletions
diff --git a/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts b/fdts/fvp-base-gicv3-psci-1t-optee-spci.dts
index b920b47317..792e3c4be0 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