From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH] ARM: dts: rockchip: add mipi_dsi to VIO power domain on rk3288 Date: Wed, 24 Feb 2016 15:21:20 +0100 Message-ID: <1682563.dHMl0I8iqX@phil> References: <1456231181-13989-1-git-send-email-john@metanate.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1456231181-13989-1-git-send-email-john-HooS5bfzL4hWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: John Keeping Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rockchip.vger.kernel.org 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 > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html