From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes
Date: Wed, 11 Oct 2017 11:22:46 -0700 [thread overview]
Message-ID: <20171011182246.GE4394@atomide.com> (raw)
In-Reply-To: <20170821235158.4968-2-s-anna@ti.com>
* 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
next prev parent reply other threads:[~2017-10-11 18:22 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-21 23:51 [PATCH 0/5] Enable DRA7 processor MMU DT nodes Suman Anna
2017-08-21 23:51 ` [PATCH 1/5] ARM: dts: dra7-evm-common: Enable relevant IPU and DSP MMU nodes Suman Anna
2017-10-11 18:22 ` Tony Lindgren [this message]
2017-10-11 21:51 ` Suman Anna
2017-08-21 23:51 ` [PATCH 2/5] ARM: dts: dra72-evm-common: " Suman Anna
2017-08-21 23:51 ` [PATCH 3/5] ARM: dts: beagle-x15-common: " 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171011182246.GE4394@atomide.com \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).