[PATCH 3/5] ARM: dts: beagle-x15-common: Enable relevant IPU and DSP MMU nodes
Suman Anna
s-anna at ti.com
Mon Aug 21 16:51:56 PDT 2017
The MMU nodes for the remote processors IPU1, IPU2, DSP1 and DSP2
have all been enabled. All these nodes are relevant and valid for
all the AM57xx BeagleBoard-X15 board variants, so are added in the
common dtsi file.
Signed-off-by: Suman Anna <s-anna at ti.com>
---
arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
index 49aeecd312b4..be9640b6e225 100644
--- a/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
+++ b/arch/arm/boot/dts/am57xx-beagle-x15-common.dtsi
@@ -587,3 +587,27 @@
status = "okay";
};
};
+
+&mmu0_dsp1 {
+ status = "okay";
+};
+
+&mmu1_dsp1 {
+ status = "okay";
+};
+
+&mmu0_dsp2 {
+ status = "okay";
+};
+
+&mmu1_dsp2 {
+ status = "okay";
+};
+
+&mmu_ipu1 {
+ status = "okay";
+};
+
+&mmu_ipu2 {
+ status = "okay";
+};
--
2.13.1
More information about the linux-arm-kernel
mailing list