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@xxxxxx> --- 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html