[PATCH 06/10] ARM: bcm2835: Add the mailbox power channel to the device tree.

Eric Anholt eric at anholt.net
Mon Mar 2 12:54:40 PST 2015


Signed-off-by: Eric Anholt <eric at anholt.net>
---
 arch/arm/boot/dts/bcm2835.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/bcm2835.dtsi b/arch/arm/boot/dts/bcm2835.dtsi
index 6b5c3a1..2eeeb20 100644
--- a/arch/arm/boot/dts/bcm2835.dtsi
+++ b/arch/arm/boot/dts/bcm2835.dtsi
@@ -67,6 +67,11 @@
 			#mbox-cells = <1>;
 		};
 
+		mailbox-power {
+			compatible = "brcm,bcm2835-mbox-power";
+			mboxes = <&mailbox 0>;
+		};
+
 		gpio: gpio at 7e200000 {
 			compatible = "brcm,bcm2835-gpio";
 			reg = <0x7e200000 0xb4>;
-- 
2.1.4




More information about the linux-rpi-kernel mailing list