diff mbox

[DPU,04/11] dt-bindings: msm/disp: remove unused writeback bindings

Message ID 1527691788-9350-5-git-send-email-ryadav@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Rajesh Yadav May 30, 2018, 2:49 p.m. UTC
DPU writeback support is not enabled yet so
removing the bindings. The corresponding driver
code is also removed. The bindings will be added
back when writeback support is reworked and enabled
based on new DRM writeback connector at a later stage.

Signed-off-by: Rajesh Yadav <ryadav@codeaurora.org>
---
 .../devicetree/bindings/drm/msm/dpu-wb.txt         | 23 ----------------------
 1 file changed, 23 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/drm/msm/dpu-wb.txt
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/drm/msm/dpu-wb.txt b/Documentation/devicetree/bindings/drm/msm/dpu-wb.txt
deleted file mode 100644
index 02845536..0000000
--- a/Documentation/devicetree/bindings/drm/msm/dpu-wb.txt
+++ /dev/null
@@ -1,23 +0,0 @@ 
-QTI Snapdragon Display Engine (DPU) writeback display
-
-Required properties:
-- compatible:		"qcom,wb-display"
-
-Optional properties:
-- cell-index:		Index of writeback device instance.
-			Default to 0 if not specified.
-- label:		String to describe this writeback display.
-			Default to "unknown" if not specified.
-
-Example:
-
-/ {
-	...
-
-	dpu_wb: qcom,wb-display {
-		compatible = "qcom,wb-display";
-		cell-index = <2>;
-		label = "wb_display";
-	};
-
-};