]> xenbits.xensource.com Git - people/sstabellini/xen-unstable.git/.git/commitdiff
xen: platform: zynqmp: Add new eemi api IDs
authorTejas Patel <tejas.patel@xilinx.com>
Sat, 24 Feb 2018 15:47:11 +0000 (07:47 -0800)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 4 Dec 2019 23:58:09 +0000 (15:58 -0800)
New EEMI API IDs are added in ATF and Linux.
Sync EEMI API IDs of xen with Linux and ATF.

Signed-off-by: Tejas Patel <tejasp@xilinx.com>
Acked-by: Jolly Shah <jollys@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
xen/include/asm-arm/platforms/xilinx-zynqmp-eemi.h

index 479efd90b5504ca3dc958b1d24a830c852357d54..29f0ab1abe206e7a43a4d5235e672343bc90c38f 100644 (file)
@@ -26,7 +26,6 @@
                                          ARM_SMCCC_CONV_64,   \
                                          ARM_SMCCC_OWNER_SIP, \
                                          fid)
-
 enum pm_api_id {
     /* Miscellaneous API functions: */
     PM_GET_API_VERSION = 1, /* Do not change or move */
@@ -129,7 +128,7 @@ enum pm_node_id {
        NODE_RPU,
        NODE_RPU_0,
        NODE_RPU_1,
-       NODE_PL,
+       NODE_PLD,
        NODE_FPD,
        NODE_OCM_BANK_0,
        NODE_OCM_BANK_1,
@@ -182,6 +181,14 @@ enum pm_node_id {
        NODE_PCIE,
        NODE_PCAP,
        NODE_RTC,
+       NODE_LPD,
+       NODE_VCU,
+       NODE_IPI_RPU_1,
+       NODE_IPI_PL_0,
+       NODE_IPI_PL_1,
+       NODE_IPI_PL_2,
+       NODE_IPI_PL_3,
+       NODE_PL,
        NODE_MAX
 };