Message ID | 1448456127-31842-2-git-send-email-m.szyprowski@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 25.11.2015 21:55, Marek Szyprowski wrote: > G2D device and it's SYSMMU belongs to LCD0 power domain on Exynos 4210, > so add missing power-domains property to G2D device node (G2D's SYSMMU is > already bound to LCD0 power domain). > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> > --- > arch/arm/boot/dts/exynos4210.dtsi | 1 + > 1 file changed, 1 insertion(+) You sent it with "in-reply-to" cover letter but without any explanation why? Are here any dependencies on the rest of patchset? Any specific order? This is a little bit confusing. Best regards, Krzysztof > > diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi > index aac0f17..d254200 100644 > --- a/arch/arm/boot/dts/exynos4210.dtsi > +++ b/arch/arm/boot/dts/exynos4210.dtsi > @@ -185,6 +185,7 @@ > interrupts = <0 89 0>; > clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>; > clock-names = "sclk_fimg2d", "fimg2d"; > + power-domains = <&pd_lcd0>; > iommus = <&sysmmu_g2d>; > status = "disabled"; > }; > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 25.11.2015 21:55, Marek Szyprowski wrote: > G2D device and it's SYSMMU belongs to LCD0 power domain on Exynos 4210, > so add missing power-domains property to G2D device node (G2D's SYSMMU is > already bound to LCD0 power domain). > > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> > --- > arch/arm/boot/dts/exynos4210.dtsi | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index aac0f17..d254200 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -185,6 +185,7 @@ interrupts = <0 89 0>; clocks = <&clock CLK_SCLK_FIMG2D>, <&clock CLK_G2D>; clock-names = "sclk_fimg2d", "fimg2d"; + power-domains = <&pd_lcd0>; iommus = <&sysmmu_g2d>; status = "disabled"; };
G2D device and it's SYSMMU belongs to LCD0 power domain on Exynos 4210, so add missing power-domains property to G2D device node (G2D's SYSMMU is already bound to LCD0 power domain). Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> --- arch/arm/boot/dts/exynos4210.dtsi | 1 + 1 file changed, 1 insertion(+)