You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
736 B
24 lines
736 B
8 years ago
|
From 1a2dbddc5d2792170b1788f6a30aede54c409f72 Mon Sep 17 00:00:00 2001
|
||
8 years ago
|
From: Eric Anholt <eric@anholt.net>
|
||
|
Date: Fri, 12 Aug 2016 10:15:34 -0700
|
||
|
Subject: [PATCH] BCM270X: Connect V3D to its power domain.
|
||
|
|
||
|
We were doing this with manual firmware calls before, but to backport
|
||
|
runtime PM we want to be using a proper power domain.
|
||
|
|
||
|
Signed-off-by: Eric Anholt <eric@anholt.net>
|
||
|
---
|
||
|
arch/arm/boot/dts/bcm2708_common.dtsi | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/arch/arm/boot/dts/bcm2708_common.dtsi
|
||
|
+++ b/arch/arm/boot/dts/bcm2708_common.dtsi
|
||
|
@@ -366,6 +366,7 @@
|
||
|
v3d: v3d@7ec00000 {
|
||
|
compatible = "brcm,vc4-v3d";
|
||
|
reg = <0x7ec00000 0x1000>;
|
||
|
+ power-domains = <&power RPI_POWER_DOMAIN_V3D>;
|
||
|
status = "disabled";
|
||
|
};
|
||
|
|