layerscape: add u-boot environment support for OpenWrt boot
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.9 / 032-v4.11-0001-ARM-dts-bcm283x-Add-VEC-node-in-bcm283x.dtsi.patch
1 From b899c45208d6f204a6da9a1132577993eeecf0fb Mon Sep 17 00:00:00 2001
2 From: Boris Brezillon <boris.brezillon@free-electrons.com>
3 Date: Fri, 2 Dec 2016 14:48:12 +0100
4 Subject: [PATCH] ARM: dts: bcm283x: Add VEC node in bcm283x.dtsi
5
6 Add the VEC (Video EnCoder) node definition in bcm283x.dtsi.
7
8 Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
9 Signed-off-by: Eric Anholt <eric@anholt.net>
10 ---
11 arch/arm/boot/dts/bcm283x.dtsi | 8 ++++++++
12 1 file changed, 8 insertions(+)
13
14 --- a/arch/arm/boot/dts/bcm283x.dtsi
15 +++ b/arch/arm/boot/dts/bcm283x.dtsi
16 @@ -476,6 +476,14 @@
17 status = "disabled";
18 };
19
20 + vec: vec@7e806000 {
21 + compatible = "brcm,bcm2835-vec";
22 + reg = <0x7e806000 0x1000>;
23 + clocks = <&clocks BCM2835_CLOCK_VEC>;
24 + interrupts = <2 27>;
25 + status = "disabled";
26 + };
27 +
28 pixelvalve@7e807000 {
29 compatible = "brcm,bcm2835-pixelvalve2";
30 reg = <0x7e807000 0x100>;