brcm2708-gpu-fw: update to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0273-bcm2708-Add-the-power-domain-driver-to-the-device-tr.patch
1 From 2a94252c32f0235640f8f38b1222be411b8a43ae Mon Sep 17 00:00:00 2001
2 From: Eric Anholt <eric@anholt.net>
3 Date: Tue, 19 Apr 2016 14:36:31 -0700
4 Subject: [PATCH 273/304] bcm2708: Add the power domain driver to the device
5 tree.
6
7 Signed-off-by: Eric Anholt <eric@anholt.net>
8 ---
9 arch/arm/boot/dts/bcm2708_common.dtsi | 6 ++++++
10 1 file changed, 6 insertions(+)
11
12 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
13 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
14 @@ -285,6 +285,12 @@
15 mboxes = <&mailbox>;
16 };
17
18 + power: power {
19 + compatible = "raspberrypi,bcm2835-power";
20 + firmware = <&firmware>;
21 + #power-domain-cells = <1>;
22 + };
23 +
24 leds: leds {
25 compatible = "gpio-leds";
26 };