diff options
author | Cengiz Can <cengiz@kernel.wtf> | 2020-11-13 18:06:19 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-11-21 16:29:49 +0300 |
commit | d7a3fd7f00ee33fe0035f1a8269ac498010fbc48 (patch) | |
tree | 9b0f9345a94406b770a4daae77d47d1463231f98 /Documentation | |
parent | 3e95dfb315de27bb6c6d7012659e396eb5b91e5e (diff) | |
download | linux-d7a3fd7f00ee33fe0035f1a8269ac498010fbc48.tar.xz |
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: Cengiz Can <cengiz@kernel.wtf>
Link: https://lore.kernel.org/r/20201113150618.417424-1-cengiz@kernel.wtf
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt index 5a99490c17b9..3c35338a2867 100644 --- a/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt +++ b/Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt @@ -12,7 +12,7 @@ Required properties: example: display-subsystem { - compatible = "fsl,display-subsystem"; + compatible = "fsl,imx-display-subsystem"; ports = <&ipu_di0>; }; |