linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: fsl-imx-drm: fix example compatible string
@ 2020-11-13 15:06 Cengiz Can
  2020-11-21 13:29 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Cengiz Can @ 2020-11-13 15:06 UTC (permalink / raw)
  To: Philipp Zabel
  Cc: David Airlie, Daniel Vetter, Rob Herring, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, dri-devel, devicetree, linux-arm-kernel,
	linux-kernel, Cengiz Can

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(-)

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>;
 };
 
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dt-bindings: fsl-imx-drm: fix example compatible string
  2020-11-13 15:06 [PATCH] dt-bindings: fsl-imx-drm: fix example compatible string Cengiz Can
@ 2020-11-21 13:29 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2020-11-21 13:29 UTC (permalink / raw)
  To: Cengiz Can
  Cc: Pengutronix Kernel Team, dri-devel, Rob Herring, Philipp Zabel,
	linux-arm-kernel, NXP Linux Team, Sascha Hauer, linux-kernel,
	Shawn Guo, David Airlie, devicetree

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-21 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 15:06 [PATCH] dt-bindings: fsl-imx-drm: fix example compatible string Cengiz Can
2020-11-21 13:29 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).