Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757716AbbEWCUQ (ORCPT ); Fri, 22 May 2015 22:20:16 -0400 Received: from mail.kernel.org ([198.145.29.136]:39214 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755688AbbEWCUN (ORCPT ); Fri, 22 May 2015 22:20:13 -0400 Message-ID: <555FE3D6.7030009@kernel.org> Date: Sat, 23 May 2015 11:20:06 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Javier Martinez Canillas CC: Krzysztof Kozlowski , Kukjin Kim , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" , Linux Kernel Subject: Re: [PATCH 1/2] ARM: dts: exynos4: Remove obsolete MIPI DPHY 'reg' property References: <1432174713-23368-1-git-send-email-k.kozlowski@samsung.com> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1514 Lines: 40 On 05/21/15 16:23, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On Thu, May 21, 2015 at 4:18 AM, Krzysztof Kozlowski > wrote: >> Since e4b3d38088df ("phy: exynos-video-mipi: Fix regression by adding >> support for PMU regmap") the Exynos PMU driver provides regmap to access >> the MIPI DPHY registers. The MIPI DPHY node uses a phandle to syscon to >> get this regmap. The 'reg' field is obsolete. >> >> Signed-off-by: Krzysztof Kozlowski >> --- >> arch/arm/boot/dts/exynos4.dtsi | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi >> index 1c74c1296ab7..6e7f0b4afa84 100644 >> --- a/arch/arm/boot/dts/exynos4.dtsi >> +++ b/arch/arm/boot/dts/exynos4.dtsi >> @@ -78,7 +78,6 @@ >> >> mipi_phy: video-phy@10020710 { >> compatible = "samsung,s5pv210-mipi-video-phy"; >> - reg = <0x10020710 8>; >> #phy-cells = <1>; >> syscon = <&pmu_system_controller>; >> }; > > Indeed, is even removed from the DT binding so this is clearly a left over. > > Reviewed-by: Javier Martinez Canillas > Thanks, applied this series. - Kukjin -- 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/