From 3dbff8cc9f8feb49f4dd7246ae0e2857bb635cd4 Mon Sep 17 00:00:00 2001 From: Zhou Guanghui Date: Mon, 31 Aug 2020 20:41:30 +0800 Subject: [PATCH] dt-bindings: iommu: Add Message Based SPI for hisilicon ascend inclusion category: feature bugzilla: NA CVE: NA ---------------------------------------------------- Add Message Base SPI optional property for hisilicon Signed-off-by: Zhou Guanghui Reviewed-by: Ding Tianhong Signed-off-by: Yang Yingliang --- Documentation/devicetree/bindings/iommu/arm,smmu-v3.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/iommu/arm,smmu-v3.txt b/Documentation/devicetree/bindings/iommu/arm,smmu-v3.txt index c9abbf3e4f68..322f958939fb 100644 --- a/Documentation/devicetree/bindings/iommu/arm,smmu-v3.txt +++ b/Documentation/devicetree/bindings/iommu/arm,smmu-v3.txt @@ -61,6 +61,14 @@ the PCIe specification. Set for Cavium ThunderX2 silicon that doesn't support SMMU page1 register space. +- hisilicon,message-based-spi + : Message based SPI is used for Ascend310 silicon. The addr + of GICD_SETSPIR needs to be configured in the CFG_REG of + SMMU. + +- iommu-spi-base + : The addr of GICD_SETSPI + ** Example smmu@2b400000 { -- GitLab