diff mbox series

[2/2] dt-bindings: simple-panel: Set compatible string to "simple-panel".

Message ID 20190410141045.58097-2-christoph.muellner@theobroma-systems.com
State Changes Requested, archived
Headers show
Series None | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Christoph Muellner April 10, 2019, 2:10 p.m. UTC
The documentation for simple-panel lists "cptt,claa101wb01" as
compatible string. However, the kernel contains no driver, which
recognizes this string. Therefore this patch replaces the compatible
string with "simple-panel".

Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
---
 Documentation/devicetree/bindings/display/panel/simple-panel.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/display/panel/simple-panel.txt b/Documentation/devicetree/bindings/display/panel/simple-panel.txt
index b2b872c710f2..2000692ba44f 100644
--- a/Documentation/devicetree/bindings/display/panel/simple-panel.txt
+++ b/Documentation/devicetree/bindings/display/panel/simple-panel.txt
@@ -18,7 +18,7 @@  Optional properties:
 Example:
 
 	panel: panel {
-		compatible = "cptt,claa101wb01";
+		compatible = "simple-panel";
 		ddc-i2c-bus = <&panelddc>;
 
 		power-supply = <&vdd_pnl_reg>;