Message ID | 20170821235158.4968-2-s-anna@ti.com |
---|---|
State | New |
Headers | show |
Series | Enable DRA7 processor MMU DT nodes | expand |
* Suman Anna <s-anna@ti.com> [170821 16:52]: > 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@ti.com> > --- > 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"; > +}; This is getting quite silly.. The default is "okay" so just remove the useless "disabled" from the common file and all these patches are no longer needed. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Tony, On 10/11/2017 01:22 PM, Tony Lindgren wrote: > * Suman Anna <s-anna@ti.com> [170821 16:52]: >> 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@ti.com> >> --- >> 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"; >> +}; > > This is getting quite silly.. The default is "okay" so just remove the useless > "disabled" from the common file and all these patches are no longer needed. Yeah, agreed. Original intention was that some of the other remoteproc related nodes can be customized per board, but there's nothing of that sort on iommu nodes. Will post a new series. Thanks for the review. regards Suman -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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"; +};
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@ti.com> --- arch/arm/boot/dts/dra7-evm-common.dtsi | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) -- 2.13.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html