0272-bcm2708-Add-the-power-domain-driver-to-the-device-tr.patch 687 B

1234567891011121314151617181920212223242526
  1. From 4eb2de8729beeae668d522478da951d1da91c42f 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 272/381] bcm2708: Add the power domain driver to the device
  5. tree.
  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. --- a/arch/arm/boot/dts/bcm2708_common.dtsi
  11. +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
  12. @@ -285,6 +285,12 @@
  13. mboxes = <&mailbox>;
  14. };
  15. + power: power {
  16. + compatible = "raspberrypi,bcm2835-power";
  17. + firmware = <&firmware>;
  18. + #power-domain-cells = <1>;
  19. + };
  20. +
  21. leds: leds {
  22. compatible = "gpio-leds";
  23. };