From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chanwoo Choi Subject: Re: [PATCH 2/2] arm64: dts: exynos: Fix typo in MSCL clock controller unit address Date: Thu, 21 Dec 2017 09:54:09 +0900 Message-ID: <5A3B0631.6090305@samsung.com> References: <20171220192702.32515-1-krzk@kernel.org> <20171220192702.32515-2-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Return-path: In-reply-to: <20171220192702.32515-2-krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Krzysztof Kozlowski , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , Kukjin Kim , Marek Szyprowski , Andrzej Hajda , Alim Akhtar , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 2017년 12월 21일 04:27, Krzysztof Kozlowski wrote: > Fix typo in unit address of MSCL clock controller (the reg entry is > correct). > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm64/boot/dts/exynos/exynos5433.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/exynos/exynos5433.dtsi b/arch/arm64/boot/dts/exynos/exynos5433.dtsi > index 0ba5df825eff..3e8311c60d1b 100644 > --- a/arch/arm64/boot/dts/exynos/exynos5433.dtsi > +++ b/arch/arm64/boot/dts/exynos/exynos5433.dtsi > @@ -468,7 +468,7 @@ > clocks = <&xxti>, <&cmu_mif CLK_SCLK_BUS_PLL_ATLAS>; > }; > > - cmu_mscl: clock-controller@105d0000 { > + cmu_mscl: clock-controller@150d0000 { > compatible = "samsung,exynos5433-cmu-mscl"; > reg = <0x150d0000 0x1000>; > #clock-cells = <1>; > Looks good to me. Reviewed-by: Chanwoo Choi -- Best Regards, Chanwoo Choi Samsung Electronics -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html