Commit d7a3fd7f authored by Cengiz Can's avatar Cengiz Can Committed by Rob Herring

dt-bindings: fsl-imx-drm: fix example compatible string

Example `display-subsystem` has an incorrect compatible string.

Required properties section tells that developers should use
"fsl,imx-display-subsystem" as "compatible" string but the example
misses 'imx-' prefix.

Change example to have correct "compatible" string.
Signed-off-by: default avatarCengiz Can <cengiz@kernel.wtf>
Link: https://lore.kernel.org/r/20201113150618.417424-1-cengiz@kernel.wtfSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 3e95dfb3
......@@ -12,7 +12,7 @@ Required properties:
example:
display-subsystem {
compatible = "fsl,display-subsystem";
compatible = "fsl,imx-display-subsystem";
ports = <&ipu_di0>;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment