Message ID | 20210922070845.5108-1-miles.chen@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | dt-bindings: mailbox: fix incorrect gce.h file paths | expand |
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 <miles.chen@mediatek.com> > --- > Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!
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:
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 <miles.chen@mediatek.com> --- Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)