]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: exynos: Add the burst and esc clock frequency properties to DSI node
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 8 Mar 2017 04:54:09 +0000 (13:54 +0900)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 8 Mar 2017 07:09:05 +0000 (09:09 +0200)
Add the burst and esc clock frequency properties to the parent (DSI node).
Currently the clock is parsed from the port node, while it should be
taken from the dsi node.

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
Reviewed-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Andi Shyti <andi.shyti@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos3250-rinato.dts
arch/arm/boot/dts/exynos4210-trats.dts
arch/arm/boot/dts/exynos4412-trats2.dts

index 548413e23c4727950c8e1fb1dce9489cf2414213..c9f191ca7b9ccea04da9890aef08836388ab0549 100644 (file)
@@ -215,6 +215,8 @@ &hsotg {
 &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";
 
index 0ca1b4d355f2c0cf7eb4bd117cce83514bea902b..1743ca850070969aac2571fefcbdacc735809d19 100644 (file)
@@ -197,6 +197,8 @@ &cpu0 {
 &dsi_0 {
        vddcore-supply = <&vusb_reg>;
        vddio-supply = <&vmipi_reg>;
+       samsung,burst-clock-frequency = <500000000>;
+       samsung,esc-clock-frequency = <20000000>;
        samsung,pll-clock-frequency = <24000000>;
        status = "okay";
 
index 41ecd6d465a77b8f3ae6ae4ee3e5ae03c6247de6..82221a00444d0859744525c2cc4cbc7ced10e05c 100644 (file)
@@ -385,6 +385,8 @@ csis1_ep: endpoint {
 &dsi_0 {
        vddcore-supply = <&ldo8_reg>;
        vddio-supply = <&ldo10_reg>;
+       samsung,burst-clock-frequency = <500000000>;
+       samsung,esc-clock-frequency = <20000000>;
        samsung,pll-clock-frequency = <24000000>;
        status = "okay";