Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932279AbbEHQi4 (ORCPT ); Fri, 8 May 2015 12:38:56 -0400 Received: from mail-yk0-f172.google.com ([209.85.160.172]:36409 "EHLO mail-yk0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932081AbbEHQiy (ORCPT ); Fri, 8 May 2015 12:38:54 -0400 MIME-Version: 1.0 X-Originating-IP: [95.21.185.221] In-Reply-To: <1431091805-11451-1-git-send-email-tomeu.vizoso@collabora.com> References: <1431091805-11451-1-git-send-email-tomeu.vizoso@collabora.com> Date: Fri, 8 May 2015 18:38:53 +0200 Message-ID: Subject: Re: [PATCH] ARM: dts: Add syscon property to the MIPI phy in exynos5420 From: Javier Martinez Canillas To: Tomeu Vizoso , =?UTF-8?Q?Krzysztof_Koz=C5=82owski?= Cc: "linux-samsung-soc@vger.kernel.org" , Sylwester Nawrocki , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kukjin Kim , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1642 Lines: 48 Hello Tomeu, I'm adding Krzysztof to the cc list since he is queuing Exynos patches for Kukjin so is aware of this patch as well. On Fri, May 8, 2015 at 3:30 PM, Tomeu Vizoso wrote: > Since e4b3d38088df6f3acd40 ("phy: exynos-video-mipi: Fix regression by > adding support for PMU regmap") the syscon property is required in > samsung,s5pv210-mipi-video-phy nodes, but this DTS hadn't been updated > yet. > > Signed-off-by: Tomeu Vizoso > Cc: Sylwester Nawrocki > --- > arch/arm/boot/dts/exynos5420.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi > index f67b23f..72a56f1 100644 > --- a/arch/arm/boot/dts/exynos5420.dtsi > +++ b/arch/arm/boot/dts/exynos5420.dtsi > @@ -541,6 +541,7 @@ > mipi_phy: video-phy@10040714 { > compatible = "samsung,s5pv210-mipi-video-phy"; > reg = <0x10040714 12>; Shouldn't you remove the reg property too? the commit you mention removes that property from the DT binding so it shouldn't be there. > + syscon = <&pmu_system_controller>; > #phy-cells = <1>; > }; > > -- > 2.4.0 > With that change the patch looks good to me. Reviewed-by: Javier Martinez Canillas Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/