2021-09-22 07:11:15

by Miles Chen

[permalink] [raw]
Subject: [PATCH] dt-bindings: mailbox: fix incorrect gce.h file paths

A few *gce.h file paths are not in 'dt-bindings/gce/<chip>-gce.h'
format. To fix it, replace 'dt-binding' with 'dt-bindings'

Fixes: 0553fb51686e ("dt-bindings: mailbox: add definition for mt8195")
Signed-off-by: Miles Chen <[email protected]>
---
Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mailbox/mtk-gce.txt b/Documentation/devicetree/bindings/mailbox/mtk-gce.txt
index 89a59b9c81f9..98fe37e8b17b 100644
--- a/Documentation/devicetree/bindings/mailbox/mtk-gce.txt
+++ b/Documentation/devicetree/bindings/mailbox/mtk-gce.txt
@@ -40,8 +40,8 @@ Optional properties for a client mutex node:
defined in 'dt-bindings/gce/<chip>-gce.h'.

Some vaules of properties are defined in 'dt-bindings/gce/mt8173-gce.h',
-'dt-binding/gce/mt8183-gce.h', 'dt-binding/gce/mt8192-gce.h',
-'dt-binding/gce/mt8195-gce.h' or 'dt-bindings/gce/mt6779-gce.h'.
+'dt-bindings/gce/mt8183-gce.h', 'dt-bindings/gce/mt8192-gce.h',
+'dt-bindings/gce/mt8195-gce.h' or 'dt-bindings/gce/mt6779-gce.h'.
Such as sub-system ids, thread priority, event ids.

Example:
--
2.18.0


2021-09-27 18:38:41

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] dt-bindings: mailbox: fix incorrect gce.h file paths

On Wed, 22 Sep 2021 15:08:45 +0800, Miles Chen wrote:
> A few *gce.h file paths are not in 'dt-bindings/gce/<chip>-gce.h'
> format. To fix it, replace 'dt-binding' with 'dt-bindings'
>
> Fixes: 0553fb51686e ("dt-bindings: mailbox: add definition for mt8195")
> Signed-off-by: Miles Chen <[email protected]>
> ---
> Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied, thanks!