Message ID | 20201113150618.417424-1-cengiz@kernel.wtf (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: fsl-imx-drm: fix example compatible string | expand |
On Fri, 13 Nov 2020 18:06:19 +0300, Cengiz Can wrote: > 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> > --- > Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!
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>; };
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> --- Documentation/devicetree/bindings/display/imx/fsl-imx-drm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)