Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532661
| From | Eric Anholt <eric@anholt.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/6] ARM: bcm/dt: Enable the VEC IP on all RaspberryPi boards |
| Date | 2016-11-29 19:50 +0100 |
| Message-ID | <sIVDA-3IZ-41@gated-at.bofh.it> (permalink) |
| References | <sIVDz-3IZ-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Boris Brezillon <boris.brezillon@free-electrons.com>
Enable the VEC IP on all RaspberryPi boards.
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
---
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.10.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/6] drm/vc4: VEC (SDTV) output support Eric Anholt <eric@anholt.net> - 2016-11-29 19:50 +0100
[PATCH 2/6] drm: Add TV connector states to drm_connector_state Eric Anholt <eric@anholt.net> - 2016-11-29 19:50 +0100
Re: [PATCH 2/6] drm: Add TV connector states to drm_connector_state Daniel Vetter <daniel@ffwll.ch> - 2016-11-29 21:20 +0100
Re: [PATCH 2/6] drm: Add TV connector states to drm_connector_state Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-12-01 09:30 +0100
[PATCH 6/6] ARM: bcm/dt: Enable the VEC IP on all RaspberryPi boards Eric Anholt <eric@anholt.net> - 2016-11-29 19:50 +0100
[PATCH 3/6] drm/vc4: Add support for the VEC (Video Encoder) IP Eric Anholt <eric@anholt.net> - 2016-11-29 19:50 +0100
[PATCH 4/6] drm/vc4: Document VEC DT binding Eric Anholt <eric@anholt.net> - 2016-11-29 19:50 +0100
csiph-web