* [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes
[not found] ` <20170821235158.4968-1-s-anna-l0cyMroinI0@public.gmane.org>
@ 2017-08-21 23:51 ` Suman Anna
[not found] ` <20170821235158.4968-2-s-anna-l0cyMroinI0@public.gmane.org>
2017-08-21 23:51 ` [PATCH 2/5] ARM: dts: dra72-evm-common: " Suman Anna
` (3 subsequent siblings)
4 siblings, 1 reply; 8+ messages in thread
From: Suman Anna @ 2017-08-21 23:51 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Tero Kristo,
Suman Anna
The MMU nodes for the remote processors IPU1, IPU2, DSP1 and
DSP2 have all been enabled. All these nodes are relevant and
valid for both the DRA7 EVM and DRA76 EVM boards, so are added
in the dra7 common evm dtsi file.
Signed-off-by: Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
---
arch/arm/boot/dts/dra7-evm-common.dtsi | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi
index 343e95f9a001..01a5d4e0b044 100644
--- a/arch/arm/boot/dts/dra7-evm-common.dtsi
+++ b/arch/arm/boot/dts/dra7-evm-common.dtsi
@@ -256,3 +256,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
--
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
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 2/5] ARM: dts: dra72-evm-common: Enable relevant IPU and DSP MMU nodes
[not found] ` <20170821235158.4968-1-s-anna-l0cyMroinI0@public.gmane.org>
2017-08-21 23:51 ` [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes Suman Anna
@ 2017-08-21 23:51 ` Suman Anna
2017-08-21 23:51 ` [PATCH 3/5] ARM: dts: beagle-x15-common: " Suman Anna
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Suman Anna @ 2017-08-21 23:51 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Tero Kristo,
Suman Anna
The MMU nodes for the remote processors IPU1, IPU2 and DSP1 have
all been enabled. All these nodes are relevant and valid for both
the DRA72x EVM variants and the DRA71 EVM, so are added in the common
dts file. DSP2 MMU nodes are not present on DRA72x/DRA71x SoCs.
Signed-off-by: Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
---
arch/arm/boot/dts/dra72-evm-common.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/dra72-evm-common.dtsi b/arch/arm/boot/dts/dra72-evm-common.dtsi
index 2e485a13dfd7..a72bcfd032d3 100644
--- a/arch/arm/boot/dts/dra72-evm-common.dtsi
+++ b/arch/arm/boot/dts/dra72-evm-common.dtsi
@@ -564,6 +564,22 @@
};
};
+&mmu0_dsp1 {
+ status = "okay";
+};
+
+&mmu1_dsp1 {
+ status = "okay";
+};
+
+&mmu_ipu1 {
+ status = "okay";
+};
+
+&mmu_ipu2 {
+ status = "okay";
+};
+
&pcie1_rc {
status = "okay";
};
--
2.13.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
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 3/5] ARM: dts: beagle-x15-common: Enable relevant IPU and DSP MMU nodes
[not found] ` <20170821235158.4968-1-s-anna-l0cyMroinI0@public.gmane.org>
2017-08-21 23:51 ` [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes Suman Anna
2017-08-21 23:51 ` [PATCH 2/5] ARM: dts: dra72-evm-common: " Suman Anna
@ 2017-08-21 23:51 ` Suman Anna
2017-08-21 23:51 ` [PATCH 4/5] ARM: dts: am572x-idk: " Suman Anna
2017-08-21 23:51 ` [PATCH 5/5] ARM: dts: am571x-idk: " Suman Anna
4 siblings, 0 replies; 8+ messages in thread
From: Suman Anna @ 2017-08-21 23:51 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Tero Kristo,
Suman Anna
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-l0cyMroinI0@public.gmane.org>
---
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
--
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
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 4/5] ARM: dts: am572x-idk: Enable relevant IPU and DSP MMU nodes
[not found] ` <20170821235158.4968-1-s-anna-l0cyMroinI0@public.gmane.org>
` (2 preceding siblings ...)
2017-08-21 23:51 ` [PATCH 3/5] ARM: dts: beagle-x15-common: " Suman Anna
@ 2017-08-21 23:51 ` Suman Anna
2017-08-21 23:51 ` [PATCH 5/5] ARM: dts: am571x-idk: " Suman Anna
4 siblings, 0 replies; 8+ messages in thread
From: Suman Anna @ 2017-08-21 23:51 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Tero Kristo,
Suman Anna
The MMU nodes for the remote processors IPU1, IPU2, DSP1 and
DSP2 have all been enabled. All these nodes are relevant and
valid for the AM572x IDK board.
Signed-off-by: Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
---
arch/arm/boot/dts/am572x-idk.dts | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts
index a578fe97ba3b..0f3be0de82b7 100644
--- a/arch/arm/boot/dts/am572x-idk.dts
+++ b/arch/arm/boot/dts/am572x-idk.dts
@@ -127,3 +127,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
--
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
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH 5/5] ARM: dts: am571x-idk: Enable relevant IPU and DSP MMU nodes
[not found] ` <20170821235158.4968-1-s-anna-l0cyMroinI0@public.gmane.org>
` (3 preceding siblings ...)
2017-08-21 23:51 ` [PATCH 4/5] ARM: dts: am572x-idk: " Suman Anna
@ 2017-08-21 23:51 ` Suman Anna
4 siblings, 0 replies; 8+ messages in thread
From: Suman Anna @ 2017-08-21 23:51 UTC (permalink / raw)
To: Tony Lindgren
Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Tero Kristo,
Suman Anna
The MMU nodes for the remote processors IPU1, IPU2 and DSP1
have all been enabled. All these nodes are relevant and valid
for the AM571x IDK board. DSP2 MMU nodes are not present on
AM571x SoCs.
Signed-off-by: Suman Anna <s-anna-l0cyMroinI0@public.gmane.org>
---
arch/arm/boot/dts/am571x-idk.dts | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm/boot/dts/am571x-idk.dts b/arch/arm/boot/dts/am571x-idk.dts
index debf9464403e..ea9f695e1282 100644
--- a/arch/arm/boot/dts/am571x-idk.dts
+++ b/arch/arm/boot/dts/am571x-idk.dts
@@ -91,6 +91,22 @@
};
};
+&mmu0_dsp1 {
+ status = "okay";
+};
+
+&mmu1_dsp1 {
+ status = "okay";
+};
+
+&mmu_ipu1 {
+ status = "okay";
+};
+
+&mmu_ipu2 {
+ status = "okay";
+};
+
&pcie1_rc {
status = "okay";
gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
--
2.13.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
^ permalink raw reply related [flat|nested] 8+ messages in thread