Message ID | 1488450019-6482-3-git-send-email-hoegeun.kwon@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Hi Hoegeun, On Thu, Mar 02, 2017 at 07:20:14PM +0900, Hoegeun Kwon wrote: > The OF graph is not needed because the panel is a child of dsi. So > added the burst and esc clock frequency properties to the parent (DSI > node), taking into account the bisectability problem so that remove > the OF graph from DSI node. nitpick: 1. bisectability is not a problem (and for bisectability you should not mention it in the commit log, you would confuse bisecting people) 2. you should use the imperative form, not "added the burst... " but "add the burst..." Same for the other patches. Andi -- 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/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 548413e..c9f191c 100644 --- a/arch/arm/boot/dts/exynos3250-rinato.dts +++ b/arch/arm/boot/dts/exynos3250-rinato.dts @@ -215,6 +215,8 @@ &dsi_0 { vddcore-supply = <&ldo6_reg>; vddio-supply = <&ldo6_reg>; + samsung,burst-clock-frequency = <250000000>; + samsung,esc-clock-frequency = <20000000>; samsung,pll-clock-frequency = <24000000>; status = "okay";