0269-bcm2708-Add-the-power-domain-driver-to-the-device-tr.patch 678 B

12345678910111213141516171819202122232425
  1. From 9cc05ac9630c22193a7e177466aeec5704e54ed1 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. Signed-off-by: Eric Anholt <eric@anholt.net>
  6. ---
  7. arch/arm/boot/dts/bcm2708_common.dtsi | 6 ++++++
  8. 1 file changed, 6 insertions(+)
  9. --- a/arch/arm/boot/dts/bcm2708_common.dtsi
  10. +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
  11. @@ -285,6 +285,12 @@
  12. mboxes = <&mailbox>;
  13. };
  14. + power: power {
  15. + compatible = "raspberrypi,bcm2835-power";
  16. + firmware = <&firmware>;
  17. + #power-domain-cells = <1>;
  18. + };
  19. +
  20. leds: leds {
  21. compatible = "gpio-leds";
  22. };