brcm2708: update linux 4.4 patches to latest version
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-4.4 / 0269-bcm2708-Add-the-power-domain-driver-to-the-device-tr.patch
1 From f4ebbf7c02b68dbbce6fc3346e291984e3bf17ae 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] bcm2708: Add the power domain driver to the device tree.
5
6 Signed-off-by: Eric Anholt <eric@anholt.net>
7 ---
8 arch/arm/boot/dts/bcm2708_common.dtsi | 6 ++++++
9 1 file changed, 6 insertions(+)
10
11 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
12 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
13 @@ -285,6 +285,12 @@
14 mboxes = <&mailbox>;
15 };
16
17 + power: power {
18 + compatible = "raspberrypi,bcm2835-power";
19 + firmware = <&firmware>;
20 + #power-domain-cells = <1>;
21 + };
22 +
23 leds: leds {
24 compatible = "gpio-leds";
25 };