瀏覽代碼

arm64: dts: exynos: Add the burst and esc clock frequency properties to DSI node

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>
Hoegeun Kwon 8 年之前
父節點
當前提交
e3c0754674
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

+ 2 - 0
arch/arm64/boot/dts/exynos/exynos5433-tm2-common.dtsi

@@ -305,6 +305,8 @@
 	status = "okay";
 	vddcore-supply = <&ldo6_reg>;
 	vddio-supply = <&ldo7_reg>;
+	samsung,burst-clock-frequency = <512000000>;
+	samsung,esc-clock-frequency = <16000000>;
 	samsung,pll-clock-frequency = <24000000>;
 	pinctrl-names = "default";
 	pinctrl-0 = <&te_irq>;