From mboxrd@z Thu Jan 1 00:00:00 1970 From: Krzysztof Kozlowski Subject: Re: [PATCH v3 27/27] ARM: dts: exynos: Add RTC and I2C to Exynos5410 Date: Wed, 11 May 2016 14:54:18 +0200 Message-ID: <57332B7A.5070909@kernel.org> References: <1462910970-1812-1-git-send-email-krzk@kernel.org> <1462910970-1812-28-git-send-email-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org To: Javier Martinez Canillas , Kukjin Kim , Krzysztof Kozlowski , Sylwester Nawrocki , Tomasz Figa , Michael Turquette , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Cc: Rob Herring List-Id: devicetree@vger.kernel.org On 05/11/2016 02:44 PM, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 05/10/2016 04:09 PM, Krzysztof Kozlowski wrote: >> Configure Exynos5410-specific properties of RTC, I2C and HSI2C nodes. >> This still does not enable them on the board level though. >> >> Signed-off-by: Krzysztof Kozlowski >> --- >> arch/arm/boot/dts/exynos5410.dtsi | 66 +++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 66 insertions(+) >> >> diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi >> index dd4d6d752865..ae64cb0a8efd 100644 >> --- a/arch/arm/boot/dts/exynos5410.dtsi >> +++ b/arch/arm/boot/dts/exynos5410.dtsi >> @@ -114,6 +114,9 @@ >> status = "disabled"; >> }; >> >> + /* i2c_0-3 are defined in exynos5.dtsi */ >> + /* hsi2c_4-7 are defined in exynos5xx.dtsi */ >> + > > I don't think these comments are needed. For each DTS, there are usually a lot of > nodes defined in higher levels of the DT hierarchy but isn't common to mention it. > > Specially since the mentioned nodes are referenced here by their labels so it is > implicit that are defined in one of the included DTSI (or dtc will fail to build). Okay, if it does not make sense to you then I'll remove them. Thanks for review! Krzysztof