From: Tony Lindgren <tony@atomide.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Gowtham Tammana <g-tammana@ti.com>,
Jyri Sarha <jsarha@ti.com>
Subject: Re: [PATCH 1/4] ARM: dts: dra7: add entry for bb2d module
Date: Mon, 20 Sep 2021 16:37:15 +0300 [thread overview]
Message-ID: <YUiOixF5/op1hXLf@atomide.com> (raw)
In-Reply-To: <20210920125306.12347-2-narmstrong@baylibre.com>
Hi,
* Neil Armstrong <narmstrong@baylibre.com> [210920 12:53]:
> --- a/arch/arm/boot/dts/dra7.dtsi
> +++ b/arch/arm/boot/dts/dra7.dtsi
> @@ -965,6 +965,26 @@ hdmi: encoder@0 {
> };
> };
>
> + target-module@59000000 {
> + compatible = "ti,sysc-omap4", "ti,sysc";
> + reg = <0x59000020 0x4>;
> + reg-names = "rev";
> + clocks = <&dss_clkctrl DRA7_DSS_BB2D_CLKCTRL 0>;
> + clock-names = "fck";
> + #address-cells = <1>;
> + #size-cells = <1>;
> + ranges = <0x0 0x59000000 0x1000>;
> +
> + bb2d: gpu@0 {
> + compatible = "vivante,gc";
> + reg = <0x0 0x0700>;
> + interrupts = <GIC_SPI 120 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&dss_clkctrl DRA7_BB2D_CLKCTRL 0>;
> + clock-names = "core";
> + status = "disabled";
> + };
> + };
> +
> aes1_target: target-module@4b500000 {
> compatible = "ti,sysc-omap2", "ti,sysc";
> reg = <0x4b500080 0x4>,
How about just use the default for the bb2d node with is "okay"?
That way there's no need set status = "okay" for each board file.
If there is no driver loaded, we idle the target-module anyways.
Regards,
Tony
next prev parent reply other threads:[~2021-09-20 13:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-20 12:53 [PATCH 0/4] ARM: dts: dra7: enable BB2D module Neil Armstrong
2021-09-20 12:53 ` [PATCH 1/4] ARM: dts: dra7: add entry for bb2d module Neil Armstrong
2021-09-20 13:37 ` Tony Lindgren [this message]
2021-09-20 14:13 ` Neil Armstrong
2021-09-20 12:53 ` [PATCH 2/4] ARM: dts: dra7-evm: Enable BB2D node Neil Armstrong
2021-09-20 12:53 ` [PATCH 3/4] ARM: dts: dra72-evm-common: " Neil Armstrong
2021-09-20 12:53 ` [PATCH 4/4] ARM: dts: am57xx-evm: " Neil Armstrong
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=YUiOixF5/op1hXLf@atomide.com \
--to=tony@atomide.com \
--cc=devicetree@vger.kernel.org \
--cc=g-tammana@ti.com \
--cc=jsarha@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=narmstrong@baylibre.com \
/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).