Skip to content

Commit e3c0754

Browse files
Hoegeun Kwonkrzk
authored andcommitted
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 <[email protected]> Reviewed-by: Andrzej Hajda <[email protected]> Reviewed-by: Andi Shyti <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 5be7ade commit e3c0754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@
305305
status = "okay";
306306
vddcore-supply = <&ldo6_reg>;
307307
vddio-supply = <&ldo7_reg>;
308+
samsung,burst-clock-frequency = <512000000>;
309+
samsung,esc-clock-frequency = <16000000>;
308310
samsung,pll-clock-frequency = <24000000>;
309311
pinctrl-names = "default";
310312
pinctrl-0 = <&te_irq>;

0 commit comments

Comments
 (0)