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@xxxxxxxxxxxxxxxxxxxxx> --- Documentation/devicetree/bindings/display/panel/simple-panel.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; -- 2.11.0