All of lore.kernel.org
 help / color / mirror / Atom feed
From: boris.brezillon@free-electrons.com (Boris Brezillon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 7/7] ARM: bcm/dt: Enable the VEC IP on all RaspeberryPi boards
Date: Thu,  1 Dec 2016 21:09:30 +0100	[thread overview]
Message-ID: <1480622970-8714-8-git-send-email-boris.brezillon@free-electrons.com> (raw)
In-Reply-To: <1480622970-8714-1-git-send-email-boris.brezillon@free-electrons.com>

Enable the VEC IP on all RaspeberryPi boards.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 arch/arm/boot/dts/bcm2835-rpi.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index e9b47b2bbc33..8893240da5f6 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -84,3 +84,8 @@
 	power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
 	status = "okay";
 };
+
+&vec {
+	power-domains = <&power RPI_POWER_DOMAIN_VEC>;
+	status = "okay";
+};
-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Boris Brezillon <boris.brezillon@free-electrons.com>
To: David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	dri-devel@lists.freedesktop.org
Cc: Florian Fainelli <f.fainelli@gmail.com>,
	Scott Branden <sbranden@broadcom.com>,
	Stephen Warren <swarren@wwwdotorg.org>,
	Ray Jui <rjui@broadcom.com>, Lee Jones <lee@kernel.org>,
	bcm-kernel-feedback-list@broadcom.com,
	linux-rpi-kernel@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 7/7] ARM: bcm/dt: Enable the VEC IP on all RaspeberryPi boards
Date: Thu,  1 Dec 2016 21:09:30 +0100	[thread overview]
Message-ID: <1480622970-8714-8-git-send-email-boris.brezillon@free-electrons.com> (raw)
In-Reply-To: <1480622970-8714-1-git-send-email-boris.brezillon@free-electrons.com>

Enable the VEC IP on all RaspeberryPi boards.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
 arch/arm/boot/dts/bcm2835-rpi.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index e9b47b2bbc33..8893240da5f6 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -84,3 +84,8 @@
 	power-domains = <&power RPI_POWER_DOMAIN_HDMI>;
 	status = "okay";
 };
+
+&vec {
+	power-domains = <&power RPI_POWER_DOMAIN_VEC>;
+	status = "okay";
+};
-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2016-12-01 20:09 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01 20:09 [PATCH v2 0/7] drm/vc4: VEC (SDTV) output support Boris Brezillon
2016-12-01 20:09 ` Boris Brezillon
2016-12-01 20:09 ` [PATCH v2 1/7] drm/vc4: Fix ->clock_select setting for the VEC encoder Boris Brezillon
2016-12-01 20:09   ` Boris Brezillon
2016-12-01 20:09 ` [PATCH v2 2/7] drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum Boris Brezillon
2016-12-01 20:09   ` Boris Brezillon
2016-12-02  7:20   ` Daniel Vetter
2016-12-02  7:20     ` Daniel Vetter
2016-12-01 20:09 ` [PATCH v2 3/7] drm: Add TV connector states to drm_connector_state Boris Brezillon
2016-12-01 20:09   ` Boris Brezillon
2016-12-01 20:09 ` [PATCH v2 4/7] drm/vc4: Add support for the VEC (Video Encoder) IP Boris Brezillon
2016-12-01 20:09   ` Boris Brezillon
2016-12-01 20:09 ` [PATCH v2 5/7] drm/vc4: Document VEC DT binding Boris Brezillon
2016-12-01 20:09   ` Boris Brezillon
2016-12-01 20:09 ` [PATCH v2 6/7] ARM: bcm/dt: Add VEC node in bcm283x.dtsi Boris Brezillon
2016-12-01 20:09   ` Boris Brezillon
2016-12-01 20:09 ` Boris Brezillon [this message]
2016-12-01 20:09   ` [PATCH v2 7/7] ARM: bcm/dt: Enable the VEC IP on all RaspeberryPi boards Boris Brezillon
2016-12-01 20:47   ` Eric Anholt
2016-12-01 20:47     ` Eric Anholt

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=1480622970-8714-8-git-send-email-boris.brezillon@free-electrons.com \
    --to=boris.brezillon@free-electrons.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.