Message ID | 1455283900-6913-3-git-send-email-chanho61.park@samsung.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
On 12.02.2016 22:31, Chanho Park wrote: > This patch changes the compatible of exynos5420 fimd > to "exynos5420-fimd". To support mic bypass from display > path, the new compatible is introduced for exynos5420. > > Cc: Inki Dae <inki.dae@samsung.com> > Cc: Kukjin Kim <kgene@kernel.org> > Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Signed-off-by: Chanho Park <chanho61.park@samsung.com> > --- > arch/arm/boot/dts/exynos5420.dtsi | 1 + > 1 file changed, 1 insertion(+) > Looks okay to me and also looks independent from patch #1. I will apply it for late v4.6 if patch #1 got accepted by Inki. Anyway, for reference: 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
On 15.02.2016 09:57, Krzysztof Kozlowski wrote: > On 12.02.2016 22:31, Chanho Park wrote: >> This patch changes the compatible of exynos5420 fimd >> to "exynos5420-fimd". To support mic bypass from display >> path, the new compatible is introduced for exynos5420. >> >> Cc: Inki Dae <inki.dae@samsung.com> >> Cc: Kukjin Kim <kgene@kernel.org> >> Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> >> Signed-off-by: Chanho Park <chanho61.park@samsung.com> >> --- >> arch/arm/boot/dts/exynos5420.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> > > Looks okay to me and also looks independent from patch #1. I will apply > it for late v4.6 if patch #1 got accepted by Inki. > > Anyway, for reference: > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Stupid me, of course it cannot go independently through my tree. Please feel free to take it through drm-exynos with my reviewed-by tag. 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
On 02/15/2016 04:59 AM, Krzysztof Kozlowski wrote: > On 15.02.2016 09:57, Krzysztof Kozlowski wrote: >> On 12.02.2016 22:31, Chanho Park wrote: >>> This patch changes the compatible of exynos5420 fimd >>> to "exynos5420-fimd". To support mic bypass from display >>> path, the new compatible is introduced for exynos5420. >>> >>> Cc: Inki Dae <inki.dae@samsung.com> >>> Cc: Kukjin Kim <kgene@kernel.org> >>> Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> >>> Signed-off-by: Chanho Park <chanho61.park@samsung.com> >>> --- >>> arch/arm/boot/dts/exynos5420.dtsi | 1 + >>> 1 file changed, 1 insertion(+) >>> >> >> Looks okay to me and also looks independent from patch #1. I will apply >> it for late v4.6 if patch #1 got accepted by Inki. >> >> Anyway, for reference: >> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > > Stupid me, of course it cannot go independently through my tree. Please > feel free to take it through drm-exynos with my reviewed-by tag. Inki did not pick it up, so applied now for late v4.7. 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
2016-04-21 19:06 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung.com>: > On 02/15/2016 04:59 AM, Krzysztof Kozlowski wrote: >> On 15.02.2016 09:57, Krzysztof Kozlowski wrote: >>> On 12.02.2016 22:31, Chanho Park wrote: >>>> This patch changes the compatible of exynos5420 fimd >>>> to "exynos5420-fimd". To support mic bypass from display >>>> path, the new compatible is introduced for exynos5420. >>>> >>>> Cc: Inki Dae <inki.dae@samsung.com> >>>> Cc: Kukjin Kim <kgene@kernel.org> >>>> Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> >>>> Signed-off-by: Chanho Park <chanho61.park@samsung.com> >>>> --- >>>> arch/arm/boot/dts/exynos5420.dtsi | 1 + >>>> 1 file changed, 1 insertion(+) >>>> >>> >>> Looks okay to me and also looks independent from patch #1. I will apply >>> it for late v4.6 if patch #1 got accepted by Inki. >>> >>> Anyway, for reference: >>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> >> >> Stupid me, of course it cannot go independently through my tree. Please >> feel free to take it through drm-exynos with my reviewed-by tag. > > Inki did not pick it up, so applied now for late v4.7. > Forgot it. Sorry for this Chanho and Krzysztof. Thanks, Inki Dae > Best regards, > Krzysztof > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel -- 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/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index 48a0a55..252c7a3 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -1151,6 +1151,7 @@ }; &fimd { + compatible = "samsung,exynos5420-fimd"; clocks = <&clock CLK_SCLK_FIMD1>, <&clock CLK_FIMD1>; clock-names = "sclk_fimd", "fimd"; power-domains = <&disp_pd>;
This patch changes the compatible of exynos5420 fimd to "exynos5420-fimd". To support mic bypass from display path, the new compatible is introduced for exynos5420. Cc: Inki Dae <inki.dae@samsung.com> Cc: Kukjin Kim <kgene@kernel.org> Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Chanho Park <chanho61.park@samsung.com> --- arch/arm/boot/dts/exynos5420.dtsi | 1 + 1 file changed, 1 insertion(+)