This patch adds the device tree node for APM X-Gene AHBC IOMMU and
master node as SDHCI.
Signed-off-by: Suman Tripathi <redacted>
---
arch/arm64/boot/dts/apm-storm.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/apm-storm.dtsi b/arch/arm64/boot/dts/apm-storm.dtsi
index 52de7d3..22bc9d1 100644
--- a/arch/arm64/boot/dts/apm-storm.dtsi
+++ b/arch/arm64/boot/dts/apm-storm.dtsi
@@ -621,6 +621,12 @@
phy-names = "sata-phy";
};
+ ahbc_iommu: ahbc_iommu@0x1f2a0080 {
+ compatible = "apm,xgene-ahbc-iommu";
+ #iommu-cells = <0>;
+ reg = <0x0 0x1f2a0080 0x0 0x90>;
+ };
+
rtc: rtc@10510000 {
compatible = "apm,xgene-rtc";
reg = <0x0 0x10510000 0x0 0x400>;@@ -636,6 +642,7 @@
interrupts = <0x0 0x49 0x4>;
clock-names = "clk_xin", "clk_ahb";
clocks = <&sdioclk 0>, <&ahbclk 0>;
+ iommus = <&ahbc_iommu>;
};
menet: ethernet@17020000 {
--1.8.2.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html