diff options
author | Hoegeun Kwon <hoegeun.kwon@samsung.com> | 2017-03-08 05:54:09 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2017-03-08 08:09:05 +0100 |
commit | 4c74ea4e20b582bf90a2cf509d88aa7c2dbffb12 (patch) | |
tree | a5ce7b2dfc22ad463d30caf13d494acc3a7c03f2 /arch/arm/boot/dts/exynos3250-rinato.dts | |
parent | ARM: dts: exynos: Do not ignore real-world fuse values for thermal zone 0 on ... (diff) | |
download | linux-4c74ea4e20b582bf90a2cf509d88aa7c2dbffb12.tar.xz linux-4c74ea4e20b582bf90a2cf509d88aa7c2dbffb12.zip |
ARM: 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>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250-rinato.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos3250-rinato.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos3250-rinato.dts b/arch/arm/boot/dts/exynos3250-rinato.dts index 548413e23c47..c9f191ca7b9c 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"; |