On Saturday, July 06, 2013 8:04 AM, Tomasz Figa wrote:
Hi Jingoo,
On Tuesday 02 of July 2013 17:42:49 Jingoo Han wrote:
quoted
Use the generic PHY API instead of the platform callback to control
the DP PHY.
Signed-off-by: Jingoo Han <redacted>
---
.../devicetree/bindings/video/exynos_dp.txt | 23
+++++--------------- drivers/video/exynos/exynos_dp_core.c
| 16 ++++++++++---- drivers/video/exynos/exynos_dp_core.h
| 2 ++
3 files changed, 20 insertions(+), 21 deletions(-)
diff --git a/Documentation/devicetree/bindings/video/exynos_dp.txt
b/Documentation/devicetree/bindings/video/exynos_dp.txt index
84f10c1..022f4b6 100644
--- a/Documentation/devicetree/bindings/video/exynos_dp.txt
+++ b/Documentation/devicetree/bindings/video/exynos_dp.txt
@@ -1,17 +1,6 @@
The Exynos display port interface should be configured based on
the type of panel connected to it.
-We use two nodes:
- -dp-controller node
- -dptx-phy node(defined inside dp-controller node)
-
-For the DP-PHY initialization, we use the dptx-phy node.
-Required properties for dptx-phy:
- -reg:
- Base address of DP PHY register.
- -samsung,enable-mask:
- The bit-mask used to enable/disable DP PHY.
-
I wonder if this part shouldn't stay here, just marked as deprecated,
because compatibility with old dtbs must be preserved (and rest of the
patch looks like it is).
I would like to remove these properties from Documentation.
But, I will mark it as deprecated as you suggested..
Best regards,
Jingoo Han