Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1340592 > unrolled thread

[PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288

Started byJohn Keeping <john@metanate.com>
First post2016-02-23 13:50 +0100
Last post2016-02-24 15:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288 John Keeping <john@metanate.com> - 2016-02-23 13:50 +0100
    Re: [PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288 Heiko Stuebner <heiko@sntech.de> - 2016-02-24 15:30 +0100

#1340592 — [PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288

FromJohn Keeping <john@metanate.com>
Date2016-02-23 13:50 +0100
Subject[PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288
Message-ID<r5kzD-5tk-1@gated-at.bofh.it>
The MIPI controllers are part of the VIO power domain so add the
necessary property to indicate this for the controller we support.

Signed-off-by: John Keeping <john@metanate.com>
---
 arch/arm/boot/dts/rk3288.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index d879a89..a92a3b5 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -890,6 +890,7 @@
 		clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>;
 		clock-names = "ref", "pclk";
 		rockchip,grf = <&grf>;
+		power-domains = <&power RK3288_PD_VIO>;
 		status = "disabled";
 
 		ports {
-- 
2.7.0.226.gfe986fe

[toc] | [next] | [standalone]


#1342066

FromHeiko Stuebner <heiko@sntech.de>
Date2016-02-24 15:30 +0100
Message-ID<r5IBY-5Pl-17@gated-at.bofh.it>
In reply to#1340592
Am Dienstag, 23. Februar 2016, 12:39:41 schrieb John Keeping:
> The MIPI controllers are part of the VIO power domain so add the
> necessary property to indicate this for the controller we support.
> 
> Signed-off-by: John Keeping <john@metanate.com>
> ---
>  arch/arm/boot/dts/rk3288.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
> index d879a89..a92a3b5 100644
> --- a/arch/arm/boot/dts/rk3288.dtsi
> +++ b/arch/arm/boot/dts/rk3288.dtsi
> @@ -890,6 +890,7 @@
>  		clocks = <&cru SCLK_MIPIDSI_24M>, <&cru PCLK_MIPI_DSI0>;
>  		clock-names = "ref", "pclk";
>  		rockchip,grf = <&grf>;
> +		power-domains = <&power RK3288_PD_VIO>;
>  		status = "disabled";

applied to my dts32 branch after moving power-domains above rockchip,grf and 
adapting to the "#address-cells" and "#size-cells" present in the dtsi.


Thanks
Heiko

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web