diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2015-01-24 13:16:15 +0900 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-01-24 13:24:05 +0900 |
commit | 0da65870413630339399eb691162eef5c27272de (patch) | |
tree | 184ec561d307cffaf4d40df90a77d401a7d3a855 /Documentation/devicetree/bindings/video/exynos_dsim.txt | |
parent | 23c76dc666471dce5ce71b620839d2465723a7c9 (diff) | |
download | lwn-0da65870413630339399eb691162eef5c27272de.tar.gz lwn-0da65870413630339399eb691162eef5c27272de.zip |
ARM: dts: convert to generic power domain bindings for exynos DT
This patch replaces all custom samsung,power-domain dt
properties with generic power domain bindings and updates
documentation Samsung's devices referring to old binding.
Suggested-by: Kevin Hilman <khilman@kernel.org>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
[javier.martinez@collabora.co.uk: tested on the Exynos5800 Peach Pi Chromebook]
Tested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/video/exynos_dsim.txt')
-rw-r--r-- | Documentation/devicetree/bindings/video/exynos_dsim.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/video/exynos_dsim.txt b/Documentation/devicetree/bindings/video/exynos_dsim.txt index ca2b4aacd9af..802aa7ef64e5 100644 --- a/Documentation/devicetree/bindings/video/exynos_dsim.txt +++ b/Documentation/devicetree/bindings/video/exynos_dsim.txt @@ -21,7 +21,7 @@ Required properties: according to DSI host bindings (see MIPI DSI bindings [1]) Optional properties: - - samsung,power-domain: a phandle to DSIM power domain node + - power-domains: a phandle to DSIM power domain node Child nodes: Should contain DSI peripheral nodes (see MIPI DSI bindings [1]). @@ -53,7 +53,7 @@ Example: phy-names = "dsim"; vddcore-supply = <&vusb_reg>; vddio-supply = <&vmipi_reg>; - samsung,power-domain = <&pd_lcd0>; + power-domains = <&pd_lcd0>; #address-cells = <1>; #size-cells = <0>; samsung,pll-clock-frequency = <24000000>; |